#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // Oculus.Platform.Message`1/Callback> struct Callback_tE5EE729EB922B1F53CB817B374D860DC8FE4D04E; // Oculus.Platform.Message`1/Callback struct Callback_t937E94AFC49B820FBE098ACB997C71DB9B74FD4C; // Oculus.Platform.Message`1/Callback struct Callback_t7CB2ECDA7955C4AB66F4F1FD8E81399AEED7B32A; // Oculus.Platform.Message`1/Callback struct Callback_tFFB8831AA76B3379905E1F8D4BD47D39E5A90E01; // Oculus.Platform.Message`1/Callback struct Callback_t7317E109667EF5A9F367D28A0A803493E9374AF6; // Oculus.Platform.Message`1/Callback struct Callback_t0A3B38013D415323A66DA493B074C17AFDB2522F; // Oculus.Platform.Message`1/Callback struct Callback_tF9F4D8460A4E004732BB102490FB3CFAF3D31B32; // Oculus.Platform.Message`1/Callback struct Callback_t60F86BD9657BE364E22054946463272DE745A371; // Oculus.Platform.Message`1/Callback struct Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172; // Oculus.Platform.Message`1/Callback struct Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9; // Oculus.Platform.Message`1/Callback struct Callback_t05DA251417851DF07AD9252E6CFF396A9F1B8B9B; // Oculus.Platform.Message`1/Callback struct Callback_t04EA8FEF308E167126A9853D3E0D655D514487D2; // Oculus.Platform.Message`1/Callback struct Callback_t413C50F50EB8340B0AB5684D79EA7C09AEFE31BC; // Oculus.Platform.Message`1/Callback struct Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA; // Oculus.Platform.Message`1/Callback struct Callback_t2E97D64816F46B92F0BCBA91429284A90AFA6C65; // Oculus.Platform.Message`1/Callback struct Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87; // Oculus.Platform.Message`1/Callback struct Callback_t2738E26970FDD9D111F9D6CCBBB107852DE3F9FC; // Oculus.Platform.Message`1/Callback struct Callback_t8827F24AF6667F8B0B55EA579CA3904ED8C2F7B3; // Oculus.Platform.Message`1/Callback struct Callback_t590E20196493C6D61101EFC7DC1140C49F01B24C; // Oculus.Platform.Message`1/Callback struct Callback_tB1A8ED91C666B901BC26AC6D63F28E8E8AABA15B; // Oculus.Platform.Message`1/Callback struct Callback_tD043303749DFDABD54DB83282588105CC2ADB18D; // Oculus.Platform.Message`1/Callback struct Callback_t827F915E827EE8044B5F300339FE951E4557B20A; // Oculus.Platform.Message`1/Callback struct Callback_tA50179578321920FE3DB3333DD6C900E78CFE07D; // Oculus.Platform.Message`1/Callback struct Callback_t3540E20CECB87A70AAF8B7A26B42ABE7C7158556; // Oculus.Platform.Message`1/Callback struct Callback_t91415C11C98D49C234F1F0D179CEBE847CA1BBD3; // Oculus.Platform.Message`1/Callback struct Callback_t7F9E9DD3F10B5A998645F1CE9718F3A0A3A4D499; // Oculus.Platform.Message`1/Callback struct Callback_t7F5938139BB729A9025FD891DC08E47E3BBE0CF7; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.List`1 struct List_1_tB50A43C1A0612207A9CE50517AB345FB5AC0136D; // System.Collections.Generic.List`1 struct List_1_t09B8C01DCDB19F336AE6D87A86A1B8BF4E0D1027; // System.Collections.Generic.List`1 struct List_1_tF6699AA51A863140AE63C7C45E10DC6E5B75BFF0; // System.Collections.Generic.List`1 struct List_1_t814689C58494A7CC08836709C95562576D4A3FD1; // System.Collections.Generic.List`1 struct List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t76614734F621AFD54E4A1505402DFEE94376947F; // System.Collections.Generic.List`1 struct List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D; // System.Collections.Generic.List`1 struct List_1_tEF576F33659755044A466574FB2C3AE99B17F353; // System.Collections.Generic.List`1 struct List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F; // System.Collections.Generic.List`1 struct List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B; // System.Collections.Generic.List`1 struct List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E; // System.Collections.Generic.List`1 struct List_1_t2D436535887B174C4FD890661D903CEF9665EB33; // System.Collections.Generic.List`1 struct List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554; // System.Collections.Generic.List`1 struct List_1_t170398B9618F382160996609D78622C9AEDAA3EC; // Oculus.Platform.Message`1 struct Message_1_t0F97298AE8C3B061E1CBD75F517F5EE037028F68; // Oculus.Platform.Message`1 struct Message_1_t2F2479116D4DE89FE4C54F41765B4AEC552E6B98; // Oculus.Platform.Message`1 struct Message_1_t8141776399F348C1719D2D7DD5B32EFFA291EB22; // Oculus.Platform.Message`1 struct Message_1_t1045F5ECFBB9FB6382E8906A973479CFFD5C1E27; // Oculus.Platform.Message`1 struct Message_1_t4B027D6C6D76865BBC8D625255864C7AE1F4AD0C; // Oculus.Platform.Message`1 struct Message_1_tCC7989138E377295B9CE6EC54282F61CB1143632; // Oculus.Platform.Message`1 struct Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1; // Oculus.Platform.Message`1 struct Message_1_t5156A4F20567AC4811A8D80AFDA014C933E0C331; // Oculus.Platform.Message`1 struct Message_1_t9BB8C3E9E78D626E45ECC282A38DD264746484D9; // Oculus.Platform.Message`1 struct Message_1_tF5674C704ABE5DF0EF527C0BD2BF08AB7FB431DA; // Oculus.Platform.Message`1 struct Message_1_tD8BB5B75780D47FD1AD7E9135F5D904DF2AF4E39; // Oculus.Platform.Message`1 struct Message_1_t5EB7F004A6A1E88B8C611A168A9A407163FE6977; // Oculus.Platform.Message`1 struct Message_1_t0E363391192265026859BC69927ACB1B6BB224AE; // Oculus.Platform.Message`1 struct Message_1_t6DCE1FCBBCA5CB7B9E362CA114022BA6DCB97279; // Oculus.Platform.Message`1 struct Message_1_t4C628E5BB49C7770808CD31D7F6783D1D03A4F5C; // Oculus.Platform.Message`1 struct Message_1_t8E4C1BC6C25EE6C61464781BF5A5BEA945C37E72; // Oculus.Platform.Message`1 struct Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5; // Oculus.Platform.Message`1 struct Message_1_tB805D8548A3881F57FDE32CDE76225FCB7EF02F0; // Oculus.Platform.Message`1 struct Message_1_t6FAD0C45EEAA5E78E46AA2D55785BD71F5E60E38; // Oculus.Platform.Message`1 struct Message_1_t9CD4892D812CE2C74FB4FB994653397D4210FB98; // Oculus.Platform.Message`1 struct Message_1_t18A6B512CC2F6607E0565F9EB61910E4EFB66FB9; // Oculus.Platform.Message`1 struct Message_1_t6875D3ADE65D3E85DD4DE7CB404F6C1B35887254; // Oculus.Platform.Message`1 struct Message_1_tD55E6C9934135A985A63113AC9D6A911DC45D932; // Oculus.Platform.Message`1 struct Message_1_t319C15DF3D07D9B038844D76D405CAB1E0F12F84; // Oculus.Platform.Message`1 struct Message_1_t69247AD29A410C26E5B958B0E5CA87195EE6F862; // Oculus.Platform.Message`1 struct Message_1_t7660598183903C72F32DE55BC14F068AC3646DD5; // Oculus.Platform.Message`1 struct Message_1_t1101B850339E1F40B7D33709BDF8C9DE17742484; // Oculus.Platform.Message`1 struct Message_1_t3F1BD20CB272517DFC9B45247AFA59CF010CF1A6; // Oculus.Platform.Message`1 struct Message_1_tA5F9608ED96921AD8395BB1DDAFD1E8A92A0C348; // Oculus.Platform.Message`1 struct Message_1_t67E02792C2EB5CD9C1551009035703615D890699; // Oculus.Platform.Message`1 struct Message_1_tE34D1CC404916A419A885EC22C92352D8F7BE9DF; // Oculus.Platform.Request`1> struct Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103; // Oculus.Platform.Request`1 struct Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28; // Oculus.Platform.Request`1 struct Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866; // Oculus.Platform.Request`1 struct Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530; // Oculus.Platform.Request`1 struct Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20; // Oculus.Platform.Request`1 struct Request_1_tA0A1E0EFB2359B26480A6F43E75E5CBA8D19CD46; // Oculus.Platform.Request`1 struct Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95; // Oculus.Platform.Request`1 struct Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035; // Oculus.Platform.Request`1 struct Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05; // Oculus.Platform.Request`1 struct Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4; // Oculus.Platform.Request`1 struct Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9; // Oculus.Platform.Request`1 struct Request_1_t905B55299B98360BD28441866328CC345E8F3910; // Oculus.Platform.Request`1 struct Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5; // Oculus.Platform.Request`1 struct Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C; // Oculus.Platform.Request`1 struct Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC; // Oculus.Platform.Request`1 struct Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF; // Oculus.Platform.Request`1 struct Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94; // Oculus.Platform.Request`1 struct Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017; // Oculus.Platform.Request`1 struct Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B; // Oculus.Platform.Request`1 struct Request_1_t2CA1B16D395258918A268B17227A7212918D2136; // Oculus.Platform.Request`1 struct Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Oculus.Platform.Models.NetSyncSession[] struct NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE; // Oculus.Platform.Models.NetSyncVoipAttenuationValue[] struct NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // Oculus.Platform.Models.Pid[] struct PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17; // Oculus.Platform.Models.Product[] struct ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A; // Oculus.Platform.Models.Purchase[] struct PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498; // Oculus.Platform.Models.Room[] struct RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650; // Oculus.Platform.Models.RoomInviteNotification[] struct RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD; // Oculus.Platform.Models.SdkAccount[] struct SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A; // Oculus.Platform.ServiceProvider[] struct ServiceProviderU5BU5D_t0CC8BB70CEB9E9A9FFD509DC9DBA3B9B214EC345; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // Oculus.Platform.Models.Team[] struct TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11; // Oculus.Platform.Models.User[] struct UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D; // Oculus.Platform.Models.UserAndRoom[] struct UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588; // Oculus.Platform.CAPI/ovrKeyValuePair[] struct ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455; // Oculus.Platform.Matchmaking/CustomQuery/Criterion[] struct CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB; // Oculus.Platform.Models.AbuseReportRecording struct AbuseReportRecording_t7967BBB0AF53223630AF72CAECE7C1B9686FFAB5; // Oculus.Platform.Models.ApplicationInviteList struct ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // Oculus.Platform.Models.CalApplicationFinalized struct CalApplicationFinalized_t3455FB69512396A46732FC6DCC8861798174AC70; // Oculus.Platform.Models.CalApplicationSuggestionList struct CalApplicationSuggestionList_tF55513B84D5334752AB68F3D75A899151375C7D5; // Oculus.Platform.CallbackRunner struct CallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // Oculus.Platform.Models.DestinationList struct DestinationList_t324E6458E9933B4981A5C75342FDBE853371926C; // Oculus.Platform.Models.Error struct Error_t4896001004CD4A2DC6124CF998C4C1E807C93B89; // System.Exception struct Exception_t; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // Oculus.Platform.IVoipPCMSource struct IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC; // Oculus.Platform.Models.InstalledApplicationList struct InstalledApplicationList_t4E55C2518F6CDA2938E9FD3F3F7933C76F785542; // Oculus.Platform.Models.LaunchBlockFlowResult struct LaunchBlockFlowResult_tA8C3C488522771B33490C6087A49D4926AF543CB; // Oculus.Platform.Models.LaunchReportFlowResult struct LaunchReportFlowResult_tEC944B3B39E377DA305B28D0E6C3A5C34EB44C7A; // Oculus.Platform.Models.LaunchUnblockFlowResult struct LaunchUnblockFlowResult_t03208F0B7FCB2135FCF4BCF94881A8D188C150E8; // Oculus.Platform.Models.LinkedAccountList struct LinkedAccountList_t5F4E3E7E680E21AD2AA00A0DAA35732810323079; // Oculus.Platform.Models.LivestreamingApplicationStatus struct LivestreamingApplicationStatus_t2B83D432A1BB4E9795DBFD0C6FA951F58C7E0753; // Oculus.Platform.Models.LivestreamingStartResult struct LivestreamingStartResult_tDA4379F243C6C795F5EAEE619FA0FD5C8AF779A7; // Oculus.Platform.Models.LivestreamingVideoStats struct LivestreamingVideoStats_t3B6872B99F9D9119807A4E1B2841BAE2C95FFCE0; // Oculus.Platform.Models.MatchmakingEnqueuedUserList struct MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED; // Oculus.Platform.Message struct Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9; // Oculus.Platform.MessageWithAbuseReportRecording struct MessageWithAbuseReportRecording_tFF93689E4EF8BC1ECEAB821554B7090D99998393; // Oculus.Platform.MessageWithCalApplicationFinalized struct MessageWithCalApplicationFinalized_t33C2A5EC721BEFA1AC0D9947558C63F125E32831; // Oculus.Platform.MessageWithCalApplicationSuggestionList struct MessageWithCalApplicationSuggestionList_t93F917E30B5B80378348E4684BFB366B87B0FCCC; // Oculus.Platform.MessageWithInstalledApplicationList struct MessageWithInstalledApplicationList_t7113CB511EF3E462FEEB787582391FA3D8582DF4; // Oculus.Platform.MessageWithLaunchBlockFlowResult struct MessageWithLaunchBlockFlowResult_t049C28157FCDF68D4FE9C3B7B89F9B682A9A472F; // Oculus.Platform.MessageWithLaunchReportFlowResult struct MessageWithLaunchReportFlowResult_t94E14C2558077B6B5B12E50C9D71AE30E42918A2; // Oculus.Platform.MessageWithLaunchUnblockFlowResult struct MessageWithLaunchUnblockFlowResult_t5D99984DF32A5C5355302FBA0BD258C80D186C92; // Oculus.Platform.MessageWithLinkedAccountList struct MessageWithLinkedAccountList_t3EA821069A0E468ACA5FBB51747C7FD50BDB096E; // Oculus.Platform.MessageWithLivestreamingApplicationStatus struct MessageWithLivestreamingApplicationStatus_t12B51B4EFBF6334DD1306E10E16A0B555BCDB197; // Oculus.Platform.MessageWithLivestreamingStartResult struct MessageWithLivestreamingStartResult_t82AF73169F096F06881D2BDAEA24E28CE7673F13; // Oculus.Platform.MessageWithLivestreamingVideoStats struct MessageWithLivestreamingVideoStats_t8F01CC42D962B6B041AB7082F8E346CE0F638F03; // Oculus.Platform.MessageWithNetSyncConnection struct MessageWithNetSyncConnection_t53DA53BF4AA3CB862793CD705F28293566464FEF; // Oculus.Platform.MessageWithNetSyncSessionList struct MessageWithNetSyncSessionList_tEA7897143720D031BF73A1A4CA10EC88404DEB6A; // Oculus.Platform.MessageWithNetSyncSetSessionPropertyResult struct MessageWithNetSyncSetSessionPropertyResult_tC1AEC3AEA3194D76548FA3DC009E9BE37EC0A3EA; // Oculus.Platform.MessageWithNetSyncVoipAttenuationValueList struct MessageWithNetSyncVoipAttenuationValueList_t881380F1E2F4E9818357501C43185D4539C808C5; // Oculus.Platform.MessageWithOrgScopedID struct MessageWithOrgScopedID_t15E6DE0C3A72E00D33F7C3094F4ACFC6AC173F22; // Oculus.Platform.MessageWithParty struct MessageWithParty_t47591733C170E4A940E558968881918663246F23; // Oculus.Platform.MessageWithPartyID struct MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751; // Oculus.Platform.MessageWithPartyUnderCurrentParty struct MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2; // Oculus.Platform.MessageWithPartyUpdateNotification struct MessageWithPartyUpdateNotification_t8069084C1440EAE1E04C9DA06D1F4709F5255ACC; // Oculus.Platform.MessageWithPidList struct MessageWithPidList_t999E59738C77B5C7464E618C1A0794DA1FDE3924; // Oculus.Platform.MessageWithPingResult struct MessageWithPingResult_t0169ED764435FFEE563C35876988A667C0BA0CF9; // Oculus.Platform.MessageWithPlatformInitialize struct MessageWithPlatformInitialize_tC6B52073B8E78EDAF4B6A5EF1F2F0A96572607FF; // Oculus.Platform.MessageWithProductList struct MessageWithProductList_tDCAFA8EC565EAE1A2A465940FEF8EC8BC0101B30; // Oculus.Platform.MessageWithPurchase struct MessageWithPurchase_tE30F406DC8C504934089A1EA7A45DECD96B52047; // Oculus.Platform.MessageWithPurchaseList struct MessageWithPurchaseList_t8F80222245785E022F80CDD10120A8CBDDF65B0F; // Oculus.Platform.MessageWithRejoinDialogResult struct MessageWithRejoinDialogResult_tC73257DF5EC93BF84847377C306402A728170569; // Oculus.Platform.MessageWithRoom struct MessageWithRoom_t2575D0A137C1D44E265EB09147B70268AC546BB6; // Oculus.Platform.MessageWithRoomInviteNotification struct MessageWithRoomInviteNotification_tAB66158568A2D52E25BDF7661C91F35D08E96BA9; // Oculus.Platform.MessageWithRoomInviteNotificationList struct MessageWithRoomInviteNotificationList_t2B325339FD91A8B71931FD021237B06134545657; // Oculus.Platform.MessageWithRoomList struct MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9; // Oculus.Platform.MessageWithRoomUnderCurrentRoom struct MessageWithRoomUnderCurrentRoom_t0A1D78A586CF63154457DEE4F9D377DDAD3980E6; // Oculus.Platform.MessageWithRoomUnderViewerRoom struct MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA; // Oculus.Platform.MessageWithSdkAccountList struct MessageWithSdkAccountList_tEDD9039DCFD8440604B127F54088D9F9FE64D112; // Oculus.Platform.MessageWithSendInvitesResult struct MessageWithSendInvitesResult_t10849A0325BC8A7586D1075C121CC365317B136D; // Oculus.Platform.MessageWithShareMediaResult struct MessageWithShareMediaResult_t5E0E9076577438BD1D2B152AAA28B14294BDA0FE; // Oculus.Platform.MessageWithString struct MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416; // Oculus.Platform.MessageWithSystemVoipState struct MessageWithSystemVoipState_t5B41C6A9BDB38F24CD305CDC0EDC0117A83EAAC3; // Oculus.Platform.MessageWithUser struct MessageWithUser_tB1AA6D637359AC8DD3962CC88C54C2194CD02814; // Oculus.Platform.MessageWithUserAndRoomList struct MessageWithUserAndRoomList_tCC931986DF425772ED450A7E5F4698E9A81D0B85; // Oculus.Platform.MessageWithUserDataStoreUpdateResponse struct MessageWithUserDataStoreUpdateResponse_t8433BBA9C50E0088378CB9E969DD6AE0768C087F; // Oculus.Platform.MessageWithUserList struct MessageWithUserList_t91526C487ECE33434977D1616F861F07043B84A7; // Oculus.Platform.MessageWithUserProof struct MessageWithUserProof_t503174B6378B6608C060882ACFE51784BBBE5C0A; // Oculus.Platform.MessageWithUserReportID struct MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5; // System.Reflection.MethodInfo struct MethodInfo_t; // Oculus.Platform.Models.MicrophoneAvailabilityState struct MicrophoneAvailabilityState_t0427E2FFDB03FD29DF02E9A58315A8057B4E555E; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // Oculus.Platform.MultiplayerErrorOptions struct MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31; // Oculus.Platform.Models.NetSyncConnection struct NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324; // Oculus.Platform.NetSyncOptions struct NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395; // Oculus.Platform.Models.NetSyncSession struct NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C; // Oculus.Platform.Models.NetSyncSessionList struct NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB; // Oculus.Platform.Models.NetSyncSessionsChangedNotification struct NetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289; // Oculus.Platform.Models.NetSyncSetSessionPropertyResult struct NetSyncSetSessionPropertyResult_tFCEA2F61938E59393B706C33A04601DFC843F535; // Oculus.Platform.Models.NetSyncVoipAttenuationValue struct NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B; // Oculus.Platform.Models.NetSyncVoipAttenuationValueList struct NetSyncVoipAttenuationValueList_t8035C44D9A5692E3EEBDC7A6C5D677DF04D081BF; // Oculus.Platform.Models.NetworkingPeer struct NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // Oculus.Platform.Models.OrgScopedID struct OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261; // Oculus.Platform.Packet struct Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A; // Oculus.Platform.Models.Party struct Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB; // Oculus.Platform.Models.PartyID struct PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59; // Oculus.Platform.Models.PartyUpdateNotification struct PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5; // Oculus.Platform.Models.Pid struct Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5; // Oculus.Platform.Models.PidList struct PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC; // Oculus.Platform.Models.PingResult struct PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6; // Oculus.Platform.Models.PlatformInitialize struct PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50; // Oculus.Platform.PlatformSettings struct PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB; // Oculus.Platform.Models.Product struct Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70; // Oculus.Platform.Models.ProductList struct ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F; // Oculus.Platform.Models.Purchase struct Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91; // Oculus.Platform.Models.PurchaseList struct PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802; // Oculus.Platform.Models.RejoinDialogResult struct RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B; // Oculus.Platform.Request struct Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2; // Oculus.Platform.RichPresenceOptions struct RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950; // Oculus.Platform.Models.Room struct Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857; // Oculus.Platform.Models.RoomInviteNotification struct RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8; // Oculus.Platform.Models.RoomInviteNotificationList struct RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E; // Oculus.Platform.Models.RoomList struct RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5; // Oculus.Platform.RoomOptions struct RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E; // Oculus.Platform.RosterOptions struct RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A; // Oculus.Platform.Models.SdkAccount struct SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A; // Oculus.Platform.Models.SdkAccountList struct SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67; // Oculus.Platform.Models.SendInvitesResult struct SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130; // Oculus.Platform.Models.ShareMediaResult struct ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7; // Oculus.Platform.StandalonePlatform struct StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A; // Oculus.Platform.StandalonePlatformSettings struct StandalonePlatformSettings_t81164F0EE1FD705DDCFF63D90358B03D1A633036; // System.String struct String_t; // Oculus.Platform.Models.SupplementaryMetric struct SupplementaryMetric_tAD2A1FE2910E75FD32E7101A7577B373FDE4D185; // Oculus.Platform.Models.SystemVoipState struct SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D; // Oculus.Platform.Models.Team struct Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA; // Oculus.Platform.Models.TeamList struct TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46; // UnityEngine.UnityException struct UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101; // Oculus.Platform.Models.User struct User_tA163463AE919860D9B337F6104B028990A44B69D; // Oculus.Platform.Models.UserAndRoom struct UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3; // Oculus.Platform.Models.UserAndRoomList struct UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C; // Oculus.Platform.Models.UserDataStoreUpdateResponse struct UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23; // Oculus.Platform.Models.UserList struct UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B; // Oculus.Platform.UserOptions struct UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706; // Oculus.Platform.Models.UserProof struct UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94; // Oculus.Platform.Models.UserReportID struct UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // Oculus.Platform.VoipAudioSourceHiLevel struct VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD; // Oculus.Platform.VoipOptions struct VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050; // Oculus.Platform.VoipPCMSourceNative struct VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13; // Oculus.Platform.WindowsPlatform struct WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2; // Oculus.Platform.CAPI/FilterCallback struct FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303; // Oculus.Platform.Callback/RequestCallback struct RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF; // Oculus.Platform.Matchmaking/CustomQuery struct CustomQuery_tE222BFE49B3B2183F16D8ECBA6BC65B3CF917B3A; // Oculus.Platform.Message/Callback struct Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8; // Oculus.Platform.Message/ExtraMessageTypesHandler struct ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF; // Oculus.Platform.StandalonePlatform/UnityLogDelegate struct UnityLogDelegate_tB2CB8059E1CFBF5641177B63EFDFF4EE1E9CB563; // Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate struct FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94; // Oculus.Platform.WindowsPlatform/UnityLogDelegate struct UnityLogDelegate_t0D58729656F4D2530361D46246B6BE3B25EA95BD; IL2CPP_EXTERN_C RuntimeClass* ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t170398B9618F382160996609D78622C9AEDAA3EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2D436535887B174C4FD890661D903CEF9665EB33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t76614734F621AFD54E4A1505402DFEE94376947F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t814689C58494A7CC08836709C95562576D4A3FD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tEF576F33659755044A466574FB2C3AE99B17F353_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageType_t7B1DFA54C161B3023552B603E7825FAE33FF1C55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithAbuseReportRecording_tFF93689E4EF8BC1ECEAB821554B7090D99998393_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithCalApplicationFinalized_t33C2A5EC721BEFA1AC0D9947558C63F125E32831_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithCalApplicationSuggestionList_t93F917E30B5B80378348E4684BFB366B87B0FCCC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithInstalledApplicationList_t7113CB511EF3E462FEEB787582391FA3D8582DF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithLaunchBlockFlowResult_t049C28157FCDF68D4FE9C3B7B89F9B682A9A472F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithLaunchReportFlowResult_t94E14C2558077B6B5B12E50C9D71AE30E42918A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithLaunchUnblockFlowResult_t5D99984DF32A5C5355302FBA0BD258C80D186C92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithLinkedAccountList_t3EA821069A0E468ACA5FBB51747C7FD50BDB096E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithLivestreamingApplicationStatus_t12B51B4EFBF6334DD1306E10E16A0B555BCDB197_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithLivestreamingStartResult_t82AF73169F096F06881D2BDAEA24E28CE7673F13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithLivestreamingVideoStats_t8F01CC42D962B6B041AB7082F8E346CE0F638F03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithNetSyncConnection_t53DA53BF4AA3CB862793CD705F28293566464FEF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithNetSyncSessionList_tEA7897143720D031BF73A1A4CA10EC88404DEB6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithNetSyncSetSessionPropertyResult_tC1AEC3AEA3194D76548FA3DC009E9BE37EC0A3EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithNetSyncVoipAttenuationValueList_t881380F1E2F4E9818357501C43185D4539C808C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithParty_t47591733C170E4A940E558968881918663246F23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t905B55299B98360BD28441866328CC345E8F3910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0B956CB6C1D11E0B5BBA5109FED8B76513A2B6E6; IL2CPP_EXTERN_C String_t* _stringLiteral116E4E447ED60DC267CBBA2F800CCBEAC8DC4677; IL2CPP_EXTERN_C String_t* _stringLiteral141DB8E2222B0556D3C6A55EC404DB7A9D4332CF; IL2CPP_EXTERN_C String_t* _stringLiteral29BDF3A9A1F27D8313BA4FCD066A82883082ECBD; IL2CPP_EXTERN_C String_t* _stringLiteral2A54C0E6260A2AA6788D410FDC09DAE358F35E15; IL2CPP_EXTERN_C String_t* _stringLiteral33157D9C9F7D31AF8194BEB1C5D43B3972AC216D; IL2CPP_EXTERN_C String_t* _stringLiteral46C357A4C93691C83EFEDB04BD0E8ED0A6E202CF; IL2CPP_EXTERN_C String_t* _stringLiteral490E7A78D754BCECC6CF945C78681E1F4248DFB5; IL2CPP_EXTERN_C String_t* _stringLiteral5D3879374A4CBD07A4D2F2F9B6DA78099700E5D0; IL2CPP_EXTERN_C String_t* _stringLiteral6502DBEA7DCA489774648AC2338DB14B68A43496; IL2CPP_EXTERN_C String_t* _stringLiteral68CFB983F069CCE71F266AEFF0FA7DB668B14B66; IL2CPP_EXTERN_C String_t* _stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD; IL2CPP_EXTERN_C String_t* _stringLiteralB9B869E8231B0DF58267CE8D7759A44EA3A1D964; IL2CPP_EXTERN_C String_t* _stringLiteralB9FC41F4D38A1AA3D583D4E33D76461C3A151204; IL2CPP_EXTERN_C String_t* _stringLiteralBB92D325438C8B008E393D6B7E6906DE9B33D321; IL2CPP_EXTERN_C String_t* _stringLiteralC80A2B706C9CFA7D08C1B83FC2D4B8E7E7D9C7A2; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDE8A75FBF3AF403A4513700A5BE99AC361971262; IL2CPP_EXTERN_C String_t* _stringLiteralE386A93B8C53D7B4E1348948EA384D48B27414CB; IL2CPP_EXTERN_C String_t* _stringLiteralF983B6DFB9BECB29801141D4286B4B7A30B80C2D; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisHttpTransferUpdate_tD2D9BB94C4E6C3D338F883B55CC928639AF911AC_mC13680157905408E3062BCDCA7EC876230AEBB05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisNetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324_mACFDAFE5B71C390DE1CAEF15936000053BED8045_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisNetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289_m9B3B40950888BF8D54F127FC0FC517A2F5F3FA30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisPartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5_mC4E991245619E93C941E1C994B0A21E94FB49B21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisPingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6_mE8AD7E941E5D44E6238D2E420937D11535E4AC9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisRoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_m47DD46C406DE278A4DD5ABFD5F6D7704143695F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisRoom_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_mE549FBDF379A6B93F7588217682B76BE62DA87EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisSystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D_mC5F3E3650FE95E74BAA8AE41E6DD47E16DAD5648_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m13FCC4F3CF59A5B839D9BA03CF51B2CD86D81928_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m1FBFD17AFB3C32796D4C153A7331DDFF51431BEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m21FB8FC294CCB3358F9A19CDB9DA2B95A1EE7090_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m3A3DE43247E2653084A5F8AF875CDE985B10F340_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m45E981B3CAD57FC3D2F05787E2E59490BFDE629B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m46B04179074ECA7AEE37D5B7D51E9ACFB4CBB93C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m5BDEE5E946EDE664F4026E167834AB67E19181B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m7F06DF5A7957D69926FC06231C1B6AB352338B35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_m92E061AE583A8A070C5E2F583EE88AC06C9EDF60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_mAB7228FB3D86951154FE8023972652E1311626B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1__ctor_mDD1CBDBD04AF818D91B3BFE4DE641967466B06A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_HasNextPage_m08E5E8ACFC1586825A5394E7DCDF7A91E1397BD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_HasNextPage_m4829695B11A652B02BE1B9FB145147E150E35B80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_HasNextPage_m9D5F4ADF66BD892D1957B8D242BEC5E88BDA9539_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_HasNextPage_mDFDD1705C90CD1F2DDC6BFA2BEE89E3C37ECB6A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_HasNextPage_mE6640221B79A8FFECFE5AF1AB289EBDE9FD05AF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_NextUrl_mA41CAEB43A9AE12DDA5ED868D50176212EA4E7F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_NextUrl_mA8EC3005EA342AD8A891E0E3BBEC7993C7F4B3E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_NextUrl_mDAE26B294BC8AEBC354E3DCFDDDF9D98AA65928F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_NextUrl_mE5FC031A26807CAF44CFEFE2C096E1320370059D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeserializableList_1_get_NextUrl_mF88551A9660F8EBD0EF412C131EE38A00AFA40B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FilterReadDelegate_OnAudioFilterRead_m8ED6BA99D4F148AED5807307B09253A44FBAB59C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m74F4A6C820807E361696D4E8F71DC1E54BBE7F76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956_mA804A429919763B6A386C256F44F0559EE3D86CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m68ED3D1B86F14160DD0C09594F8017E58CEC08BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m55AA61AB85FADE7081CA4BA1D292C6F6F1D74A29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m42802FFFC275E928911F87B16DFE504319DF58F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m05DDCD087AC09DA1BFE803F5933FF5E4EE570638_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m17A18C3CAD9EE25DAE85D032AA70031B1E8951C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4EA18BB63BFEAF76AA407442A4E145110CFB0EFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5F02AADD3FC0CA8A8072EFA2913D29A8198FA0A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m693150B2C3F6D65C10D3F8C027C03C2B6018477B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m74EFE0FCFCB65235BED773C94CBD1F5693DC75E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m773ED65631C74CA443136DA7A533B5312FAA6EC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m7E791914069A8DC5AC1B05D10C78385D8CF63910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA8863CA185BF1BD52EB0A3186C57DC03F87F1B96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBF2F50F2FB1783A8DB33917917087D7A629372FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC89D0C471C42416ED7C29A3B871127B4CB308288_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m09EB5665BFEF44DD41A2937561B1A94145BE79DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0FBE3F78720C7E00E35FEBDA7CCBDC23114682BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m22251578E8293299E2B894B5B7628D4E5ECA4CDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2E422C9EB987521A521CC96B51FFDA5B2C7EC7B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3F53784E1A92E049156DD71024FE8D4E9ABB88DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4FB1C73F653828982F22ADC6C00CE8B6135B0572_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m72FE05C8D4575DB08E41D51CA886BC2B4E9D84C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBBEDF3751FFFC20A994E4509F6261E95EE1F0335_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBFDD29EEB5DF2688668D2AA10EE44CBE2A97E555_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCFAD7D1858FDE514F0BCFED8CECD3F9FE6653976_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mFFAFE04D9AA6D2A2EA10C2F95C5C9DEC95E6495E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_SizeOf_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_mFC0E91DB2C0D37FFF29D6AA340F3A235DA61716E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_StructureToPtr_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_m181970CFA4C6AE37FCBA3B5BA0C6E25076FB7486_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m033C19B71F2A83AFE7E5219D458472286182E476_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m0670131EC1CEF12D96C7C5F66E7D3E7104E82744_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m0B727B710A529D34CB98625A0D561E90C22F6284_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m18929D657E2A4F7E2535EF1785A98E779DBF4C85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m2FC0473599F93AC451EA99E365229A60DBB54A69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m3494A755494C1795B9E0C14CDD4CD0717CE35D4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m35CEA4697319241E68E0EBBFB00CA0CF79280A07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m3742CF83FD392211E9FA7D3815ABC7BC35CA834C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m382EF902EB8C4AB6D8BF4D44CF55CCFE98EFD834_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m3B433322AE5D4DD8CFB533640FC372E52CC93A1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m3E29925773D6B1075F0F8DB821FE307D7B82B352_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m4142F12ADB48344DC413997ADDB805464F1264D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m42BCA4EE6623F4A1A9C72FE672536D3FC2BB7F2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m63CAA32FA5A2642D0F491DC4AF3E81AA1CE243BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m6A5A70F1D07191554B3B90ACEA376E3808A5CBDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m6B69FEEBB6BA1BAC2E2042126DE321550F881B9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m73399C06F86A90205D8857A0FAD9D383F723567D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_m8EBB9A8A08953B21D03640589E09C0854EA9F892_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_mCFF439D31A61C74E6F9FEE63603FFCF716FB6BB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_mD27A6D0E98A84C59B1F0C96E0A11FD89F959F90E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_mD575FC4B2819DB53A87794348EED896164DE179D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_mD8524ADDCA39B06E2F16CC2C7B1425107FF8FFAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_mD975C122123EFD5E4E03A569AB4E55B3AFAAA8C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_mE781DAA107B270038E9ADD5751B992C69B4D11CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1__ctor_mFAF5422F71F1392A5A29D0C31FFF332A7D668863_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m08389972AB99036CC48CC68C41BCB11F8C651378_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m131463AB9994004BA962555AB7996E712543319F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m17D759EC773C7BE08DE69529C213DCE3B1D22241_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m266CD135CCE21F2C778C3A53CD1A215E66F46EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m271669C63CA540F8C456BCD6FE69B04DCDC306AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m34E2CA3CD0598E90ADCE5A341675B293460CAC67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m495270D04A1348D78D6F39B0F444A4C83DB129E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m4D5FBBF797090009DB90155857A73A7DC70D031D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m5E543EA103FDE701F0A9098E47BC74AE817705BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m6D8D4D99303FDC68FA1342E818BCE31E44A60C80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m769755CB05840DAD3E3886D9965F716BB27AD18D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m86378EE0F124498A16BBE983E63118F62D925CBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m8B1E7265083AE6B420085F9F5214C60B9F09926D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m91415DDEAF7105EE685EED0E53A953CAEBA76178_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_m9DCC17362E8F6A8A4F8B75F31F14CFBE304AB8FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mB486C604742D203CD0503E8F3484961A78DD7A3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mBBBBECD85F461893B25399F56AA51869D556D0B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mBC32A7D51676A20F436A48462D9190C37595CAB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mCFB82BE284C9D4375FC3040E88976D77D0526318_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mD0A241216E707B8C45056F31AA2F5254041175B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mD3BAC2CDE81160370DCFB05880C0641131B2FB5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mEF7E09C34A28D6EDB5254BCE61FBA692DBBF8423_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mF06D3D2F9254878E5F67AA2525988C04547DC6B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mFB18B16AC8B27F553306D41239F3BE8512F216B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Message_1_get_Data_mFBC1BA611CA8A247CE68D4BE93C2F2EB67466351_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD8A1120D15C55A920006A55BF25539E1627CAB1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m90FA9FBA39DBC4811AB9700983A957D5F2845EAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Packet_ReadBytes_m0380D2B990896E5EC95075B6938695C856431D05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlatformInternal_InitializeStandaloneAsync_mB06B54E4E0C5547DD8411AE503DE49F2D54FADF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m06A334DC0855C8C0491845233A0B5415D582E5EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m125C03C5989D3BB0BF08B4B477CD32CBF8084E20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m177D37AF67C8E1E2A2600271E4AB190D93ED4BAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m289903812773892D8C1A1F850BBA1ABCB0C8F64A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m31969578BED94D22E1305EAADA621556EC72E052_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m52F1E756CE37E7B834FF5E387DA5FC0039798F1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m65BC69F91FB48BDFF0FB47DE2D383813073D8BCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m824D0335DA37056088F467A43E54D7E658917E1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m89B6A9C76FF63AD6A099BB1C572EE02D1D35D8E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_mBF5B02E55E7EACCE5000A1DEB5C79D09092ED4E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_mC8DE29C7715A9BFA89CB963B7139291B8CC6E469_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_mDFF72F5AE3326232171A6B6C1F2FE18F5E1DA268_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_mE677CA86F00883C0D3EDC71EB881F7C1BF441004_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_mF21661A633C200E85009F6A40AD861E3EB210C88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_1__ctor_mFC271BC4F496EA2BA46A55350DC8D6A3FC7B6688_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_HandleMessage_mECFAD6677F9DBD582011DFDA2BE7FD1B87DD3F13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_mA934F318B1F311E0D6520075254E0B177D434BE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_m5DEF2C7120175951508210018FE61F2A7E2C3BE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandalonePlatform_InitializeInEditor_mCACEC03D148CC9037B7AF66FC6CDC863F6644EF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WindowsPlatform_AsyncInitialize_m6AD358B04D00A52AEFDCA166299EB1F9CC487519_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WindowsPlatform_Initialize_m6179BF582501808FC82D9D8F491FC4E152C8F347_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ServiceProviderU5BU5D_t0CC8BB70CEB9E9A9FFD509DC9DBA3B9B214EC345; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455; struct ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C; struct CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t0D877458E402543369E9D661AE85176907E474C6 : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_tB50A43C1A0612207A9CE50517AB345FB5AC0136D * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_t0D877458E402543369E9D661AE85176907E474C6, ____Data_0)); } inline List_1_tB50A43C1A0612207A9CE50517AB345FB5AC0136D * get__Data_0() const { return ____Data_0; } inline List_1_tB50A43C1A0612207A9CE50517AB345FB5AC0136D ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_tB50A43C1A0612207A9CE50517AB345FB5AC0136D * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_t0D877458E402543369E9D661AE85176907E474C6, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_t0D877458E402543369E9D661AE85176907E474C6, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t09B8C01DCDB19F336AE6D87A86A1B8BF4E0D1027 * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F, ____Data_0)); } inline List_1_t09B8C01DCDB19F336AE6D87A86A1B8BF4E0D1027 * get__Data_0() const { return ____Data_0; } inline List_1_t09B8C01DCDB19F336AE6D87A86A1B8BF4E0D1027 ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t09B8C01DCDB19F336AE6D87A86A1B8BF4E0D1027 * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t4CB777A8455D5A0C08BCD04A5804ED0038B204DA : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_tF6699AA51A863140AE63C7C45E10DC6E5B75BFF0 * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_t4CB777A8455D5A0C08BCD04A5804ED0038B204DA, ____Data_0)); } inline List_1_tF6699AA51A863140AE63C7C45E10DC6E5B75BFF0 * get__Data_0() const { return ____Data_0; } inline List_1_tF6699AA51A863140AE63C7C45E10DC6E5B75BFF0 ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_tF6699AA51A863140AE63C7C45E10DC6E5B75BFF0 * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_t4CB777A8455D5A0C08BCD04A5804ED0038B204DA, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_t4CB777A8455D5A0C08BCD04A5804ED0038B204DA, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t814689C58494A7CC08836709C95562576D4A3FD1 * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D, ____Data_0)); } inline List_1_t814689C58494A7CC08836709C95562576D4A3FD1 * get__Data_0() const { return ____Data_0; } inline List_1_t814689C58494A7CC08836709C95562576D4A3FD1 ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t814689C58494A7CC08836709C95562576D4A3FD1 * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA, ____Data_0)); } inline List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE * get__Data_0() const { return ____Data_0; } inline List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F, ____Data_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get__Data_0() const { return ____Data_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413 : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t76614734F621AFD54E4A1505402DFEE94376947F * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413, ____Data_0)); } inline List_1_t76614734F621AFD54E4A1505402DFEE94376947F * get__Data_0() const { return ____Data_0; } inline List_1_t76614734F621AFD54E4A1505402DFEE94376947F ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t76614734F621AFD54E4A1505402DFEE94376947F * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755 : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755, ____Data_0)); } inline List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D * get__Data_0() const { return ____Data_0; } inline List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6 : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_tEF576F33659755044A466574FB2C3AE99B17F353 * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6, ____Data_0)); } inline List_1_tEF576F33659755044A466574FB2C3AE99B17F353 * get__Data_0() const { return ____Data_0; } inline List_1_tEF576F33659755044A466574FB2C3AE99B17F353 ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_tEF576F33659755044A466574FB2C3AE99B17F353 * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA, ____Data_0)); } inline List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F * get__Data_0() const { return ____Data_0; } inline List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D, ____Data_0)); } inline List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B * get__Data_0() const { return ____Data_0; } inline List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F, ____Data_0)); } inline List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E * get__Data_0() const { return ____Data_0; } inline List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17 : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t2D436535887B174C4FD890661D903CEF9665EB33 * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17, ____Data_0)); } inline List_1_t2D436535887B174C4FD890661D903CEF9665EB33 * get__Data_0() const { return ____Data_0; } inline List_1_t2D436535887B174C4FD890661D903CEF9665EB33 ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t2D436535887B174C4FD890661D903CEF9665EB33 * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409, ____Data_0)); } inline List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 * get__Data_0() const { return ____Data_0; } inline List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // Oculus.Platform.Models.DeserializableList`1 struct DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 : public RuntimeObject { public: // System.Collections.Generic.List`1 Oculus.Platform.Models.DeserializableList`1::_Data List_1_t170398B9618F382160996609D78622C9AEDAA3EC * ____Data_0; // System.String Oculus.Platform.Models.DeserializableList`1::_NextUrl String_t* ____NextUrl_1; // System.String Oculus.Platform.Models.DeserializableList`1::_PreviousUrl String_t* ____PreviousUrl_2; public: inline static int32_t get_offset_of__Data_0() { return static_cast(offsetof(DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57, ____Data_0)); } inline List_1_t170398B9618F382160996609D78622C9AEDAA3EC * get__Data_0() const { return ____Data_0; } inline List_1_t170398B9618F382160996609D78622C9AEDAA3EC ** get_address_of__Data_0() { return &____Data_0; } inline void set__Data_0(List_1_t170398B9618F382160996609D78622C9AEDAA3EC * value) { ____Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____Data_0), (void*)value); } inline static int32_t get_offset_of__NextUrl_1() { return static_cast(offsetof(DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57, ____NextUrl_1)); } inline String_t* get__NextUrl_1() const { return ____NextUrl_1; } inline String_t** get_address_of__NextUrl_1() { return &____NextUrl_1; } inline void set__NextUrl_1(String_t* value) { ____NextUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____NextUrl_1), (void*)value); } inline static int32_t get_offset_of__PreviousUrl_2() { return static_cast(offsetof(DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57, ____PreviousUrl_2)); } inline String_t* get__PreviousUrl_2() const { return ____PreviousUrl_2; } inline String_t** get_address_of__PreviousUrl_2() { return &____PreviousUrl_2; } inline void set__PreviousUrl_2(String_t* value) { ____PreviousUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____PreviousUrl_2), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___entries_1)); } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___keys_7)); } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___values_8)); } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * get_values_8() const { return ___values_8; } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t814689C58494A7CC08836709C95562576D4A3FD1 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t814689C58494A7CC08836709C95562576D4A3FD1, ____items_1)); } inline NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE* get__items_1() const { return ____items_1; } inline NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t814689C58494A7CC08836709C95562576D4A3FD1, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t814689C58494A7CC08836709C95562576D4A3FD1, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t814689C58494A7CC08836709C95562576D4A3FD1, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE, ____items_1)); } inline NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E* get__items_1() const { return ____items_1; } inline NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t76614734F621AFD54E4A1505402DFEE94376947F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t76614734F621AFD54E4A1505402DFEE94376947F, ____items_1)); } inline PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17* get__items_1() const { return ____items_1; } inline PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t76614734F621AFD54E4A1505402DFEE94376947F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t76614734F621AFD54E4A1505402DFEE94376947F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t76614734F621AFD54E4A1505402DFEE94376947F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D, ____items_1)); } inline ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A* get__items_1() const { return ____items_1; } inline ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tEF576F33659755044A466574FB2C3AE99B17F353 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tEF576F33659755044A466574FB2C3AE99B17F353, ____items_1)); } inline PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498* get__items_1() const { return ____items_1; } inline PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tEF576F33659755044A466574FB2C3AE99B17F353, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tEF576F33659755044A466574FB2C3AE99B17F353, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tEF576F33659755044A466574FB2C3AE99B17F353, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F, ____items_1)); } inline RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650* get__items_1() const { return ____items_1; } inline RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B, ____items_1)); } inline RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD* get__items_1() const { return ____items_1; } inline RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E, ____items_1)); } inline SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A* get__items_1() const { return ____items_1; } inline SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t2D436535887B174C4FD890661D903CEF9665EB33 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2D436535887B174C4FD890661D903CEF9665EB33, ____items_1)); } inline TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11* get__items_1() const { return ____items_1; } inline TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2D436535887B174C4FD890661D903CEF9665EB33, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2D436535887B174C4FD890661D903CEF9665EB33, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t2D436535887B174C4FD890661D903CEF9665EB33, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554, ____items_1)); } inline UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D* get__items_1() const { return ____items_1; } inline UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t170398B9618F382160996609D78622C9AEDAA3EC : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t170398B9618F382160996609D78622C9AEDAA3EC, ____items_1)); } inline UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588* get__items_1() const { return ____items_1; } inline UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t170398B9618F382160996609D78622C9AEDAA3EC, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t170398B9618F382160996609D78622C9AEDAA3EC, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t170398B9618F382160996609D78622C9AEDAA3EC, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // Oculus.Platform.Core struct Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4 : public RuntimeObject { public: public: }; // Oculus.Platform.Models.MicrophoneAvailabilityState struct MicrophoneAvailabilityState_t0427E2FFDB03FD29DF02E9A58315A8057B4E555E : public RuntimeObject { public: // System.Boolean Oculus.Platform.Models.MicrophoneAvailabilityState::MicrophoneAvailable bool ___MicrophoneAvailable_0; public: inline static int32_t get_offset_of_MicrophoneAvailable_0() { return static_cast(offsetof(MicrophoneAvailabilityState_t0427E2FFDB03FD29DF02E9A58315A8057B4E555E, ___MicrophoneAvailable_0)); } inline bool get_MicrophoneAvailable_0() const { return ___MicrophoneAvailable_0; } inline bool* get_address_of_MicrophoneAvailable_0() { return &___MicrophoneAvailable_0; } inline void set_MicrophoneAvailable_0(bool value) { ___MicrophoneAvailable_0 = value; } }; // Oculus.Platform.Net struct Net_t3076B31EE53695A92FF19C7401880A2E18B6C0D4 : public RuntimeObject { public: public: }; // Oculus.Platform.NetSync struct NetSync_t4ECA2BB52998499444F5917CBA18102FA5FBFF2A : public RuntimeObject { public: public: }; // Oculus.Platform.Models.NetSyncSession struct NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C : public RuntimeObject { public: // System.Int64 Oculus.Platform.Models.NetSyncSession::ConnectionId int64_t ___ConnectionId_0; // System.Boolean Oculus.Platform.Models.NetSyncSession::Muted bool ___Muted_1; // System.UInt64 Oculus.Platform.Models.NetSyncSession::SessionId uint64_t ___SessionId_2; // System.UInt64 Oculus.Platform.Models.NetSyncSession::UserId uint64_t ___UserId_3; // System.String Oculus.Platform.Models.NetSyncSession::VoipGroup String_t* ___VoipGroup_4; public: inline static int32_t get_offset_of_ConnectionId_0() { return static_cast(offsetof(NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C, ___ConnectionId_0)); } inline int64_t get_ConnectionId_0() const { return ___ConnectionId_0; } inline int64_t* get_address_of_ConnectionId_0() { return &___ConnectionId_0; } inline void set_ConnectionId_0(int64_t value) { ___ConnectionId_0 = value; } inline static int32_t get_offset_of_Muted_1() { return static_cast(offsetof(NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C, ___Muted_1)); } inline bool get_Muted_1() const { return ___Muted_1; } inline bool* get_address_of_Muted_1() { return &___Muted_1; } inline void set_Muted_1(bool value) { ___Muted_1 = value; } inline static int32_t get_offset_of_SessionId_2() { return static_cast(offsetof(NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C, ___SessionId_2)); } inline uint64_t get_SessionId_2() const { return ___SessionId_2; } inline uint64_t* get_address_of_SessionId_2() { return &___SessionId_2; } inline void set_SessionId_2(uint64_t value) { ___SessionId_2 = value; } inline static int32_t get_offset_of_UserId_3() { return static_cast(offsetof(NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C, ___UserId_3)); } inline uint64_t get_UserId_3() const { return ___UserId_3; } inline uint64_t* get_address_of_UserId_3() { return &___UserId_3; } inline void set_UserId_3(uint64_t value) { ___UserId_3 = value; } inline static int32_t get_offset_of_VoipGroup_4() { return static_cast(offsetof(NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C, ___VoipGroup_4)); } inline String_t* get_VoipGroup_4() const { return ___VoipGroup_4; } inline String_t** get_address_of_VoipGroup_4() { return &___VoipGroup_4; } inline void set_VoipGroup_4(String_t* value) { ___VoipGroup_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___VoipGroup_4), (void*)value); } }; // Oculus.Platform.Models.NetSyncSessionsChangedNotification struct NetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289 : public RuntimeObject { public: // System.Int64 Oculus.Platform.Models.NetSyncSessionsChangedNotification::ConnectionId int64_t ___ConnectionId_0; // Oculus.Platform.Models.NetSyncSessionList Oculus.Platform.Models.NetSyncSessionsChangedNotification::Sessions NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * ___Sessions_1; public: inline static int32_t get_offset_of_ConnectionId_0() { return static_cast(offsetof(NetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289, ___ConnectionId_0)); } inline int64_t get_ConnectionId_0() const { return ___ConnectionId_0; } inline int64_t* get_address_of_ConnectionId_0() { return &___ConnectionId_0; } inline void set_ConnectionId_0(int64_t value) { ___ConnectionId_0 = value; } inline static int32_t get_offset_of_Sessions_1() { return static_cast(offsetof(NetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289, ___Sessions_1)); } inline NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * get_Sessions_1() const { return ___Sessions_1; } inline NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB ** get_address_of_Sessions_1() { return &___Sessions_1; } inline void set_Sessions_1(NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * value) { ___Sessions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sessions_1), (void*)value); } }; // Oculus.Platform.Models.NetSyncSetSessionPropertyResult struct NetSyncSetSessionPropertyResult_tFCEA2F61938E59393B706C33A04601DFC843F535 : public RuntimeObject { public: // Oculus.Platform.Models.NetSyncSession Oculus.Platform.Models.NetSyncSetSessionPropertyResult::Session NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C * ___Session_0; public: inline static int32_t get_offset_of_Session_0() { return static_cast(offsetof(NetSyncSetSessionPropertyResult_tFCEA2F61938E59393B706C33A04601DFC843F535, ___Session_0)); } inline NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C * get_Session_0() const { return ___Session_0; } inline NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C ** get_address_of_Session_0() { return &___Session_0; } inline void set_Session_0(NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C * value) { ___Session_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Session_0), (void*)value); } }; // Oculus.Platform.Models.NetSyncVoipAttenuationValue struct NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B : public RuntimeObject { public: // System.Single Oculus.Platform.Models.NetSyncVoipAttenuationValue::Decibels float ___Decibels_0; // System.Single Oculus.Platform.Models.NetSyncVoipAttenuationValue::Distance float ___Distance_1; public: inline static int32_t get_offset_of_Decibels_0() { return static_cast(offsetof(NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B, ___Decibels_0)); } inline float get_Decibels_0() const { return ___Decibels_0; } inline float* get_address_of_Decibels_0() { return &___Decibels_0; } inline void set_Decibels_0(float value) { ___Decibels_0 = value; } inline static int32_t get_offset_of_Distance_1() { return static_cast(offsetof(NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B, ___Distance_1)); } inline float get_Distance_1() const { return ___Distance_1; } inline float* get_address_of_Distance_1() { return &___Distance_1; } inline void set_Distance_1(float value) { ___Distance_1 = value; } }; // Oculus.Platform.Notifications struct Notifications_t0F30126EF8298D1EF6B0BAE1160E2421AB03D195 : public RuntimeObject { public: public: }; // Oculus.Platform.Models.OrgScopedID struct OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Models.OrgScopedID::ID uint64_t ___ID_0; public: inline static int32_t get_offset_of_ID_0() { return static_cast(offsetof(OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261, ___ID_0)); } inline uint64_t get_ID_0() const { return ___ID_0; } inline uint64_t* get_address_of_ID_0() { return &___ID_0; } inline void set_ID_0(uint64_t value) { ___ID_0 = value; } }; // Oculus.Platform.Parties struct Parties_tA497249F0735C4BDC3839C2864AFACE8FEA4E316 : public RuntimeObject { public: public: }; // Oculus.Platform.Models.Party struct Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Models.Party::ID uint64_t ___ID_0; // Oculus.Platform.Models.UserList Oculus.Platform.Models.Party::InvitedUsersOptional UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___InvitedUsersOptional_1; // Oculus.Platform.Models.UserList Oculus.Platform.Models.Party::InvitedUsers UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___InvitedUsers_2; // Oculus.Platform.Models.User Oculus.Platform.Models.Party::LeaderOptional User_tA163463AE919860D9B337F6104B028990A44B69D * ___LeaderOptional_3; // Oculus.Platform.Models.User Oculus.Platform.Models.Party::Leader User_tA163463AE919860D9B337F6104B028990A44B69D * ___Leader_4; // Oculus.Platform.Models.Room Oculus.Platform.Models.Party::RoomOptional Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * ___RoomOptional_5; // Oculus.Platform.Models.Room Oculus.Platform.Models.Party::Room Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * ___Room_6; // Oculus.Platform.Models.UserList Oculus.Platform.Models.Party::UsersOptional UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___UsersOptional_7; // Oculus.Platform.Models.UserList Oculus.Platform.Models.Party::Users UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___Users_8; public: inline static int32_t get_offset_of_ID_0() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___ID_0)); } inline uint64_t get_ID_0() const { return ___ID_0; } inline uint64_t* get_address_of_ID_0() { return &___ID_0; } inline void set_ID_0(uint64_t value) { ___ID_0 = value; } inline static int32_t get_offset_of_InvitedUsersOptional_1() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___InvitedUsersOptional_1)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_InvitedUsersOptional_1() const { return ___InvitedUsersOptional_1; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_InvitedUsersOptional_1() { return &___InvitedUsersOptional_1; } inline void set_InvitedUsersOptional_1(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___InvitedUsersOptional_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvitedUsersOptional_1), (void*)value); } inline static int32_t get_offset_of_InvitedUsers_2() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___InvitedUsers_2)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_InvitedUsers_2() const { return ___InvitedUsers_2; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_InvitedUsers_2() { return &___InvitedUsers_2; } inline void set_InvitedUsers_2(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___InvitedUsers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvitedUsers_2), (void*)value); } inline static int32_t get_offset_of_LeaderOptional_3() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___LeaderOptional_3)); } inline User_tA163463AE919860D9B337F6104B028990A44B69D * get_LeaderOptional_3() const { return ___LeaderOptional_3; } inline User_tA163463AE919860D9B337F6104B028990A44B69D ** get_address_of_LeaderOptional_3() { return &___LeaderOptional_3; } inline void set_LeaderOptional_3(User_tA163463AE919860D9B337F6104B028990A44B69D * value) { ___LeaderOptional_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___LeaderOptional_3), (void*)value); } inline static int32_t get_offset_of_Leader_4() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___Leader_4)); } inline User_tA163463AE919860D9B337F6104B028990A44B69D * get_Leader_4() const { return ___Leader_4; } inline User_tA163463AE919860D9B337F6104B028990A44B69D ** get_address_of_Leader_4() { return &___Leader_4; } inline void set_Leader_4(User_tA163463AE919860D9B337F6104B028990A44B69D * value) { ___Leader_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Leader_4), (void*)value); } inline static int32_t get_offset_of_RoomOptional_5() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___RoomOptional_5)); } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * get_RoomOptional_5() const { return ___RoomOptional_5; } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 ** get_address_of_RoomOptional_5() { return &___RoomOptional_5; } inline void set_RoomOptional_5(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * value) { ___RoomOptional_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___RoomOptional_5), (void*)value); } inline static int32_t get_offset_of_Room_6() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___Room_6)); } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * get_Room_6() const { return ___Room_6; } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 ** get_address_of_Room_6() { return &___Room_6; } inline void set_Room_6(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * value) { ___Room_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Room_6), (void*)value); } inline static int32_t get_offset_of_UsersOptional_7() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___UsersOptional_7)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_UsersOptional_7() const { return ___UsersOptional_7; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_UsersOptional_7() { return &___UsersOptional_7; } inline void set_UsersOptional_7(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___UsersOptional_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UsersOptional_7), (void*)value); } inline static int32_t get_offset_of_Users_8() { return static_cast(offsetof(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB, ___Users_8)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_Users_8() const { return ___Users_8; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_Users_8() { return &___Users_8; } inline void set_Users_8(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___Users_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Users_8), (void*)value); } }; // Oculus.Platform.Models.PartyID struct PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Models.PartyID::ID uint64_t ___ID_0; public: inline static int32_t get_offset_of_ID_0() { return static_cast(offsetof(PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59, ___ID_0)); } inline uint64_t get_ID_0() const { return ___ID_0; } inline uint64_t* get_address_of_ID_0() { return &___ID_0; } inline void set_ID_0(uint64_t value) { ___ID_0 = value; } }; // Oculus.Platform.Models.Pid struct Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5 : public RuntimeObject { public: // System.String Oculus.Platform.Models.Pid::Id String_t* ___Id_0; public: inline static int32_t get_offset_of_Id_0() { return static_cast(offsetof(Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5, ___Id_0)); } inline String_t* get_Id_0() const { return ___Id_0; } inline String_t** get_address_of_Id_0() { return &___Id_0; } inline void set_Id_0(String_t* value) { ___Id_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Id_0), (void*)value); } }; // Oculus.Platform.PlatformInternal struct PlatformInternal_tD12C8DD49C4E7E665B26FB29D34C9E378E62EABF : public RuntimeObject { public: public: }; // Oculus.Platform.Models.Product struct Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70 : public RuntimeObject { public: // System.String Oculus.Platform.Models.Product::Description String_t* ___Description_0; // System.String Oculus.Platform.Models.Product::FormattedPrice String_t* ___FormattedPrice_1; // System.String Oculus.Platform.Models.Product::Name String_t* ___Name_2; // System.String Oculus.Platform.Models.Product::Sku String_t* ___Sku_3; public: inline static int32_t get_offset_of_Description_0() { return static_cast(offsetof(Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70, ___Description_0)); } inline String_t* get_Description_0() const { return ___Description_0; } inline String_t** get_address_of_Description_0() { return &___Description_0; } inline void set_Description_0(String_t* value) { ___Description_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Description_0), (void*)value); } inline static int32_t get_offset_of_FormattedPrice_1() { return static_cast(offsetof(Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70, ___FormattedPrice_1)); } inline String_t* get_FormattedPrice_1() const { return ___FormattedPrice_1; } inline String_t** get_address_of_FormattedPrice_1() { return &___FormattedPrice_1; } inline void set_FormattedPrice_1(String_t* value) { ___FormattedPrice_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormattedPrice_1), (void*)value); } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_2), (void*)value); } inline static int32_t get_offset_of_Sku_3() { return static_cast(offsetof(Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70, ___Sku_3)); } inline String_t* get_Sku_3() const { return ___Sku_3; } inline String_t** get_address_of_Sku_3() { return &___Sku_3; } inline void set_Sku_3(String_t* value) { ___Sku_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sku_3), (void*)value); } }; // Oculus.Platform.Models.RejoinDialogResult struct RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B : public RuntimeObject { public: // System.Boolean Oculus.Platform.Models.RejoinDialogResult::RejoinSelected bool ___RejoinSelected_0; public: inline static int32_t get_offset_of_RejoinSelected_0() { return static_cast(offsetof(RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B, ___RejoinSelected_0)); } inline bool get_RejoinSelected_0() const { return ___RejoinSelected_0; } inline bool* get_address_of_RejoinSelected_0() { return &___RejoinSelected_0; } inline void set_RejoinSelected_0(bool value) { ___RejoinSelected_0 = value; } }; // Oculus.Platform.Request struct Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 : public RuntimeObject { public: // Oculus.Platform.Message/Callback Oculus.Platform.Request::callback_ Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * ___callback__0; // System.UInt64 Oculus.Platform.Request::k__BackingField uint64_t ___U3CRequestIDU3Ek__BackingField_1; public: inline static int32_t get_offset_of_callback__0() { return static_cast(offsetof(Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2, ___callback__0)); } inline Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * get_callback__0() const { return ___callback__0; } inline Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 ** get_address_of_callback__0() { return &___callback__0; } inline void set_callback__0(Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * value) { ___callback__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__0), (void*)value); } inline static int32_t get_offset_of_U3CRequestIDU3Ek__BackingField_1() { return static_cast(offsetof(Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2, ___U3CRequestIDU3Ek__BackingField_1)); } inline uint64_t get_U3CRequestIDU3Ek__BackingField_1() const { return ___U3CRequestIDU3Ek__BackingField_1; } inline uint64_t* get_address_of_U3CRequestIDU3Ek__BackingField_1() { return &___U3CRequestIDU3Ek__BackingField_1; } inline void set_U3CRequestIDU3Ek__BackingField_1(uint64_t value) { ___U3CRequestIDU3Ek__BackingField_1 = value; } }; // Oculus.Platform.RichPresence struct RichPresence_t9C6284B503E07CDD36E54F81A363BB36A534AC1C : public RuntimeObject { public: public: }; // Oculus.Platform.Rooms struct Rooms_t520BB38DC1A41718B70106694A7D8854EB8E887D : public RuntimeObject { public: public: }; // Oculus.Platform.Models.SendInvitesResult struct SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 : public RuntimeObject { public: // Oculus.Platform.Models.ApplicationInviteList Oculus.Platform.Models.SendInvitesResult::Invites ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360 * ___Invites_0; public: inline static int32_t get_offset_of_Invites_0() { return static_cast(offsetof(SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130, ___Invites_0)); } inline ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360 * get_Invites_0() const { return ___Invites_0; } inline ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360 ** get_address_of_Invites_0() { return &___Invites_0; } inline void set_Invites_0(ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360 * value) { ___Invites_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Invites_0), (void*)value); } }; // Oculus.Platform.Session struct Session_t211AC1C22424C0790376857ED5C76B892DFA854B : public RuntimeObject { public: public: }; // Oculus.Platform.StandalonePlatform struct StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A : public RuntimeObject { public: public: }; // Oculus.Platform.StandalonePlatformSettings struct StandalonePlatformSettings_t81164F0EE1FD705DDCFF63D90358B03D1A633036 : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // Oculus.Platform.Models.SupplementaryMetric struct SupplementaryMetric_tAD2A1FE2910E75FD32E7101A7577B373FDE4D185 : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Models.SupplementaryMetric::ID uint64_t ___ID_0; // System.Int64 Oculus.Platform.Models.SupplementaryMetric::Metric int64_t ___Metric_1; public: inline static int32_t get_offset_of_ID_0() { return static_cast(offsetof(SupplementaryMetric_tAD2A1FE2910E75FD32E7101A7577B373FDE4D185, ___ID_0)); } inline uint64_t get_ID_0() const { return ___ID_0; } inline uint64_t* get_address_of_ID_0() { return &___ID_0; } inline void set_ID_0(uint64_t value) { ___ID_0 = value; } inline static int32_t get_offset_of_Metric_1() { return static_cast(offsetof(SupplementaryMetric_tAD2A1FE2910E75FD32E7101A7577B373FDE4D185, ___Metric_1)); } inline int64_t get_Metric_1() const { return ___Metric_1; } inline int64_t* get_address_of_Metric_1() { return &___Metric_1; } inline void set_Metric_1(int64_t value) { ___Metric_1 = value; } }; // Oculus.Platform.Models.Team struct Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA : public RuntimeObject { public: // Oculus.Platform.Models.UserList Oculus.Platform.Models.Team::AssignedUsers UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___AssignedUsers_0; // System.Int32 Oculus.Platform.Models.Team::MaxUsers int32_t ___MaxUsers_1; // System.Int32 Oculus.Platform.Models.Team::MinUsers int32_t ___MinUsers_2; // System.String Oculus.Platform.Models.Team::Name String_t* ___Name_3; public: inline static int32_t get_offset_of_AssignedUsers_0() { return static_cast(offsetof(Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA, ___AssignedUsers_0)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_AssignedUsers_0() const { return ___AssignedUsers_0; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_AssignedUsers_0() { return &___AssignedUsers_0; } inline void set_AssignedUsers_0(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___AssignedUsers_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssignedUsers_0), (void*)value); } inline static int32_t get_offset_of_MaxUsers_1() { return static_cast(offsetof(Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA, ___MaxUsers_1)); } inline int32_t get_MaxUsers_1() const { return ___MaxUsers_1; } inline int32_t* get_address_of_MaxUsers_1() { return &___MaxUsers_1; } inline void set_MaxUsers_1(int32_t value) { ___MaxUsers_1 = value; } inline static int32_t get_offset_of_MinUsers_2() { return static_cast(offsetof(Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA, ___MinUsers_2)); } inline int32_t get_MinUsers_2() const { return ___MinUsers_2; } inline int32_t* get_address_of_MinUsers_2() { return &___MinUsers_2; } inline void set_MinUsers_2(int32_t value) { ___MinUsers_2 = value; } inline static int32_t get_offset_of_Name_3() { return static_cast(offsetof(Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA, ___Name_3)); } inline String_t* get_Name_3() const { return ___Name_3; } inline String_t** get_address_of_Name_3() { return &___Name_3; } inline void set_Name_3(String_t* value) { ___Name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_3), (void*)value); } }; // Oculus.Platform.Models.UserAndRoom struct UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3 : public RuntimeObject { public: // Oculus.Platform.Models.Room Oculus.Platform.Models.UserAndRoom::RoomOptional Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * ___RoomOptional_0; // Oculus.Platform.Models.Room Oculus.Platform.Models.UserAndRoom::Room Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * ___Room_1; // Oculus.Platform.Models.User Oculus.Platform.Models.UserAndRoom::User User_tA163463AE919860D9B337F6104B028990A44B69D * ___User_2; public: inline static int32_t get_offset_of_RoomOptional_0() { return static_cast(offsetof(UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3, ___RoomOptional_0)); } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * get_RoomOptional_0() const { return ___RoomOptional_0; } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 ** get_address_of_RoomOptional_0() { return &___RoomOptional_0; } inline void set_RoomOptional_0(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * value) { ___RoomOptional_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___RoomOptional_0), (void*)value); } inline static int32_t get_offset_of_Room_1() { return static_cast(offsetof(UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3, ___Room_1)); } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * get_Room_1() const { return ___Room_1; } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 ** get_address_of_Room_1() { return &___Room_1; } inline void set_Room_1(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * value) { ___Room_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Room_1), (void*)value); } inline static int32_t get_offset_of_User_2() { return static_cast(offsetof(UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3, ___User_2)); } inline User_tA163463AE919860D9B337F6104B028990A44B69D * get_User_2() const { return ___User_2; } inline User_tA163463AE919860D9B337F6104B028990A44B69D ** get_address_of_User_2() { return &___User_2; } inline void set_User_2(User_tA163463AE919860D9B337F6104B028990A44B69D * value) { ___User_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___User_2), (void*)value); } }; // Oculus.Platform.UserDataStore struct UserDataStore_t20BD3F424C0584C682518AE7C64D9ED2261C36A1 : public RuntimeObject { public: public: }; // Oculus.Platform.Models.UserDataStoreUpdateResponse struct UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 : public RuntimeObject { public: // System.Boolean Oculus.Platform.Models.UserDataStoreUpdateResponse::Success bool ___Success_0; public: inline static int32_t get_offset_of_Success_0() { return static_cast(offsetof(UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23, ___Success_0)); } inline bool get_Success_0() const { return ___Success_0; } inline bool* get_address_of_Success_0() { return &___Success_0; } inline void set_Success_0(bool value) { ___Success_0 = value; } }; // Oculus.Platform.Models.UserProof struct UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 : public RuntimeObject { public: // System.String Oculus.Platform.Models.UserProof::Value String_t* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94, ___Value_0)); } inline String_t* get_Value_0() const { return ___Value_0; } inline String_t** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(String_t* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // Oculus.Platform.Models.UserReportID struct UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB : public RuntimeObject { public: // System.Boolean Oculus.Platform.Models.UserReportID::DidCancel bool ___DidCancel_0; // System.UInt64 Oculus.Platform.Models.UserReportID::ID uint64_t ___ID_1; public: inline static int32_t get_offset_of_DidCancel_0() { return static_cast(offsetof(UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB, ___DidCancel_0)); } inline bool get_DidCancel_0() const { return ___DidCancel_0; } inline bool* get_address_of_DidCancel_0() { return &___DidCancel_0; } inline void set_DidCancel_0(bool value) { ___DidCancel_0 = value; } inline static int32_t get_offset_of_ID_1() { return static_cast(offsetof(UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB, ___ID_1)); } inline uint64_t get_ID_1() const { return ___ID_1; } inline uint64_t* get_address_of_ID_1() { return &___ID_1; } inline void set_ID_1(uint64_t value) { ___ID_1 = value; } }; // Oculus.Platform.Users struct Users_t2DDB732114AF6EEC173D2B9A1014199F139ED79C : public RuntimeObject { public: public: }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // Oculus.Platform.Voip struct Voip_tD05F4EB764B22820F29134B5915F2A1463A39FE1 : public RuntimeObject { public: public: }; // Oculus.Platform.VoipPCMSourceNative struct VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 : public RuntimeObject { public: // System.UInt64 Oculus.Platform.VoipPCMSourceNative::senderID uint64_t ___senderID_0; public: inline static int32_t get_offset_of_senderID_0() { return static_cast(offsetof(VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13, ___senderID_0)); } inline uint64_t get_senderID_0() const { return ___senderID_0; } inline uint64_t* get_address_of_senderID_0() { return &___senderID_0; } inline void set_senderID_0(uint64_t value) { ___senderID_0 = value; } }; // Oculus.Platform.Vrcamera struct Vrcamera_t634918F934A66F8331B6A0832DE1C83A88A30BAB : public RuntimeObject { public: public: }; // Oculus.Platform.WindowsPlatform struct WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2 : public RuntimeObject { public: public: }; // Oculus.Platform.Callback/RequestCallback struct RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF : public RuntimeObject { public: // Oculus.Platform.Message/Callback Oculus.Platform.Callback/RequestCallback::messageCallback Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * ___messageCallback_0; public: inline static int32_t get_offset_of_messageCallback_0() { return static_cast(offsetof(RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF, ___messageCallback_0)); } inline Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * get_messageCallback_0() const { return ___messageCallback_0; } inline Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 ** get_address_of_messageCallback_0() { return &___messageCallback_0; } inline void set_messageCallback_0(Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * value) { ___messageCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___messageCallback_0), (void*)value); } }; // Oculus.Platform.Matchmaking/CustomQuery struct CustomQuery_tE222BFE49B3B2183F16D8ECBA6BC65B3CF917B3A : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 Oculus.Platform.Matchmaking/CustomQuery::data Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data_0; // Oculus.Platform.Matchmaking/CustomQuery/Criterion[] Oculus.Platform.Matchmaking/CustomQuery::criteria CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* ___criteria_1; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(CustomQuery_tE222BFE49B3B2183F16D8ECBA6BC65B3CF917B3A, ___data_0)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_data_0() const { return ___data_0; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } inline static int32_t get_offset_of_criteria_1() { return static_cast(offsetof(CustomQuery_tE222BFE49B3B2183F16D8ECBA6BC65B3CF917B3A, ___criteria_1)); } inline CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* get_criteria_1() const { return ___criteria_1; } inline CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB** get_address_of_criteria_1() { return &___criteria_1; } inline void set_criteria_1(CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* value) { ___criteria_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___criteria_1), (void*)value); } }; // Oculus.Platform.PlatformInternal/HTTP struct HTTP_tE160B8E2271028933E732801D6ECC4447A71C3B2 : public RuntimeObject { public: public: }; // Oculus.Platform.PlatformInternal/Users struct Users_tCAE308317CC9141CCA4C84AD29CE90A5D0EB3843 : public RuntimeObject { public: public: }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C { public: // T System.Nullable`1::value uint64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C, ___value_0)); } inline uint64_t get_value_0() const { return ___value_0; } inline uint64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // Oculus.Platform.Request`1> struct Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_tE5EE729EB922B1F53CB817B374D860DC8FE4D04E * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103, ___callback__2)); } inline Callback_tE5EE729EB922B1F53CB817B374D860DC8FE4D04E * get_callback__2() const { return ___callback__2; } inline Callback_tE5EE729EB922B1F53CB817B374D860DC8FE4D04E ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_tE5EE729EB922B1F53CB817B374D860DC8FE4D04E * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t937E94AFC49B820FBE098ACB997C71DB9B74FD4C * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28, ___callback__2)); } inline Callback_t937E94AFC49B820FBE098ACB997C71DB9B74FD4C * get_callback__2() const { return ___callback__2; } inline Callback_t937E94AFC49B820FBE098ACB997C71DB9B74FD4C ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t937E94AFC49B820FBE098ACB997C71DB9B74FD4C * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_tFFB8831AA76B3379905E1F8D4BD47D39E5A90E01 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866, ___callback__2)); } inline Callback_tFFB8831AA76B3379905E1F8D4BD47D39E5A90E01 * get_callback__2() const { return ___callback__2; } inline Callback_tFFB8831AA76B3379905E1F8D4BD47D39E5A90E01 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_tFFB8831AA76B3379905E1F8D4BD47D39E5A90E01 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t7317E109667EF5A9F367D28A0A803493E9374AF6 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530, ___callback__2)); } inline Callback_t7317E109667EF5A9F367D28A0A803493E9374AF6 * get_callback__2() const { return ___callback__2; } inline Callback_t7317E109667EF5A9F367D28A0A803493E9374AF6 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t7317E109667EF5A9F367D28A0A803493E9374AF6 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t0A3B38013D415323A66DA493B074C17AFDB2522F * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20, ___callback__2)); } inline Callback_t0A3B38013D415323A66DA493B074C17AFDB2522F * get_callback__2() const { return ___callback__2; } inline Callback_t0A3B38013D415323A66DA493B074C17AFDB2522F ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t0A3B38013D415323A66DA493B074C17AFDB2522F * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t05DA251417851DF07AD9252E6CFF396A9F1B8B9B * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95, ___callback__2)); } inline Callback_t05DA251417851DF07AD9252E6CFF396A9F1B8B9B * get_callback__2() const { return ___callback__2; } inline Callback_t05DA251417851DF07AD9252E6CFF396A9F1B8B9B ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t05DA251417851DF07AD9252E6CFF396A9F1B8B9B * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t04EA8FEF308E167126A9853D3E0D655D514487D2 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035, ___callback__2)); } inline Callback_t04EA8FEF308E167126A9853D3E0D655D514487D2 * get_callback__2() const { return ___callback__2; } inline Callback_t04EA8FEF308E167126A9853D3E0D655D514487D2 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t04EA8FEF308E167126A9853D3E0D655D514487D2 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05, ___callback__2)); } inline Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA * get_callback__2() const { return ___callback__2; } inline Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t2E97D64816F46B92F0BCBA91429284A90AFA6C65 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4, ___callback__2)); } inline Callback_t2E97D64816F46B92F0BCBA91429284A90AFA6C65 * get_callback__2() const { return ___callback__2; } inline Callback_t2E97D64816F46B92F0BCBA91429284A90AFA6C65 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t2E97D64816F46B92F0BCBA91429284A90AFA6C65 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9, ___callback__2)); } inline Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 * get_callback__2() const { return ___callback__2; } inline Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t905B55299B98360BD28441866328CC345E8F3910 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t8827F24AF6667F8B0B55EA579CA3904ED8C2F7B3 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t905B55299B98360BD28441866328CC345E8F3910, ___callback__2)); } inline Callback_t8827F24AF6667F8B0B55EA579CA3904ED8C2F7B3 * get_callback__2() const { return ___callback__2; } inline Callback_t8827F24AF6667F8B0B55EA579CA3904ED8C2F7B3 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t8827F24AF6667F8B0B55EA579CA3904ED8C2F7B3 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t590E20196493C6D61101EFC7DC1140C49F01B24C * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5, ___callback__2)); } inline Callback_t590E20196493C6D61101EFC7DC1140C49F01B24C * get_callback__2() const { return ___callback__2; } inline Callback_t590E20196493C6D61101EFC7DC1140C49F01B24C ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t590E20196493C6D61101EFC7DC1140C49F01B24C * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_tB1A8ED91C666B901BC26AC6D63F28E8E8AABA15B * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C, ___callback__2)); } inline Callback_tB1A8ED91C666B901BC26AC6D63F28E8E8AABA15B * get_callback__2() const { return ___callback__2; } inline Callback_tB1A8ED91C666B901BC26AC6D63F28E8E8AABA15B ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_tB1A8ED91C666B901BC26AC6D63F28E8E8AABA15B * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC, ___callback__2)); } inline Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * get_callback__2() const { return ___callback__2; } inline Callback_tD043303749DFDABD54DB83282588105CC2ADB18D ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t827F915E827EE8044B5F300339FE951E4557B20A * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF, ___callback__2)); } inline Callback_t827F915E827EE8044B5F300339FE951E4557B20A * get_callback__2() const { return ___callback__2; } inline Callback_t827F915E827EE8044B5F300339FE951E4557B20A ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t827F915E827EE8044B5F300339FE951E4557B20A * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_tA50179578321920FE3DB3333DD6C900E78CFE07D * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94, ___callback__2)); } inline Callback_tA50179578321920FE3DB3333DD6C900E78CFE07D * get_callback__2() const { return ___callback__2; } inline Callback_tA50179578321920FE3DB3333DD6C900E78CFE07D ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_tA50179578321920FE3DB3333DD6C900E78CFE07D * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t3540E20CECB87A70AAF8B7A26B42ABE7C7158556 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017, ___callback__2)); } inline Callback_t3540E20CECB87A70AAF8B7A26B42ABE7C7158556 * get_callback__2() const { return ___callback__2; } inline Callback_t3540E20CECB87A70AAF8B7A26B42ABE7C7158556 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t3540E20CECB87A70AAF8B7A26B42ABE7C7158556 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t91415C11C98D49C234F1F0D179CEBE847CA1BBD3 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B, ___callback__2)); } inline Callback_t91415C11C98D49C234F1F0D179CEBE847CA1BBD3 * get_callback__2() const { return ___callback__2; } inline Callback_t91415C11C98D49C234F1F0D179CEBE847CA1BBD3 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t91415C11C98D49C234F1F0D179CEBE847CA1BBD3 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t2CA1B16D395258918A268B17227A7212918D2136 : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t7F9E9DD3F10B5A998645F1CE9718F3A0A3A4D499 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t2CA1B16D395258918A268B17227A7212918D2136, ___callback__2)); } inline Callback_t7F9E9DD3F10B5A998645F1CE9718F3A0A3A4D499 * get_callback__2() const { return ___callback__2; } inline Callback_t7F9E9DD3F10B5A998645F1CE9718F3A0A3A4D499 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t7F9E9DD3F10B5A998645F1CE9718F3A0A3A4D499 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Request`1 struct Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE : public Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Request`1::callback_ Callback_t7F5938139BB729A9025FD891DC08E47E3BBE0CF7 * ___callback__2; public: inline static int32_t get_offset_of_callback__2() { return static_cast(offsetof(Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE, ___callback__2)); } inline Callback_t7F5938139BB729A9025FD891DC08E47E3BBE0CF7 * get_callback__2() const { return ___callback__2; } inline Callback_t7F5938139BB729A9025FD891DC08E47E3BBE0CF7 ** get_address_of_callback__2() { return &___callback__2; } inline void set_callback__2(Callback_t7F5938139BB729A9025FD891DC08E47E3BBE0CF7 * value) { ___callback__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback__2), (void*)value); } }; // Oculus.Platform.Models.ApplicationInviteList struct ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360 : public DeserializableList_1_t0D877458E402543369E9D661AE85176907E474C6 { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; // Oculus.Platform.Models.DestinationList struct DestinationList_t324E6458E9933B4981A5C75342FDBE853371926C : public DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F { public: public: }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // Oculus.Platform.Models.MatchmakingEnqueuedUserList struct MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED : public DeserializableList_1_t4CB777A8455D5A0C08BCD04A5804ED0038B204DA { public: public: }; // Oculus.Platform.Models.NetSyncSessionList struct NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB : public DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D { public: public: }; // Oculus.Platform.Models.NetSyncVoipAttenuationValueList struct NetSyncVoipAttenuationValueList_t8035C44D9A5692E3EEBDC7A6C5D677DF04D081BF : public DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA { public: public: }; // Oculus.Platform.Models.PidList struct PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC : public DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413 { public: public: }; // Oculus.Platform.Models.ProductList struct ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F : public DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755 { public: public: }; // Oculus.Platform.Models.PurchaseList struct PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 : public DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6 { public: public: }; // Oculus.Platform.Models.RoomInviteNotificationList struct RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E : public DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D { public: public: }; // Oculus.Platform.Models.RoomList struct RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 : public DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA { public: public: }; // Oculus.Platform.Models.SdkAccountList struct SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 : public DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // Oculus.Platform.Models.TeamList struct TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 : public DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17 { public: public: }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; // Oculus.Platform.Models.UserAndRoomList struct UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C : public DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 { public: public: }; // Oculus.Platform.Models.UserList struct UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B : public DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 { public: public: }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // Oculus.Platform.CAPI/OculusInitParams struct OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5 { public: // System.Int32 Oculus.Platform.CAPI/OculusInitParams::sType int32_t ___sType_0; // System.String Oculus.Platform.CAPI/OculusInitParams::email String_t* ___email_1; // System.String Oculus.Platform.CAPI/OculusInitParams::password String_t* ___password_2; // System.UInt64 Oculus.Platform.CAPI/OculusInitParams::appId uint64_t ___appId_3; // System.String Oculus.Platform.CAPI/OculusInitParams::uriPrefixOverride String_t* ___uriPrefixOverride_4; public: inline static int32_t get_offset_of_sType_0() { return static_cast(offsetof(OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5, ___sType_0)); } inline int32_t get_sType_0() const { return ___sType_0; } inline int32_t* get_address_of_sType_0() { return &___sType_0; } inline void set_sType_0(int32_t value) { ___sType_0 = value; } inline static int32_t get_offset_of_email_1() { return static_cast(offsetof(OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5, ___email_1)); } inline String_t* get_email_1() const { return ___email_1; } inline String_t** get_address_of_email_1() { return &___email_1; } inline void set_email_1(String_t* value) { ___email_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_1), (void*)value); } inline static int32_t get_offset_of_password_2() { return static_cast(offsetof(OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5, ___password_2)); } inline String_t* get_password_2() const { return ___password_2; } inline String_t** get_address_of_password_2() { return &___password_2; } inline void set_password_2(String_t* value) { ___password_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_2), (void*)value); } inline static int32_t get_offset_of_appId_3() { return static_cast(offsetof(OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5, ___appId_3)); } inline uint64_t get_appId_3() const { return ___appId_3; } inline uint64_t* get_address_of_appId_3() { return &___appId_3; } inline void set_appId_3(uint64_t value) { ___appId_3 = value; } inline static int32_t get_offset_of_uriPrefixOverride_4() { return static_cast(offsetof(OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5, ___uriPrefixOverride_4)); } inline String_t* get_uriPrefixOverride_4() const { return ___uriPrefixOverride_4; } inline String_t** get_address_of_uriPrefixOverride_4() { return &___uriPrefixOverride_4; } inline void set_uriPrefixOverride_4(String_t* value) { ___uriPrefixOverride_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___uriPrefixOverride_4), (void*)value); } }; // Native definition for P/Invoke marshalling of Oculus.Platform.CAPI/OculusInitParams struct OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshaled_pinvoke { int32_t ___sType_0; char* ___email_1; char* ___password_2; uint64_t ___appId_3; char* ___uriPrefixOverride_4; }; // Native definition for COM marshalling of Oculus.Platform.CAPI/OculusInitParams struct OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshaled_com { int32_t ___sType_0; Il2CppChar* ___email_1; Il2CppChar* ___password_2; uint64_t ___appId_3; Il2CppChar* ___uriPrefixOverride_4; }; // Oculus.Platform.CAPI/ovrNetSyncVec3 struct ovrNetSyncVec3_tD2333A190C12FE3AB1DF46481DE2CB3D8810A874 { public: // System.Single Oculus.Platform.CAPI/ovrNetSyncVec3::x float ___x_0; // System.Single Oculus.Platform.CAPI/ovrNetSyncVec3::y float ___y_1; // System.Single Oculus.Platform.CAPI/ovrNetSyncVec3::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(ovrNetSyncVec3_tD2333A190C12FE3AB1DF46481DE2CB3D8810A874, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(ovrNetSyncVec3_tD2333A190C12FE3AB1DF46481DE2CB3D8810A874, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(ovrNetSyncVec3_tD2333A190C12FE3AB1DF46481DE2CB3D8810A874, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___dictionary_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___current_3)); } inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC get_current_3() const { return ___current_3; } inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Oculus.Platform.KeyValuePairType struct KeyValuePairType_t448387A174108622850E0E68A72FD768292EB402 { public: // System.Int32 Oculus.Platform.KeyValuePairType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyValuePairType_t448387A174108622850E0E68A72FD768292EB402, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.MatchmakingCriterionImportance struct MatchmakingCriterionImportance_t45A577DC947889204A7B6AE75E3FEF8BB06813BF { public: // System.Int32 Oculus.Platform.MatchmakingCriterionImportance::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MatchmakingCriterionImportance_t45A577DC947889204A7B6AE75E3FEF8BB06813BF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.MultiplayerErrorErrorKey struct MultiplayerErrorErrorKey_t9DE4D4EA5991AAE074C816F2658E9958BDCADA0C { public: // System.Int32 Oculus.Platform.MultiplayerErrorErrorKey::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MultiplayerErrorErrorKey_t9DE4D4EA5991AAE074C816F2658E9958BDCADA0C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.MultiplayerErrorOptions struct MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31 : public RuntimeObject { public: // System.IntPtr Oculus.Platform.MultiplayerErrorOptions::Handle intptr_t ___Handle_0; public: inline static int32_t get_offset_of_Handle_0() { return static_cast(offsetof(MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31, ___Handle_0)); } inline intptr_t get_Handle_0() const { return ___Handle_0; } inline intptr_t* get_address_of_Handle_0() { return &___Handle_0; } inline void set_Handle_0(intptr_t value) { ___Handle_0 = value; } }; // Oculus.Platform.NetSyncConnectionStatus struct NetSyncConnectionStatus_tA303CF4238C981D2E42EFA494A19B5D502295AC4 { public: // System.Int32 Oculus.Platform.NetSyncConnectionStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetSyncConnectionStatus_tA303CF4238C981D2E42EFA494A19B5D502295AC4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.NetSyncDisconnectReason struct NetSyncDisconnectReason_t7D669DF843DB4B15269CDE4E8680FAD472747412 { public: // System.Int32 Oculus.Platform.NetSyncDisconnectReason::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetSyncDisconnectReason_t7D669DF843DB4B15269CDE4E8680FAD472747412, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.NetSyncOptions struct NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 : public RuntimeObject { public: // System.IntPtr Oculus.Platform.NetSyncOptions::Handle intptr_t ___Handle_0; public: inline static int32_t get_offset_of_Handle_0() { return static_cast(offsetof(NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395, ___Handle_0)); } inline intptr_t get_Handle_0() const { return ___Handle_0; } inline intptr_t* get_address_of_Handle_0() { return &___Handle_0; } inline void set_Handle_0(intptr_t value) { ___Handle_0 = value; } }; // Oculus.Platform.NetSyncVoipMicSource struct NetSyncVoipMicSource_t28F1992A2DE9D49C82C50D1D85208569A89C9ACB { public: // System.Int32 Oculus.Platform.NetSyncVoipMicSource::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetSyncVoipMicSource_t28F1992A2DE9D49C82C50D1D85208569A89C9ACB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.NetSyncVoipStreamMode struct NetSyncVoipStreamMode_t5F958C5364166EB2B864FC87600B8339DD629C53 { public: // System.Int32 Oculus.Platform.NetSyncVoipStreamMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetSyncVoipStreamMode_t5F958C5364166EB2B864FC87600B8339DD629C53, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // Oculus.Platform.Packet struct Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Packet::size uint64_t ___size_0; // System.IntPtr Oculus.Platform.Packet::packetHandle intptr_t ___packetHandle_1; public: inline static int32_t get_offset_of_size_0() { return static_cast(offsetof(Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A, ___size_0)); } inline uint64_t get_size_0() const { return ___size_0; } inline uint64_t* get_address_of_size_0() { return &___size_0; } inline void set_size_0(uint64_t value) { ___size_0 = value; } inline static int32_t get_offset_of_packetHandle_1() { return static_cast(offsetof(Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A, ___packetHandle_1)); } inline intptr_t get_packetHandle_1() const { return ___packetHandle_1; } inline intptr_t* get_address_of_packetHandle_1() { return &___packetHandle_1; } inline void set_packetHandle_1(intptr_t value) { ___packetHandle_1 = value; } }; // Oculus.Platform.PartyUpdateAction struct PartyUpdateAction_tAA085458499F17A4B65A47CB147B554F769A7315 { public: // System.Int32 Oculus.Platform.PartyUpdateAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PartyUpdateAction_tAA085458499F17A4B65A47CB147B554F769A7315, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.PeerConnectionState struct PeerConnectionState_t5D085CAF9729C2423A256994EED2AA0777E7AEC0 { public: // System.Int32 Oculus.Platform.PeerConnectionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PeerConnectionState_t5D085CAF9729C2423A256994EED2AA0777E7AEC0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.PermissionGrantStatus struct PermissionGrantStatus_t3276A757FF15DB7DB421CDFE1F44E3D060978FBD { public: // System.Int32 Oculus.Platform.PermissionGrantStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PermissionGrantStatus_t3276A757FF15DB7DB421CDFE1F44E3D060978FBD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.PermissionType struct PermissionType_t73D31E7186C51E17A62EAF3847C2F9FE0C9DAC20 { public: // System.Int32 Oculus.Platform.PermissionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PermissionType_t73D31E7186C51E17A62EAF3847C2F9FE0C9DAC20, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.Models.PingResult struct PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Models.PingResult::k__BackingField uint64_t ___U3CIDU3Ek__BackingField_0; // System.Nullable`1 Oculus.Platform.Models.PingResult::pingTimeUsec Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C ___pingTimeUsec_1; public: inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_0() { return static_cast(offsetof(PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6, ___U3CIDU3Ek__BackingField_0)); } inline uint64_t get_U3CIDU3Ek__BackingField_0() const { return ___U3CIDU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CIDU3Ek__BackingField_0() { return &___U3CIDU3Ek__BackingField_0; } inline void set_U3CIDU3Ek__BackingField_0(uint64_t value) { ___U3CIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_pingTimeUsec_1() { return static_cast(offsetof(PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6, ___pingTimeUsec_1)); } inline Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C get_pingTimeUsec_1() const { return ___pingTimeUsec_1; } inline Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * get_address_of_pingTimeUsec_1() { return &___pingTimeUsec_1; } inline void set_pingTimeUsec_1(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C value) { ___pingTimeUsec_1 = value; } }; // Oculus.Platform.PlatformInitializeResult struct PlatformInitializeResult_t64B0DB5DD73F0490D7C7E5383BE088F3B69BDD9B { public: // System.Int32 Oculus.Platform.PlatformInitializeResult::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlatformInitializeResult_t64B0DB5DD73F0490D7C7E5383BE088F3B69BDD9B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.Models.Purchase struct Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 : public RuntimeObject { public: // System.DateTime Oculus.Platform.Models.Purchase::ExpirationTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ExpirationTime_0; // System.DateTime Oculus.Platform.Models.Purchase::GrantTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___GrantTime_1; // System.String Oculus.Platform.Models.Purchase::ID String_t* ___ID_2; // System.String Oculus.Platform.Models.Purchase::Sku String_t* ___Sku_3; public: inline static int32_t get_offset_of_ExpirationTime_0() { return static_cast(offsetof(Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91, ___ExpirationTime_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ExpirationTime_0() const { return ___ExpirationTime_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ExpirationTime_0() { return &___ExpirationTime_0; } inline void set_ExpirationTime_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ExpirationTime_0 = value; } inline static int32_t get_offset_of_GrantTime_1() { return static_cast(offsetof(Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91, ___GrantTime_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_GrantTime_1() const { return ___GrantTime_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_GrantTime_1() { return &___GrantTime_1; } inline void set_GrantTime_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___GrantTime_1 = value; } inline static int32_t get_offset_of_ID_2() { return static_cast(offsetof(Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91, ___ID_2)); } inline String_t* get_ID_2() const { return ___ID_2; } inline String_t** get_address_of_ID_2() { return &___ID_2; } inline void set_ID_2(String_t* value) { ___ID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ID_2), (void*)value); } inline static int32_t get_offset_of_Sku_3() { return static_cast(offsetof(Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91, ___Sku_3)); } inline String_t* get_Sku_3() const { return ___Sku_3; } inline String_t** get_address_of_Sku_3() { return &___Sku_3; } inline void set_Sku_3(String_t* value) { ___Sku_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sku_3), (void*)value); } }; // Oculus.Platform.RichPresenceExtraContext struct RichPresenceExtraContext_t2B6E08D1AEC12DCC0007397EDA0BE0BD00865140 { public: // System.Int32 Oculus.Platform.RichPresenceExtraContext::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RichPresenceExtraContext_t2B6E08D1AEC12DCC0007397EDA0BE0BD00865140, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.RichPresenceOptions struct RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 : public RuntimeObject { public: // System.IntPtr Oculus.Platform.RichPresenceOptions::Handle intptr_t ___Handle_0; public: inline static int32_t get_offset_of_Handle_0() { return static_cast(offsetof(RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950, ___Handle_0)); } inline intptr_t get_Handle_0() const { return ___Handle_0; } inline intptr_t* get_address_of_Handle_0() { return &___Handle_0; } inline void set_Handle_0(intptr_t value) { ___Handle_0 = value; } }; // Oculus.Platform.Models.RoomInviteNotification struct RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Models.RoomInviteNotification::ID uint64_t ___ID_0; // System.UInt64 Oculus.Platform.Models.RoomInviteNotification::RoomID uint64_t ___RoomID_1; // System.UInt64 Oculus.Platform.Models.RoomInviteNotification::SenderID uint64_t ___SenderID_2; // System.DateTime Oculus.Platform.Models.RoomInviteNotification::SentTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___SentTime_3; public: inline static int32_t get_offset_of_ID_0() { return static_cast(offsetof(RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8, ___ID_0)); } inline uint64_t get_ID_0() const { return ___ID_0; } inline uint64_t* get_address_of_ID_0() { return &___ID_0; } inline void set_ID_0(uint64_t value) { ___ID_0 = value; } inline static int32_t get_offset_of_RoomID_1() { return static_cast(offsetof(RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8, ___RoomID_1)); } inline uint64_t get_RoomID_1() const { return ___RoomID_1; } inline uint64_t* get_address_of_RoomID_1() { return &___RoomID_1; } inline void set_RoomID_1(uint64_t value) { ___RoomID_1 = value; } inline static int32_t get_offset_of_SenderID_2() { return static_cast(offsetof(RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8, ___SenderID_2)); } inline uint64_t get_SenderID_2() const { return ___SenderID_2; } inline uint64_t* get_address_of_SenderID_2() { return &___SenderID_2; } inline void set_SenderID_2(uint64_t value) { ___SenderID_2 = value; } inline static int32_t get_offset_of_SentTime_3() { return static_cast(offsetof(RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8, ___SentTime_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_SentTime_3() const { return ___SentTime_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_SentTime_3() { return &___SentTime_3; } inline void set_SentTime_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___SentTime_3 = value; } }; // Oculus.Platform.RoomJoinPolicy struct RoomJoinPolicy_t0265B68CBD8E6EF6871E8706019F090594AA35B2 { public: // System.Int32 Oculus.Platform.RoomJoinPolicy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RoomJoinPolicy_t0265B68CBD8E6EF6871E8706019F090594AA35B2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.RoomJoinability struct RoomJoinability_tAFD33AE86A5664D0E0CFEEB40D936151E47404FB { public: // System.Int32 Oculus.Platform.RoomJoinability::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RoomJoinability_tAFD33AE86A5664D0E0CFEEB40D936151E47404FB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.RoomMembershipLockStatus struct RoomMembershipLockStatus_tEA9EFBC88D7845B2ECE7136BFC5C8EE467514979 { public: // System.Int32 Oculus.Platform.RoomMembershipLockStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RoomMembershipLockStatus_tEA9EFBC88D7845B2ECE7136BFC5C8EE467514979, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.RoomOptions struct RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E : public RuntimeObject { public: // System.IntPtr Oculus.Platform.RoomOptions::Handle intptr_t ___Handle_0; public: inline static int32_t get_offset_of_Handle_0() { return static_cast(offsetof(RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E, ___Handle_0)); } inline intptr_t get_Handle_0() const { return ___Handle_0; } inline intptr_t* get_address_of_Handle_0() { return &___Handle_0; } inline void set_Handle_0(intptr_t value) { ___Handle_0 = value; } }; // Oculus.Platform.RoomType struct RoomType_t1A82673ABFF294DB37F45CBA4A73A3616D8229A6 { public: // System.Int32 Oculus.Platform.RoomType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RoomType_t1A82673ABFF294DB37F45CBA4A73A3616D8229A6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.RosterOptions struct RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53 : public RuntimeObject { public: // System.IntPtr Oculus.Platform.RosterOptions::Handle intptr_t ___Handle_0; public: inline static int32_t get_offset_of_Handle_0() { return static_cast(offsetof(RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53, ___Handle_0)); } inline intptr_t get_Handle_0() const { return ___Handle_0; } inline intptr_t* get_address_of_Handle_0() { return &___Handle_0; } inline void set_Handle_0(intptr_t value) { ___Handle_0 = value; } }; // Oculus.Platform.SdkAccountType struct SdkAccountType_tC9DE34E333AD713E4B13786F450FD8367960DDE9 { public: // System.Int32 Oculus.Platform.SdkAccountType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SdkAccountType_tC9DE34E333AD713E4B13786F450FD8367960DDE9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.SendPolicy struct SendPolicy_t65C7F53321F543A134FEFA84E3F36DF8DF8B6F7F { public: // System.Int32 Oculus.Platform.SendPolicy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SendPolicy_t65C7F53321F543A134FEFA84E3F36DF8DF8B6F7F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.ServiceProvider struct ServiceProvider_t7C4CC3124CA1164B0E60FAAE29A4739844A10F2B { public: // System.Int32 Oculus.Platform.ServiceProvider::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ServiceProvider_t7C4CC3124CA1164B0E60FAAE29A4739844A10F2B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.ShareMediaStatus struct ShareMediaStatus_tAE82D16DF4B154E03504DA0A81065F216AF4BBB2 { public: // System.Int32 Oculus.Platform.ShareMediaStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShareMediaStatus_tAE82D16DF4B154E03504DA0A81065F216AF4BBB2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.SystemVoipStatus struct SystemVoipStatus_t6F46F5AA7FCA6FF4DB6E1C4BC39DE93AACAF02CC { public: // System.Int32 Oculus.Platform.SystemVoipStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SystemVoipStatus_t6F46F5AA7FCA6FF4DB6E1C4BC39DE93AACAF02CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.TimeWindow struct TimeWindow_tD5CC191ECA78CB5B26BBEA545F228804357600C2 { public: // System.Int32 Oculus.Platform.TimeWindow::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TimeWindow_tD5CC191ECA78CB5B26BBEA545F228804357600C2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.UserOptions struct UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 : public RuntimeObject { public: // System.IntPtr Oculus.Platform.UserOptions::Handle intptr_t ___Handle_0; public: inline static int32_t get_offset_of_Handle_0() { return static_cast(offsetof(UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706, ___Handle_0)); } inline intptr_t get_Handle_0() const { return ___Handle_0; } inline intptr_t* get_address_of_Handle_0() { return &___Handle_0; } inline void set_Handle_0(intptr_t value) { ___Handle_0 = value; } }; // Oculus.Platform.UserOrdering struct UserOrdering_tAFD667BD74C720E03E9175FF6307AB358BC8B045 { public: // System.Int32 Oculus.Platform.UserOrdering::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UserOrdering_tAFD667BD74C720E03E9175FF6307AB358BC8B045, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.UserPresenceStatus struct UserPresenceStatus_tC3D3966C352904696239DB763BA265808C8C536F { public: // System.Int32 Oculus.Platform.UserPresenceStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UserPresenceStatus_tC3D3966C352904696239DB763BA265808C8C536F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.VoipBitrate struct VoipBitrate_tEF9ECA90EB49DB618EA2851EDD63606E38FC759A { public: // System.Int32 Oculus.Platform.VoipBitrate::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VoipBitrate_tEF9ECA90EB49DB618EA2851EDD63606E38FC759A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.VoipDtxState struct VoipDtxState_tEE8F4743C2144D1FBC694546A53285B5D5F2568F { public: // System.Int32 Oculus.Platform.VoipDtxState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VoipDtxState_tEE8F4743C2144D1FBC694546A53285B5D5F2568F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.VoipMuteState struct VoipMuteState_tE746736B402EF04E0A315632CD91BAABFAFEAB62 { public: // System.Int32 Oculus.Platform.VoipMuteState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VoipMuteState_tE746736B402EF04E0A315632CD91BAABFAFEAB62, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.VoipOptions struct VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 : public RuntimeObject { public: // System.IntPtr Oculus.Platform.VoipOptions::Handle intptr_t ___Handle_0; public: inline static int32_t get_offset_of_Handle_0() { return static_cast(offsetof(VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050, ___Handle_0)); } inline intptr_t get_Handle_0() const { return ___Handle_0; } inline intptr_t* get_address_of_Handle_0() { return &___Handle_0; } inline void set_Handle_0(intptr_t value) { ___Handle_0 = value; } }; // Oculus.Platform.VoipSampleRate struct VoipSampleRate_t5BA43A5B30995B72E4F8640AD6FD7104D426677D { public: // System.Int32 Oculus.Platform.VoipSampleRate::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VoipSampleRate_t5BA43A5B30995B72E4F8640AD6FD7104D426677D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData struct ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 { public: // System.IntPtr Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData::dataArray intptr_t ___dataArray_0; // System.UInt32 Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData::dataArrayCount uint32_t ___dataArrayCount_1; // System.IntPtr Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData::criterionArray intptr_t ___criterionArray_2; // System.UInt32 Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData::criterionArrayCount uint32_t ___criterionArrayCount_3; public: inline static int32_t get_offset_of_dataArray_0() { return static_cast(offsetof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28, ___dataArray_0)); } inline intptr_t get_dataArray_0() const { return ___dataArray_0; } inline intptr_t* get_address_of_dataArray_0() { return &___dataArray_0; } inline void set_dataArray_0(intptr_t value) { ___dataArray_0 = value; } inline static int32_t get_offset_of_dataArrayCount_1() { return static_cast(offsetof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28, ___dataArrayCount_1)); } inline uint32_t get_dataArrayCount_1() const { return ___dataArrayCount_1; } inline uint32_t* get_address_of_dataArrayCount_1() { return &___dataArrayCount_1; } inline void set_dataArrayCount_1(uint32_t value) { ___dataArrayCount_1 = value; } inline static int32_t get_offset_of_criterionArray_2() { return static_cast(offsetof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28, ___criterionArray_2)); } inline intptr_t get_criterionArray_2() const { return ___criterionArray_2; } inline intptr_t* get_address_of_criterionArray_2() { return &___criterionArray_2; } inline void set_criterionArray_2(intptr_t value) { ___criterionArray_2 = value; } inline static int32_t get_offset_of_criterionArrayCount_3() { return static_cast(offsetof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28, ___criterionArrayCount_3)); } inline uint32_t get_criterionArrayCount_3() const { return ___criterionArrayCount_3; } inline uint32_t* get_address_of_criterionArrayCount_3() { return &___criterionArrayCount_3; } inline void set_criterionArrayCount_3(uint32_t value) { ___criterionArrayCount_3 = value; } }; // Oculus.Platform.Message/MessageType struct MessageType_t7B1DFA54C161B3023552B603E7825FAE33FF1C55 { public: // System.UInt32 Oculus.Platform.Message/MessageType::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageType_t7B1DFA54C161B3023552B603E7825FAE33FF1C55, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Oculus.Platform.PlatformInternal/MessageTypeInternal struct MessageTypeInternal_tC303F5428A8AE27696F3C8D2DF55C3AB2B83A551 { public: // System.UInt32 Oculus.Platform.PlatformInternal/MessageTypeInternal::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypeInternal_tC303F5428A8AE27696F3C8D2DF55C3AB2B83A551, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Oculus.Platform.Message struct Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 : public RuntimeObject { public: // Oculus.Platform.Message/MessageType Oculus.Platform.Message::type uint32_t ___type_0; // System.UInt64 Oculus.Platform.Message::requestID uint64_t ___requestID_1; // Oculus.Platform.Models.Error Oculus.Platform.Message::error Error_t4896001004CD4A2DC6124CF998C4C1E807C93B89 * ___error_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9, ___type_0)); } inline uint32_t get_type_0() const { return ___type_0; } inline uint32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(uint32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_requestID_1() { return static_cast(offsetof(Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9, ___requestID_1)); } inline uint64_t get_requestID_1() const { return ___requestID_1; } inline uint64_t* get_address_of_requestID_1() { return &___requestID_1; } inline void set_requestID_1(uint64_t value) { ___requestID_1 = value; } inline static int32_t get_offset_of_error_2() { return static_cast(offsetof(Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9, ___error_2)); } inline Error_t4896001004CD4A2DC6124CF998C4C1E807C93B89 * get_error_2() const { return ___error_2; } inline Error_t4896001004CD4A2DC6124CF998C4C1E807C93B89 ** get_address_of_error_2() { return &___error_2; } inline void set_error_2(Error_t4896001004CD4A2DC6124CF998C4C1E807C93B89 * value) { ___error_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_2), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // Oculus.Platform.Models.NetSyncConnection struct NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324 : public RuntimeObject { public: // System.Int64 Oculus.Platform.Models.NetSyncConnection::ConnectionId int64_t ___ConnectionId_0; // Oculus.Platform.NetSyncDisconnectReason Oculus.Platform.Models.NetSyncConnection::DisconnectReason int32_t ___DisconnectReason_1; // System.UInt64 Oculus.Platform.Models.NetSyncConnection::SessionId uint64_t ___SessionId_2; // Oculus.Platform.NetSyncConnectionStatus Oculus.Platform.Models.NetSyncConnection::Status int32_t ___Status_3; // System.String Oculus.Platform.Models.NetSyncConnection::ZoneId String_t* ___ZoneId_4; public: inline static int32_t get_offset_of_ConnectionId_0() { return static_cast(offsetof(NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324, ___ConnectionId_0)); } inline int64_t get_ConnectionId_0() const { return ___ConnectionId_0; } inline int64_t* get_address_of_ConnectionId_0() { return &___ConnectionId_0; } inline void set_ConnectionId_0(int64_t value) { ___ConnectionId_0 = value; } inline static int32_t get_offset_of_DisconnectReason_1() { return static_cast(offsetof(NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324, ___DisconnectReason_1)); } inline int32_t get_DisconnectReason_1() const { return ___DisconnectReason_1; } inline int32_t* get_address_of_DisconnectReason_1() { return &___DisconnectReason_1; } inline void set_DisconnectReason_1(int32_t value) { ___DisconnectReason_1 = value; } inline static int32_t get_offset_of_SessionId_2() { return static_cast(offsetof(NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324, ___SessionId_2)); } inline uint64_t get_SessionId_2() const { return ___SessionId_2; } inline uint64_t* get_address_of_SessionId_2() { return &___SessionId_2; } inline void set_SessionId_2(uint64_t value) { ___SessionId_2 = value; } inline static int32_t get_offset_of_Status_3() { return static_cast(offsetof(NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324, ___Status_3)); } inline int32_t get_Status_3() const { return ___Status_3; } inline int32_t* get_address_of_Status_3() { return &___Status_3; } inline void set_Status_3(int32_t value) { ___Status_3 = value; } inline static int32_t get_offset_of_ZoneId_4() { return static_cast(offsetof(NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324, ___ZoneId_4)); } inline String_t* get_ZoneId_4() const { return ___ZoneId_4; } inline String_t** get_address_of_ZoneId_4() { return &___ZoneId_4; } inline void set_ZoneId_4(String_t* value) { ___ZoneId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZoneId_4), (void*)value); } }; // Oculus.Platform.Models.NetworkingPeer struct NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Models.NetworkingPeer::k__BackingField uint64_t ___U3CIDU3Ek__BackingField_0; // Oculus.Platform.PeerConnectionState Oculus.Platform.Models.NetworkingPeer::k__BackingField int32_t ___U3CStateU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_0() { return static_cast(offsetof(NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78, ___U3CIDU3Ek__BackingField_0)); } inline uint64_t get_U3CIDU3Ek__BackingField_0() const { return ___U3CIDU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CIDU3Ek__BackingField_0() { return &___U3CIDU3Ek__BackingField_0; } inline void set_U3CIDU3Ek__BackingField_0(uint64_t value) { ___U3CIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_1() { return static_cast(offsetof(NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78, ___U3CStateU3Ek__BackingField_1)); } inline int32_t get_U3CStateU3Ek__BackingField_1() const { return ___U3CStateU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_1() { return &___U3CStateU3Ek__BackingField_1; } inline void set_U3CStateU3Ek__BackingField_1(int32_t value) { ___U3CStateU3Ek__BackingField_1 = value; } }; // Oculus.Platform.Models.PartyUpdateNotification struct PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 : public RuntimeObject { public: // Oculus.Platform.PartyUpdateAction Oculus.Platform.Models.PartyUpdateNotification::Action int32_t ___Action_0; // System.UInt64 Oculus.Platform.Models.PartyUpdateNotification::PartyId uint64_t ___PartyId_1; // System.UInt64 Oculus.Platform.Models.PartyUpdateNotification::SenderId uint64_t ___SenderId_2; // System.String Oculus.Platform.Models.PartyUpdateNotification::UpdateTimestamp String_t* ___UpdateTimestamp_3; // System.String Oculus.Platform.Models.PartyUpdateNotification::UserAlias String_t* ___UserAlias_4; // System.UInt64 Oculus.Platform.Models.PartyUpdateNotification::UserId uint64_t ___UserId_5; // System.String Oculus.Platform.Models.PartyUpdateNotification::UserName String_t* ___UserName_6; public: inline static int32_t get_offset_of_Action_0() { return static_cast(offsetof(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5, ___Action_0)); } inline int32_t get_Action_0() const { return ___Action_0; } inline int32_t* get_address_of_Action_0() { return &___Action_0; } inline void set_Action_0(int32_t value) { ___Action_0 = value; } inline static int32_t get_offset_of_PartyId_1() { return static_cast(offsetof(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5, ___PartyId_1)); } inline uint64_t get_PartyId_1() const { return ___PartyId_1; } inline uint64_t* get_address_of_PartyId_1() { return &___PartyId_1; } inline void set_PartyId_1(uint64_t value) { ___PartyId_1 = value; } inline static int32_t get_offset_of_SenderId_2() { return static_cast(offsetof(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5, ___SenderId_2)); } inline uint64_t get_SenderId_2() const { return ___SenderId_2; } inline uint64_t* get_address_of_SenderId_2() { return &___SenderId_2; } inline void set_SenderId_2(uint64_t value) { ___SenderId_2 = value; } inline static int32_t get_offset_of_UpdateTimestamp_3() { return static_cast(offsetof(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5, ___UpdateTimestamp_3)); } inline String_t* get_UpdateTimestamp_3() const { return ___UpdateTimestamp_3; } inline String_t** get_address_of_UpdateTimestamp_3() { return &___UpdateTimestamp_3; } inline void set_UpdateTimestamp_3(String_t* value) { ___UpdateTimestamp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateTimestamp_3), (void*)value); } inline static int32_t get_offset_of_UserAlias_4() { return static_cast(offsetof(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5, ___UserAlias_4)); } inline String_t* get_UserAlias_4() const { return ___UserAlias_4; } inline String_t** get_address_of_UserAlias_4() { return &___UserAlias_4; } inline void set_UserAlias_4(String_t* value) { ___UserAlias_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UserAlias_4), (void*)value); } inline static int32_t get_offset_of_UserId_5() { return static_cast(offsetof(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5, ___UserId_5)); } inline uint64_t get_UserId_5() const { return ___UserId_5; } inline uint64_t* get_address_of_UserId_5() { return &___UserId_5; } inline void set_UserId_5(uint64_t value) { ___UserId_5 = value; } inline static int32_t get_offset_of_UserName_6() { return static_cast(offsetof(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5, ___UserName_6)); } inline String_t* get_UserName_6() const { return ___UserName_6; } inline String_t** get_address_of_UserName_6() { return &___UserName_6; } inline void set_UserName_6(String_t* value) { ___UserName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UserName_6), (void*)value); } }; // Oculus.Platform.Models.PlatformInitialize struct PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 : public RuntimeObject { public: // Oculus.Platform.PlatformInitializeResult Oculus.Platform.Models.PlatformInitialize::Result int32_t ___Result_0; public: inline static int32_t get_offset_of_Result_0() { return static_cast(offsetof(PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50, ___Result_0)); } inline int32_t get_Result_0() const { return ___Result_0; } inline int32_t* get_address_of_Result_0() { return &___Result_0; } inline void set_Result_0(int32_t value) { ___Result_0 = value; } }; // Oculus.Platform.Models.Room struct Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 : public RuntimeObject { public: // System.UInt64 Oculus.Platform.Models.Room::ApplicationID uint64_t ___ApplicationID_0; // System.Collections.Generic.Dictionary`2 Oculus.Platform.Models.Room::DataStore Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___DataStore_1; // System.String Oculus.Platform.Models.Room::Description String_t* ___Description_2; // System.UInt64 Oculus.Platform.Models.Room::ID uint64_t ___ID_3; // Oculus.Platform.Models.UserList Oculus.Platform.Models.Room::InvitedUsersOptional UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___InvitedUsersOptional_4; // Oculus.Platform.Models.UserList Oculus.Platform.Models.Room::InvitedUsers UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___InvitedUsers_5; // System.Boolean Oculus.Platform.Models.Room::IsMembershipLocked bool ___IsMembershipLocked_6; // Oculus.Platform.RoomJoinPolicy Oculus.Platform.Models.Room::JoinPolicy int32_t ___JoinPolicy_7; // Oculus.Platform.RoomJoinability Oculus.Platform.Models.Room::Joinability int32_t ___Joinability_8; // Oculus.Platform.Models.MatchmakingEnqueuedUserList Oculus.Platform.Models.Room::MatchedUsersOptional MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * ___MatchedUsersOptional_9; // Oculus.Platform.Models.MatchmakingEnqueuedUserList Oculus.Platform.Models.Room::MatchedUsers MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * ___MatchedUsers_10; // System.UInt32 Oculus.Platform.Models.Room::MaxUsers uint32_t ___MaxUsers_11; // System.String Oculus.Platform.Models.Room::Name String_t* ___Name_12; // Oculus.Platform.Models.User Oculus.Platform.Models.Room::OwnerOptional User_tA163463AE919860D9B337F6104B028990A44B69D * ___OwnerOptional_13; // Oculus.Platform.Models.User Oculus.Platform.Models.Room::Owner User_tA163463AE919860D9B337F6104B028990A44B69D * ___Owner_14; // Oculus.Platform.Models.TeamList Oculus.Platform.Models.Room::TeamsOptional TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * ___TeamsOptional_15; // Oculus.Platform.Models.TeamList Oculus.Platform.Models.Room::Teams TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * ___Teams_16; // Oculus.Platform.RoomType Oculus.Platform.Models.Room::Type int32_t ___Type_17; // Oculus.Platform.Models.UserList Oculus.Platform.Models.Room::UsersOptional UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___UsersOptional_18; // Oculus.Platform.Models.UserList Oculus.Platform.Models.Room::Users UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___Users_19; // System.UInt32 Oculus.Platform.Models.Room::Version uint32_t ___Version_20; public: inline static int32_t get_offset_of_ApplicationID_0() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___ApplicationID_0)); } inline uint64_t get_ApplicationID_0() const { return ___ApplicationID_0; } inline uint64_t* get_address_of_ApplicationID_0() { return &___ApplicationID_0; } inline void set_ApplicationID_0(uint64_t value) { ___ApplicationID_0 = value; } inline static int32_t get_offset_of_DataStore_1() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___DataStore_1)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_DataStore_1() const { return ___DataStore_1; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_DataStore_1() { return &___DataStore_1; } inline void set_DataStore_1(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___DataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DataStore_1), (void*)value); } inline static int32_t get_offset_of_Description_2() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___Description_2)); } inline String_t* get_Description_2() const { return ___Description_2; } inline String_t** get_address_of_Description_2() { return &___Description_2; } inline void set_Description_2(String_t* value) { ___Description_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Description_2), (void*)value); } inline static int32_t get_offset_of_ID_3() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___ID_3)); } inline uint64_t get_ID_3() const { return ___ID_3; } inline uint64_t* get_address_of_ID_3() { return &___ID_3; } inline void set_ID_3(uint64_t value) { ___ID_3 = value; } inline static int32_t get_offset_of_InvitedUsersOptional_4() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___InvitedUsersOptional_4)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_InvitedUsersOptional_4() const { return ___InvitedUsersOptional_4; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_InvitedUsersOptional_4() { return &___InvitedUsersOptional_4; } inline void set_InvitedUsersOptional_4(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___InvitedUsersOptional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvitedUsersOptional_4), (void*)value); } inline static int32_t get_offset_of_InvitedUsers_5() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___InvitedUsers_5)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_InvitedUsers_5() const { return ___InvitedUsers_5; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_InvitedUsers_5() { return &___InvitedUsers_5; } inline void set_InvitedUsers_5(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___InvitedUsers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvitedUsers_5), (void*)value); } inline static int32_t get_offset_of_IsMembershipLocked_6() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___IsMembershipLocked_6)); } inline bool get_IsMembershipLocked_6() const { return ___IsMembershipLocked_6; } inline bool* get_address_of_IsMembershipLocked_6() { return &___IsMembershipLocked_6; } inline void set_IsMembershipLocked_6(bool value) { ___IsMembershipLocked_6 = value; } inline static int32_t get_offset_of_JoinPolicy_7() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___JoinPolicy_7)); } inline int32_t get_JoinPolicy_7() const { return ___JoinPolicy_7; } inline int32_t* get_address_of_JoinPolicy_7() { return &___JoinPolicy_7; } inline void set_JoinPolicy_7(int32_t value) { ___JoinPolicy_7 = value; } inline static int32_t get_offset_of_Joinability_8() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___Joinability_8)); } inline int32_t get_Joinability_8() const { return ___Joinability_8; } inline int32_t* get_address_of_Joinability_8() { return &___Joinability_8; } inline void set_Joinability_8(int32_t value) { ___Joinability_8 = value; } inline static int32_t get_offset_of_MatchedUsersOptional_9() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___MatchedUsersOptional_9)); } inline MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * get_MatchedUsersOptional_9() const { return ___MatchedUsersOptional_9; } inline MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED ** get_address_of_MatchedUsersOptional_9() { return &___MatchedUsersOptional_9; } inline void set_MatchedUsersOptional_9(MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * value) { ___MatchedUsersOptional_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___MatchedUsersOptional_9), (void*)value); } inline static int32_t get_offset_of_MatchedUsers_10() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___MatchedUsers_10)); } inline MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * get_MatchedUsers_10() const { return ___MatchedUsers_10; } inline MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED ** get_address_of_MatchedUsers_10() { return &___MatchedUsers_10; } inline void set_MatchedUsers_10(MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * value) { ___MatchedUsers_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___MatchedUsers_10), (void*)value); } inline static int32_t get_offset_of_MaxUsers_11() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___MaxUsers_11)); } inline uint32_t get_MaxUsers_11() const { return ___MaxUsers_11; } inline uint32_t* get_address_of_MaxUsers_11() { return &___MaxUsers_11; } inline void set_MaxUsers_11(uint32_t value) { ___MaxUsers_11 = value; } inline static int32_t get_offset_of_Name_12() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___Name_12)); } inline String_t* get_Name_12() const { return ___Name_12; } inline String_t** get_address_of_Name_12() { return &___Name_12; } inline void set_Name_12(String_t* value) { ___Name_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_12), (void*)value); } inline static int32_t get_offset_of_OwnerOptional_13() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___OwnerOptional_13)); } inline User_tA163463AE919860D9B337F6104B028990A44B69D * get_OwnerOptional_13() const { return ___OwnerOptional_13; } inline User_tA163463AE919860D9B337F6104B028990A44B69D ** get_address_of_OwnerOptional_13() { return &___OwnerOptional_13; } inline void set_OwnerOptional_13(User_tA163463AE919860D9B337F6104B028990A44B69D * value) { ___OwnerOptional_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OwnerOptional_13), (void*)value); } inline static int32_t get_offset_of_Owner_14() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___Owner_14)); } inline User_tA163463AE919860D9B337F6104B028990A44B69D * get_Owner_14() const { return ___Owner_14; } inline User_tA163463AE919860D9B337F6104B028990A44B69D ** get_address_of_Owner_14() { return &___Owner_14; } inline void set_Owner_14(User_tA163463AE919860D9B337F6104B028990A44B69D * value) { ___Owner_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Owner_14), (void*)value); } inline static int32_t get_offset_of_TeamsOptional_15() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___TeamsOptional_15)); } inline TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * get_TeamsOptional_15() const { return ___TeamsOptional_15; } inline TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 ** get_address_of_TeamsOptional_15() { return &___TeamsOptional_15; } inline void set_TeamsOptional_15(TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * value) { ___TeamsOptional_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeamsOptional_15), (void*)value); } inline static int32_t get_offset_of_Teams_16() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___Teams_16)); } inline TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * get_Teams_16() const { return ___Teams_16; } inline TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 ** get_address_of_Teams_16() { return &___Teams_16; } inline void set_Teams_16(TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * value) { ___Teams_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Teams_16), (void*)value); } inline static int32_t get_offset_of_Type_17() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___Type_17)); } inline int32_t get_Type_17() const { return ___Type_17; } inline int32_t* get_address_of_Type_17() { return &___Type_17; } inline void set_Type_17(int32_t value) { ___Type_17 = value; } inline static int32_t get_offset_of_UsersOptional_18() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___UsersOptional_18)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_UsersOptional_18() const { return ___UsersOptional_18; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_UsersOptional_18() { return &___UsersOptional_18; } inline void set_UsersOptional_18(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___UsersOptional_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___UsersOptional_18), (void*)value); } inline static int32_t get_offset_of_Users_19() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___Users_19)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_Users_19() const { return ___Users_19; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_Users_19() { return &___Users_19; } inline void set_Users_19(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___Users_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Users_19), (void*)value); } inline static int32_t get_offset_of_Version_20() { return static_cast(offsetof(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857, ___Version_20)); } inline uint32_t get_Version_20() const { return ___Version_20; } inline uint32_t* get_address_of_Version_20() { return &___Version_20; } inline void set_Version_20(uint32_t value) { ___Version_20 = value; } }; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_pinvoke : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_com : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { }; // Oculus.Platform.Models.SdkAccount struct SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A : public RuntimeObject { public: // Oculus.Platform.SdkAccountType Oculus.Platform.Models.SdkAccount::AccountType int32_t ___AccountType_0; // System.UInt64 Oculus.Platform.Models.SdkAccount::UserId uint64_t ___UserId_1; public: inline static int32_t get_offset_of_AccountType_0() { return static_cast(offsetof(SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A, ___AccountType_0)); } inline int32_t get_AccountType_0() const { return ___AccountType_0; } inline int32_t* get_address_of_AccountType_0() { return &___AccountType_0; } inline void set_AccountType_0(int32_t value) { ___AccountType_0 = value; } inline static int32_t get_offset_of_UserId_1() { return static_cast(offsetof(SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A, ___UserId_1)); } inline uint64_t get_UserId_1() const { return ___UserId_1; } inline uint64_t* get_address_of_UserId_1() { return &___UserId_1; } inline void set_UserId_1(uint64_t value) { ___UserId_1 = value; } }; // Oculus.Platform.Models.ShareMediaResult struct ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 : public RuntimeObject { public: // Oculus.Platform.ShareMediaStatus Oculus.Platform.Models.ShareMediaResult::Status int32_t ___Status_0; public: inline static int32_t get_offset_of_Status_0() { return static_cast(offsetof(ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7, ___Status_0)); } inline int32_t get_Status_0() const { return ___Status_0; } inline int32_t* get_address_of_Status_0() { return &___Status_0; } inline void set_Status_0(int32_t value) { ___Status_0 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // Oculus.Platform.Models.SystemVoipState struct SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D : public RuntimeObject { public: // Oculus.Platform.VoipMuteState Oculus.Platform.Models.SystemVoipState::MicrophoneMuted int32_t ___MicrophoneMuted_0; // Oculus.Platform.SystemVoipStatus Oculus.Platform.Models.SystemVoipState::Status int32_t ___Status_1; public: inline static int32_t get_offset_of_MicrophoneMuted_0() { return static_cast(offsetof(SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D, ___MicrophoneMuted_0)); } inline int32_t get_MicrophoneMuted_0() const { return ___MicrophoneMuted_0; } inline int32_t* get_address_of_MicrophoneMuted_0() { return &___MicrophoneMuted_0; } inline void set_MicrophoneMuted_0(int32_t value) { ___MicrophoneMuted_0 = value; } inline static int32_t get_offset_of_Status_1() { return static_cast(offsetof(SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D, ___Status_1)); } inline int32_t get_Status_1() const { return ___Status_1; } inline int32_t* get_address_of_Status_1() { return &___Status_1; } inline void set_Status_1(int32_t value) { ___Status_1 = value; } }; // UnityEngine.UnityException struct UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 : public Exception_t { public: public: }; // Oculus.Platform.Models.User struct User_tA163463AE919860D9B337F6104B028990A44B69D : public RuntimeObject { public: // System.String Oculus.Platform.Models.User::DisplayName String_t* ___DisplayName_0; // System.UInt64 Oculus.Platform.Models.User::ID uint64_t ___ID_1; // System.String Oculus.Platform.Models.User::ImageURL String_t* ___ImageURL_2; // System.String Oculus.Platform.Models.User::InviteToken String_t* ___InviteToken_3; // System.String Oculus.Platform.Models.User::OculusID String_t* ___OculusID_4; // System.String Oculus.Platform.Models.User::Presence String_t* ___Presence_5; // System.String Oculus.Platform.Models.User::PresenceDeeplinkMessage String_t* ___PresenceDeeplinkMessage_6; // System.String Oculus.Platform.Models.User::PresenceDestinationApiName String_t* ___PresenceDestinationApiName_7; // System.String Oculus.Platform.Models.User::PresenceLobbySessionId String_t* ___PresenceLobbySessionId_8; // System.String Oculus.Platform.Models.User::PresenceMatchSessionId String_t* ___PresenceMatchSessionId_9; // Oculus.Platform.UserPresenceStatus Oculus.Platform.Models.User::PresenceStatus int32_t ___PresenceStatus_10; // System.String Oculus.Platform.Models.User::SmallImageUrl String_t* ___SmallImageUrl_11; public: inline static int32_t get_offset_of_DisplayName_0() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___DisplayName_0)); } inline String_t* get_DisplayName_0() const { return ___DisplayName_0; } inline String_t** get_address_of_DisplayName_0() { return &___DisplayName_0; } inline void set_DisplayName_0(String_t* value) { ___DisplayName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DisplayName_0), (void*)value); } inline static int32_t get_offset_of_ID_1() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___ID_1)); } inline uint64_t get_ID_1() const { return ___ID_1; } inline uint64_t* get_address_of_ID_1() { return &___ID_1; } inline void set_ID_1(uint64_t value) { ___ID_1 = value; } inline static int32_t get_offset_of_ImageURL_2() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___ImageURL_2)); } inline String_t* get_ImageURL_2() const { return ___ImageURL_2; } inline String_t** get_address_of_ImageURL_2() { return &___ImageURL_2; } inline void set_ImageURL_2(String_t* value) { ___ImageURL_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ImageURL_2), (void*)value); } inline static int32_t get_offset_of_InviteToken_3() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___InviteToken_3)); } inline String_t* get_InviteToken_3() const { return ___InviteToken_3; } inline String_t** get_address_of_InviteToken_3() { return &___InviteToken_3; } inline void set_InviteToken_3(String_t* value) { ___InviteToken_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___InviteToken_3), (void*)value); } inline static int32_t get_offset_of_OculusID_4() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___OculusID_4)); } inline String_t* get_OculusID_4() const { return ___OculusID_4; } inline String_t** get_address_of_OculusID_4() { return &___OculusID_4; } inline void set_OculusID_4(String_t* value) { ___OculusID_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OculusID_4), (void*)value); } inline static int32_t get_offset_of_Presence_5() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___Presence_5)); } inline String_t* get_Presence_5() const { return ___Presence_5; } inline String_t** get_address_of_Presence_5() { return &___Presence_5; } inline void set_Presence_5(String_t* value) { ___Presence_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Presence_5), (void*)value); } inline static int32_t get_offset_of_PresenceDeeplinkMessage_6() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___PresenceDeeplinkMessage_6)); } inline String_t* get_PresenceDeeplinkMessage_6() const { return ___PresenceDeeplinkMessage_6; } inline String_t** get_address_of_PresenceDeeplinkMessage_6() { return &___PresenceDeeplinkMessage_6; } inline void set_PresenceDeeplinkMessage_6(String_t* value) { ___PresenceDeeplinkMessage_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PresenceDeeplinkMessage_6), (void*)value); } inline static int32_t get_offset_of_PresenceDestinationApiName_7() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___PresenceDestinationApiName_7)); } inline String_t* get_PresenceDestinationApiName_7() const { return ___PresenceDestinationApiName_7; } inline String_t** get_address_of_PresenceDestinationApiName_7() { return &___PresenceDestinationApiName_7; } inline void set_PresenceDestinationApiName_7(String_t* value) { ___PresenceDestinationApiName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___PresenceDestinationApiName_7), (void*)value); } inline static int32_t get_offset_of_PresenceLobbySessionId_8() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___PresenceLobbySessionId_8)); } inline String_t* get_PresenceLobbySessionId_8() const { return ___PresenceLobbySessionId_8; } inline String_t** get_address_of_PresenceLobbySessionId_8() { return &___PresenceLobbySessionId_8; } inline void set_PresenceLobbySessionId_8(String_t* value) { ___PresenceLobbySessionId_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___PresenceLobbySessionId_8), (void*)value); } inline static int32_t get_offset_of_PresenceMatchSessionId_9() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___PresenceMatchSessionId_9)); } inline String_t* get_PresenceMatchSessionId_9() const { return ___PresenceMatchSessionId_9; } inline String_t** get_address_of_PresenceMatchSessionId_9() { return &___PresenceMatchSessionId_9; } inline void set_PresenceMatchSessionId_9(String_t* value) { ___PresenceMatchSessionId_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___PresenceMatchSessionId_9), (void*)value); } inline static int32_t get_offset_of_PresenceStatus_10() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___PresenceStatus_10)); } inline int32_t get_PresenceStatus_10() const { return ___PresenceStatus_10; } inline int32_t* get_address_of_PresenceStatus_10() { return &___PresenceStatus_10; } inline void set_PresenceStatus_10(int32_t value) { ___PresenceStatus_10 = value; } inline static int32_t get_offset_of_SmallImageUrl_11() { return static_cast(offsetof(User_tA163463AE919860D9B337F6104B028990A44B69D, ___SmallImageUrl_11)); } inline String_t* get_SmallImageUrl_11() const { return ___SmallImageUrl_11; } inline String_t** get_address_of_SmallImageUrl_11() { return &___SmallImageUrl_11; } inline void set_SmallImageUrl_11(String_t* value) { ___SmallImageUrl_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmallImageUrl_11), (void*)value); } }; // Oculus.Platform.CAPI/ovrKeyValuePair struct ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 { public: // System.String Oculus.Platform.CAPI/ovrKeyValuePair::key_ String_t* ___key__0; // Oculus.Platform.KeyValuePairType Oculus.Platform.CAPI/ovrKeyValuePair::valueType_ int32_t ___valueType__1; // System.String Oculus.Platform.CAPI/ovrKeyValuePair::stringValue_ String_t* ___stringValue__2; // System.Int32 Oculus.Platform.CAPI/ovrKeyValuePair::intValue_ int32_t ___intValue__3; // System.Double Oculus.Platform.CAPI/ovrKeyValuePair::doubleValue_ double ___doubleValue__4; public: inline static int32_t get_offset_of_key__0() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___key__0)); } inline String_t* get_key__0() const { return ___key__0; } inline String_t** get_address_of_key__0() { return &___key__0; } inline void set_key__0(String_t* value) { ___key__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key__0), (void*)value); } inline static int32_t get_offset_of_valueType__1() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___valueType__1)); } inline int32_t get_valueType__1() const { return ___valueType__1; } inline int32_t* get_address_of_valueType__1() { return &___valueType__1; } inline void set_valueType__1(int32_t value) { ___valueType__1 = value; } inline static int32_t get_offset_of_stringValue__2() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___stringValue__2)); } inline String_t* get_stringValue__2() const { return ___stringValue__2; } inline String_t** get_address_of_stringValue__2() { return &___stringValue__2; } inline void set_stringValue__2(String_t* value) { ___stringValue__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringValue__2), (void*)value); } inline static int32_t get_offset_of_intValue__3() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___intValue__3)); } inline int32_t get_intValue__3() const { return ___intValue__3; } inline int32_t* get_address_of_intValue__3() { return &___intValue__3; } inline void set_intValue__3(int32_t value) { ___intValue__3 = value; } inline static int32_t get_offset_of_doubleValue__4() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___doubleValue__4)); } inline double get_doubleValue__4() const { return ___doubleValue__4; } inline double* get_address_of_doubleValue__4() { return &___doubleValue__4; } inline void set_doubleValue__4(double value) { ___doubleValue__4 = value; } }; // Native definition for P/Invoke marshalling of Oculus.Platform.CAPI/ovrKeyValuePair struct ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_pinvoke { char* ___key__0; int32_t ___valueType__1; char* ___stringValue__2; int32_t ___intValue__3; double ___doubleValue__4; }; // Native definition for COM marshalling of Oculus.Platform.CAPI/ovrKeyValuePair struct ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_com { Il2CppChar* ___key__0; int32_t ___valueType__1; Il2CppChar* ___stringValue__2; int32_t ___intValue__3; double ___doubleValue__4; }; // Oculus.Platform.CAPI/ovrMatchmakingCriterion struct ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 { public: // System.String Oculus.Platform.CAPI/ovrMatchmakingCriterion::key_ String_t* ___key__0; // Oculus.Platform.MatchmakingCriterionImportance Oculus.Platform.CAPI/ovrMatchmakingCriterion::importance_ int32_t ___importance__1; // System.IntPtr Oculus.Platform.CAPI/ovrMatchmakingCriterion::parameterArray intptr_t ___parameterArray_2; // System.UInt32 Oculus.Platform.CAPI/ovrMatchmakingCriterion::parameterArrayCount uint32_t ___parameterArrayCount_3; public: inline static int32_t get_offset_of_key__0() { return static_cast(offsetof(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4, ___key__0)); } inline String_t* get_key__0() const { return ___key__0; } inline String_t** get_address_of_key__0() { return &___key__0; } inline void set_key__0(String_t* value) { ___key__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key__0), (void*)value); } inline static int32_t get_offset_of_importance__1() { return static_cast(offsetof(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4, ___importance__1)); } inline int32_t get_importance__1() const { return ___importance__1; } inline int32_t* get_address_of_importance__1() { return &___importance__1; } inline void set_importance__1(int32_t value) { ___importance__1 = value; } inline static int32_t get_offset_of_parameterArray_2() { return static_cast(offsetof(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4, ___parameterArray_2)); } inline intptr_t get_parameterArray_2() const { return ___parameterArray_2; } inline intptr_t* get_address_of_parameterArray_2() { return &___parameterArray_2; } inline void set_parameterArray_2(intptr_t value) { ___parameterArray_2 = value; } inline static int32_t get_offset_of_parameterArrayCount_3() { return static_cast(offsetof(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4, ___parameterArrayCount_3)); } inline uint32_t get_parameterArrayCount_3() const { return ___parameterArrayCount_3; } inline uint32_t* get_address_of_parameterArrayCount_3() { return &___parameterArrayCount_3; } inline void set_parameterArrayCount_3(uint32_t value) { ___parameterArrayCount_3 = value; } }; // Native definition for P/Invoke marshalling of Oculus.Platform.CAPI/ovrMatchmakingCriterion struct ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_pinvoke { char* ___key__0; int32_t ___importance__1; intptr_t ___parameterArray_2; uint32_t ___parameterArrayCount_3; }; // Native definition for COM marshalling of Oculus.Platform.CAPI/ovrMatchmakingCriterion struct ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_com { Il2CppChar* ___key__0; int32_t ___importance__1; intptr_t ___parameterArray_2; uint32_t ___parameterArrayCount_3; }; // Oculus.Platform.Matchmaking/CustomQuery/Criterion struct Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 { public: // System.String Oculus.Platform.Matchmaking/CustomQuery/Criterion::key String_t* ___key_0; // Oculus.Platform.MatchmakingCriterionImportance Oculus.Platform.Matchmaking/CustomQuery/Criterion::importance int32_t ___importance_1; // System.Collections.Generic.Dictionary`2 Oculus.Platform.Matchmaking/CustomQuery/Criterion::parameters Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___parameters_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_importance_1() { return static_cast(offsetof(Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51, ___importance_1)); } inline int32_t get_importance_1() const { return ___importance_1; } inline int32_t* get_address_of_importance_1() { return &___importance_1; } inline void set_importance_1(int32_t value) { ___importance_1 = value; } inline static int32_t get_offset_of_parameters_2() { return static_cast(offsetof(Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51, ___parameters_2)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_parameters_2() const { return ___parameters_2; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_parameters_2() { return &___parameters_2; } inline void set_parameters_2(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___parameters_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_2), (void*)value); } }; // Native definition for P/Invoke marshalling of Oculus.Platform.Matchmaking/CustomQuery/Criterion struct Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_pinvoke { char* ___key_0; int32_t ___importance_1; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___parameters_2; }; // Native definition for COM marshalling of Oculus.Platform.Matchmaking/CustomQuery/Criterion struct Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_com { Il2CppChar* ___key_0; int32_t ___importance_1; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___parameters_2; }; // Oculus.Platform.Message`1/Callback struct Callback_t7CB2ECDA7955C4AB66F4F1FD8E81399AEED7B32A : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_tF9F4D8460A4E004732BB102490FB3CFAF3D31B32 : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_t60F86BD9657BE364E22054946463272DE745A371 : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_t413C50F50EB8340B0AB5684D79EA7C09AEFE31BC : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_t2738E26970FDD9D111F9D6CCBBB107852DE3F9FC : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_tD043303749DFDABD54DB83282588105CC2ADB18D : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_t827F915E827EE8044B5F300339FE951E4557B20A : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1 struct Message_1_t3036127626443BC8FB8B1FA7B2BD7C67E99ACCD6 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data AbuseReportRecording_t7967BBB0AF53223630AF72CAECE7C1B9686FFAB5 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t3036127626443BC8FB8B1FA7B2BD7C67E99ACCD6, ___data_4)); } inline AbuseReportRecording_t7967BBB0AF53223630AF72CAECE7C1B9686FFAB5 * get_data_4() const { return ___data_4; } inline AbuseReportRecording_t7967BBB0AF53223630AF72CAECE7C1B9686FFAB5 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(AbuseReportRecording_t7967BBB0AF53223630AF72CAECE7C1B9686FFAB5 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t4D54547490DA39E82625004839106C9423310B50 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data CalApplicationFinalized_t3455FB69512396A46732FC6DCC8861798174AC70 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t4D54547490DA39E82625004839106C9423310B50, ___data_4)); } inline CalApplicationFinalized_t3455FB69512396A46732FC6DCC8861798174AC70 * get_data_4() const { return ___data_4; } inline CalApplicationFinalized_t3455FB69512396A46732FC6DCC8861798174AC70 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(CalApplicationFinalized_t3455FB69512396A46732FC6DCC8861798174AC70 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tD61D205222C30454F11C4E64508B00D563577F57 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data CalApplicationSuggestionList_tF55513B84D5334752AB68F3D75A899151375C7D5 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tD61D205222C30454F11C4E64508B00D563577F57, ___data_4)); } inline CalApplicationSuggestionList_tF55513B84D5334752AB68F3D75A899151375C7D5 * get_data_4() const { return ___data_4; } inline CalApplicationSuggestionList_tF55513B84D5334752AB68F3D75A899151375C7D5 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(CalApplicationSuggestionList_tF55513B84D5334752AB68F3D75A899151375C7D5 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t054CA5EA9EC803CFC64453756E83AE58E6E774D0 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data InstalledApplicationList_t4E55C2518F6CDA2938E9FD3F3F7933C76F785542 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t054CA5EA9EC803CFC64453756E83AE58E6E774D0, ___data_4)); } inline InstalledApplicationList_t4E55C2518F6CDA2938E9FD3F3F7933C76F785542 * get_data_4() const { return ___data_4; } inline InstalledApplicationList_t4E55C2518F6CDA2938E9FD3F3F7933C76F785542 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(InstalledApplicationList_t4E55C2518F6CDA2938E9FD3F3F7933C76F785542 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t1016B785EBEB30EF017E1EB23B199408C8209F41 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data LaunchBlockFlowResult_tA8C3C488522771B33490C6087A49D4926AF543CB * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t1016B785EBEB30EF017E1EB23B199408C8209F41, ___data_4)); } inline LaunchBlockFlowResult_tA8C3C488522771B33490C6087A49D4926AF543CB * get_data_4() const { return ___data_4; } inline LaunchBlockFlowResult_tA8C3C488522771B33490C6087A49D4926AF543CB ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(LaunchBlockFlowResult_tA8C3C488522771B33490C6087A49D4926AF543CB * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t67C82384C80A94F2FF0D3ED56D2C373DF3BB784B : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data LaunchReportFlowResult_tEC944B3B39E377DA305B28D0E6C3A5C34EB44C7A * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t67C82384C80A94F2FF0D3ED56D2C373DF3BB784B, ___data_4)); } inline LaunchReportFlowResult_tEC944B3B39E377DA305B28D0E6C3A5C34EB44C7A * get_data_4() const { return ___data_4; } inline LaunchReportFlowResult_tEC944B3B39E377DA305B28D0E6C3A5C34EB44C7A ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(LaunchReportFlowResult_tEC944B3B39E377DA305B28D0E6C3A5C34EB44C7A * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t00E692E004E556547E05586B7502031DE2FE32C0 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data LaunchUnblockFlowResult_t03208F0B7FCB2135FCF4BCF94881A8D188C150E8 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t00E692E004E556547E05586B7502031DE2FE32C0, ___data_4)); } inline LaunchUnblockFlowResult_t03208F0B7FCB2135FCF4BCF94881A8D188C150E8 * get_data_4() const { return ___data_4; } inline LaunchUnblockFlowResult_t03208F0B7FCB2135FCF4BCF94881A8D188C150E8 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(LaunchUnblockFlowResult_t03208F0B7FCB2135FCF4BCF94881A8D188C150E8 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tAF5762748052DA1D69915954464AA697D366E264 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data LinkedAccountList_t5F4E3E7E680E21AD2AA00A0DAA35732810323079 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tAF5762748052DA1D69915954464AA697D366E264, ___data_4)); } inline LinkedAccountList_t5F4E3E7E680E21AD2AA00A0DAA35732810323079 * get_data_4() const { return ___data_4; } inline LinkedAccountList_t5F4E3E7E680E21AD2AA00A0DAA35732810323079 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(LinkedAccountList_t5F4E3E7E680E21AD2AA00A0DAA35732810323079 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tB91A0C137737FFA0A17AEB2C49F8862C8A174A97 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data LivestreamingApplicationStatus_t2B83D432A1BB4E9795DBFD0C6FA951F58C7E0753 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tB91A0C137737FFA0A17AEB2C49F8862C8A174A97, ___data_4)); } inline LivestreamingApplicationStatus_t2B83D432A1BB4E9795DBFD0C6FA951F58C7E0753 * get_data_4() const { return ___data_4; } inline LivestreamingApplicationStatus_t2B83D432A1BB4E9795DBFD0C6FA951F58C7E0753 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(LivestreamingApplicationStatus_t2B83D432A1BB4E9795DBFD0C6FA951F58C7E0753 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tA2242171472FC1083FCA5CA6C2308FD13B11A7CE : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data LivestreamingStartResult_tDA4379F243C6C795F5EAEE619FA0FD5C8AF779A7 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tA2242171472FC1083FCA5CA6C2308FD13B11A7CE, ___data_4)); } inline LivestreamingStartResult_tDA4379F243C6C795F5EAEE619FA0FD5C8AF779A7 * get_data_4() const { return ___data_4; } inline LivestreamingStartResult_tDA4379F243C6C795F5EAEE619FA0FD5C8AF779A7 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(LivestreamingStartResult_tDA4379F243C6C795F5EAEE619FA0FD5C8AF779A7 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tF7B73D128858EC10A38BBD08419F58286D6D0164 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data LivestreamingVideoStats_t3B6872B99F9D9119807A4E1B2841BAE2C95FFCE0 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tF7B73D128858EC10A38BBD08419F58286D6D0164, ___data_4)); } inline LivestreamingVideoStats_t3B6872B99F9D9119807A4E1B2841BAE2C95FFCE0 * get_data_4() const { return ___data_4; } inline LivestreamingVideoStats_t3B6872B99F9D9119807A4E1B2841BAE2C95FFCE0 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(LivestreamingVideoStats_t3B6872B99F9D9119807A4E1B2841BAE2C95FFCE0 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t2F2479116D4DE89FE4C54F41765B4AEC552E6B98 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t2F2479116D4DE89FE4C54F41765B4AEC552E6B98, ___data_4)); } inline NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324 * get_data_4() const { return ___data_4; } inline NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tE9E60B021382FECDE2431715882C4538F34B884D : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tE9E60B021382FECDE2431715882C4538F34B884D, ___data_4)); } inline NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * get_data_4() const { return ___data_4; } inline NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t7478303AAE5B422455E5DDC351884190AD9B6ADA : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data NetSyncSetSessionPropertyResult_tFCEA2F61938E59393B706C33A04601DFC843F535 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t7478303AAE5B422455E5DDC351884190AD9B6ADA, ___data_4)); } inline NetSyncSetSessionPropertyResult_tFCEA2F61938E59393B706C33A04601DFC843F535 * get_data_4() const { return ___data_4; } inline NetSyncSetSessionPropertyResult_tFCEA2F61938E59393B706C33A04601DFC843F535 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(NetSyncSetSessionPropertyResult_tFCEA2F61938E59393B706C33A04601DFC843F535 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tEB1E03109B7E41BCA2CEB0B9021B8F5AE6792FB8 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data NetSyncVoipAttenuationValueList_t8035C44D9A5692E3EEBDC7A6C5D677DF04D081BF * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tEB1E03109B7E41BCA2CEB0B9021B8F5AE6792FB8, ___data_4)); } inline NetSyncVoipAttenuationValueList_t8035C44D9A5692E3EEBDC7A6C5D677DF04D081BF * get_data_4() const { return ___data_4; } inline NetSyncVoipAttenuationValueList_t8035C44D9A5692E3EEBDC7A6C5D677DF04D081BF ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(NetSyncVoipAttenuationValueList_t8035C44D9A5692E3EEBDC7A6C5D677DF04D081BF * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t4B027D6C6D76865BBC8D625255864C7AE1F4AD0C : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data RuntimeObject * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t4B027D6C6D76865BBC8D625255864C7AE1F4AD0C, ___data_4)); } inline RuntimeObject * get_data_4() const { return ___data_4; } inline RuntimeObject ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(RuntimeObject * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tCC7989138E377295B9CE6EC54282F61CB1143632 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tCC7989138E377295B9CE6EC54282F61CB1143632, ___data_4)); } inline OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * get_data_4() const { return ___data_4; } inline OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1, ___data_4)); } inline Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * get_data_4() const { return ___data_4; } inline Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t5156A4F20567AC4811A8D80AFDA014C933E0C331 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t5156A4F20567AC4811A8D80AFDA014C933E0C331, ___data_4)); } inline PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * get_data_4() const { return ___data_4; } inline PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t9BB8C3E9E78D626E45ECC282A38DD264746484D9 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t9BB8C3E9E78D626E45ECC282A38DD264746484D9, ___data_4)); } inline PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * get_data_4() const { return ___data_4; } inline PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tF5674C704ABE5DF0EF527C0BD2BF08AB7FB431DA : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tF5674C704ABE5DF0EF527C0BD2BF08AB7FB431DA, ___data_4)); } inline PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * get_data_4() const { return ___data_4; } inline PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tD8BB5B75780D47FD1AD7E9135F5D904DF2AF4E39 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tD8BB5B75780D47FD1AD7E9135F5D904DF2AF4E39, ___data_4)); } inline PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * get_data_4() const { return ___data_4; } inline PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t5EB7F004A6A1E88B8C611A168A9A407163FE6977 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t5EB7F004A6A1E88B8C611A168A9A407163FE6977, ___data_4)); } inline PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * get_data_4() const { return ___data_4; } inline PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t0E363391192265026859BC69927ACB1B6BB224AE : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t0E363391192265026859BC69927ACB1B6BB224AE, ___data_4)); } inline ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * get_data_4() const { return ___data_4; } inline ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t6DCE1FCBBCA5CB7B9E362CA114022BA6DCB97279 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t6DCE1FCBBCA5CB7B9E362CA114022BA6DCB97279, ___data_4)); } inline Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * get_data_4() const { return ___data_4; } inline Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t4C628E5BB49C7770808CD31D7F6783D1D03A4F5C : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t4C628E5BB49C7770808CD31D7F6783D1D03A4F5C, ___data_4)); } inline PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * get_data_4() const { return ___data_4; } inline PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t8E4C1BC6C25EE6C61464781BF5A5BEA945C37E72 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t8E4C1BC6C25EE6C61464781BF5A5BEA945C37E72, ___data_4)); } inline RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * get_data_4() const { return ___data_4; } inline RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5, ___data_4)); } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * get_data_4() const { return ___data_4; } inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tB805D8548A3881F57FDE32CDE76225FCB7EF02F0 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tB805D8548A3881F57FDE32CDE76225FCB7EF02F0, ___data_4)); } inline RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * get_data_4() const { return ___data_4; } inline RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t6FAD0C45EEAA5E78E46AA2D55785BD71F5E60E38 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t6FAD0C45EEAA5E78E46AA2D55785BD71F5E60E38, ___data_4)); } inline RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * get_data_4() const { return ___data_4; } inline RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t9CD4892D812CE2C74FB4FB994653397D4210FB98 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t9CD4892D812CE2C74FB4FB994653397D4210FB98, ___data_4)); } inline RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * get_data_4() const { return ___data_4; } inline RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t18A6B512CC2F6607E0565F9EB61910E4EFB66FB9 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t18A6B512CC2F6607E0565F9EB61910E4EFB66FB9, ___data_4)); } inline SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * get_data_4() const { return ___data_4; } inline SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t6875D3ADE65D3E85DD4DE7CB404F6C1B35887254 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t6875D3ADE65D3E85DD4DE7CB404F6C1B35887254, ___data_4)); } inline SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * get_data_4() const { return ___data_4; } inline SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tD55E6C9934135A985A63113AC9D6A911DC45D932 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tD55E6C9934135A985A63113AC9D6A911DC45D932, ___data_4)); } inline ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * get_data_4() const { return ___data_4; } inline ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t319C15DF3D07D9B038844D76D405CAB1E0F12F84 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data String_t* ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t319C15DF3D07D9B038844D76D405CAB1E0F12F84, ___data_4)); } inline String_t* get_data_4() const { return ___data_4; } inline String_t** get_address_of_data_4() { return &___data_4; } inline void set_data_4(String_t* value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t69247AD29A410C26E5B958B0E5CA87195EE6F862 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t69247AD29A410C26E5B958B0E5CA87195EE6F862, ___data_4)); } inline SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * get_data_4() const { return ___data_4; } inline SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t7660598183903C72F32DE55BC14F068AC3646DD5 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data User_tA163463AE919860D9B337F6104B028990A44B69D * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t7660598183903C72F32DE55BC14F068AC3646DD5, ___data_4)); } inline User_tA163463AE919860D9B337F6104B028990A44B69D * get_data_4() const { return ___data_4; } inline User_tA163463AE919860D9B337F6104B028990A44B69D ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(User_tA163463AE919860D9B337F6104B028990A44B69D * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t1101B850339E1F40B7D33709BDF8C9DE17742484 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t1101B850339E1F40B7D33709BDF8C9DE17742484, ___data_4)); } inline UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * get_data_4() const { return ___data_4; } inline UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t3F1BD20CB272517DFC9B45247AFA59CF010CF1A6 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t3F1BD20CB272517DFC9B45247AFA59CF010CF1A6, ___data_4)); } inline UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * get_data_4() const { return ___data_4; } inline UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tA5F9608ED96921AD8395BB1DDAFD1E8A92A0C348 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tA5F9608ED96921AD8395BB1DDAFD1E8A92A0C348, ___data_4)); } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * get_data_4() const { return ___data_4; } inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_t67E02792C2EB5CD9C1551009035703615D890699 : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_t67E02792C2EB5CD9C1551009035703615D890699, ___data_4)); } inline UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * get_data_4() const { return ___data_4; } inline UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // Oculus.Platform.Message`1 struct Message_1_tE34D1CC404916A419A885EC22C92352D8F7BE9DF : public Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 { public: // T Oculus.Platform.Message`1::data UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * ___data_4; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(Message_1_tE34D1CC404916A419A885EC22C92352D8F7BE9DF, ___data_4)); } inline UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * get_data_4() const { return ___data_4; } inline UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // Oculus.Platform.PlatformSettings struct PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // System.String Oculus.Platform.PlatformSettings::ovrAppID String_t* ___ovrAppID_4; // System.String Oculus.Platform.PlatformSettings::ovrMobileAppID String_t* ___ovrMobileAppID_5; // System.Boolean Oculus.Platform.PlatformSettings::ovrUseStandalonePlatform bool ___ovrUseStandalonePlatform_6; public: inline static int32_t get_offset_of_ovrAppID_4() { return static_cast(offsetof(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB, ___ovrAppID_4)); } inline String_t* get_ovrAppID_4() const { return ___ovrAppID_4; } inline String_t** get_address_of_ovrAppID_4() { return &___ovrAppID_4; } inline void set_ovrAppID_4(String_t* value) { ___ovrAppID_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ovrAppID_4), (void*)value); } inline static int32_t get_offset_of_ovrMobileAppID_5() { return static_cast(offsetof(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB, ___ovrMobileAppID_5)); } inline String_t* get_ovrMobileAppID_5() const { return ___ovrMobileAppID_5; } inline String_t** get_address_of_ovrMobileAppID_5() { return &___ovrMobileAppID_5; } inline void set_ovrMobileAppID_5(String_t* value) { ___ovrMobileAppID_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ovrMobileAppID_5), (void*)value); } inline static int32_t get_offset_of_ovrUseStandalonePlatform_6() { return static_cast(offsetof(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB, ___ovrUseStandalonePlatform_6)); } inline bool get_ovrUseStandalonePlatform_6() const { return ___ovrUseStandalonePlatform_6; } inline bool* get_address_of_ovrUseStandalonePlatform_6() { return &___ovrUseStandalonePlatform_6; } inline void set_ovrUseStandalonePlatform_6(bool value) { ___ovrUseStandalonePlatform_6 = value; } }; // Oculus.Platform.CAPI/FilterCallback struct FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message/Callback struct Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message/ExtraMessageTypesHandler struct ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF : public MulticastDelegate_t { public: public: }; // Oculus.Platform.StandalonePlatform/UnityLogDelegate struct UnityLogDelegate_tB2CB8059E1CFBF5641177B63EFDFF4EE1E9CB563 : public MulticastDelegate_t { public: public: }; // Oculus.Platform.WindowsPlatform/UnityLogDelegate struct UnityLogDelegate_t0D58729656F4D2530361D46246B6BE3B25EA95BD : public MulticastDelegate_t { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // Oculus.Platform.MessageWithAbuseReportRecording struct MessageWithAbuseReportRecording_tFF93689E4EF8BC1ECEAB821554B7090D99998393 : public Message_1_t3036127626443BC8FB8B1FA7B2BD7C67E99ACCD6 { public: public: }; // Oculus.Platform.MessageWithCalApplicationFinalized struct MessageWithCalApplicationFinalized_t33C2A5EC721BEFA1AC0D9947558C63F125E32831 : public Message_1_t4D54547490DA39E82625004839106C9423310B50 { public: public: }; // Oculus.Platform.MessageWithCalApplicationSuggestionList struct MessageWithCalApplicationSuggestionList_t93F917E30B5B80378348E4684BFB366B87B0FCCC : public Message_1_tD61D205222C30454F11C4E64508B00D563577F57 { public: public: }; // Oculus.Platform.MessageWithInstalledApplicationList struct MessageWithInstalledApplicationList_t7113CB511EF3E462FEEB787582391FA3D8582DF4 : public Message_1_t054CA5EA9EC803CFC64453756E83AE58E6E774D0 { public: public: }; // Oculus.Platform.MessageWithLaunchBlockFlowResult struct MessageWithLaunchBlockFlowResult_t049C28157FCDF68D4FE9C3B7B89F9B682A9A472F : public Message_1_t1016B785EBEB30EF017E1EB23B199408C8209F41 { public: public: }; // Oculus.Platform.MessageWithLaunchReportFlowResult struct MessageWithLaunchReportFlowResult_t94E14C2558077B6B5B12E50C9D71AE30E42918A2 : public Message_1_t67C82384C80A94F2FF0D3ED56D2C373DF3BB784B { public: public: }; // Oculus.Platform.MessageWithLaunchUnblockFlowResult struct MessageWithLaunchUnblockFlowResult_t5D99984DF32A5C5355302FBA0BD258C80D186C92 : public Message_1_t00E692E004E556547E05586B7502031DE2FE32C0 { public: public: }; // Oculus.Platform.MessageWithLinkedAccountList struct MessageWithLinkedAccountList_t3EA821069A0E468ACA5FBB51747C7FD50BDB096E : public Message_1_tAF5762748052DA1D69915954464AA697D366E264 { public: public: }; // Oculus.Platform.MessageWithLivestreamingApplicationStatus struct MessageWithLivestreamingApplicationStatus_t12B51B4EFBF6334DD1306E10E16A0B555BCDB197 : public Message_1_tB91A0C137737FFA0A17AEB2C49F8862C8A174A97 { public: public: }; // Oculus.Platform.MessageWithLivestreamingStartResult struct MessageWithLivestreamingStartResult_t82AF73169F096F06881D2BDAEA24E28CE7673F13 : public Message_1_tA2242171472FC1083FCA5CA6C2308FD13B11A7CE { public: public: }; // Oculus.Platform.MessageWithLivestreamingVideoStats struct MessageWithLivestreamingVideoStats_t8F01CC42D962B6B041AB7082F8E346CE0F638F03 : public Message_1_tF7B73D128858EC10A38BBD08419F58286D6D0164 { public: public: }; // Oculus.Platform.MessageWithNetSyncConnection struct MessageWithNetSyncConnection_t53DA53BF4AA3CB862793CD705F28293566464FEF : public Message_1_t2F2479116D4DE89FE4C54F41765B4AEC552E6B98 { public: public: }; // Oculus.Platform.MessageWithNetSyncSessionList struct MessageWithNetSyncSessionList_tEA7897143720D031BF73A1A4CA10EC88404DEB6A : public Message_1_tE9E60B021382FECDE2431715882C4538F34B884D { public: public: }; // Oculus.Platform.MessageWithNetSyncSetSessionPropertyResult struct MessageWithNetSyncSetSessionPropertyResult_tC1AEC3AEA3194D76548FA3DC009E9BE37EC0A3EA : public Message_1_t7478303AAE5B422455E5DDC351884190AD9B6ADA { public: public: }; // Oculus.Platform.MessageWithNetSyncVoipAttenuationValueList struct MessageWithNetSyncVoipAttenuationValueList_t881380F1E2F4E9818357501C43185D4539C808C5 : public Message_1_tEB1E03109B7E41BCA2CEB0B9021B8F5AE6792FB8 { public: public: }; // Oculus.Platform.MessageWithOrgScopedID struct MessageWithOrgScopedID_t15E6DE0C3A72E00D33F7C3094F4ACFC6AC173F22 : public Message_1_tCC7989138E377295B9CE6EC54282F61CB1143632 { public: public: }; // Oculus.Platform.MessageWithParty struct MessageWithParty_t47591733C170E4A940E558968881918663246F23 : public Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1 { public: public: }; // Oculus.Platform.MessageWithPartyID struct MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751 : public Message_1_t5156A4F20567AC4811A8D80AFDA014C933E0C331 { public: public: }; // Oculus.Platform.MessageWithPartyUnderCurrentParty struct MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2 : public Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1 { public: public: }; // Oculus.Platform.MessageWithPartyUpdateNotification struct MessageWithPartyUpdateNotification_t8069084C1440EAE1E04C9DA06D1F4709F5255ACC : public Message_1_t9BB8C3E9E78D626E45ECC282A38DD264746484D9 { public: public: }; // Oculus.Platform.MessageWithPidList struct MessageWithPidList_t999E59738C77B5C7464E618C1A0794DA1FDE3924 : public Message_1_tF5674C704ABE5DF0EF527C0BD2BF08AB7FB431DA { public: public: }; // Oculus.Platform.MessageWithPingResult struct MessageWithPingResult_t0169ED764435FFEE563C35876988A667C0BA0CF9 : public Message_1_tD8BB5B75780D47FD1AD7E9135F5D904DF2AF4E39 { public: public: }; // Oculus.Platform.MessageWithPlatformInitialize struct MessageWithPlatformInitialize_tC6B52073B8E78EDAF4B6A5EF1F2F0A96572607FF : public Message_1_t5EB7F004A6A1E88B8C611A168A9A407163FE6977 { public: public: }; // Oculus.Platform.MessageWithProductList struct MessageWithProductList_tDCAFA8EC565EAE1A2A465940FEF8EC8BC0101B30 : public Message_1_t0E363391192265026859BC69927ACB1B6BB224AE { public: public: }; // Oculus.Platform.MessageWithPurchase struct MessageWithPurchase_tE30F406DC8C504934089A1EA7A45DECD96B52047 : public Message_1_t6DCE1FCBBCA5CB7B9E362CA114022BA6DCB97279 { public: public: }; // Oculus.Platform.MessageWithPurchaseList struct MessageWithPurchaseList_t8F80222245785E022F80CDD10120A8CBDDF65B0F : public Message_1_t4C628E5BB49C7770808CD31D7F6783D1D03A4F5C { public: public: }; // Oculus.Platform.MessageWithRejoinDialogResult struct MessageWithRejoinDialogResult_tC73257DF5EC93BF84847377C306402A728170569 : public Message_1_t8E4C1BC6C25EE6C61464781BF5A5BEA945C37E72 { public: public: }; // Oculus.Platform.MessageWithRoom struct MessageWithRoom_t2575D0A137C1D44E265EB09147B70268AC546BB6 : public Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5 { public: public: }; // Oculus.Platform.MessageWithRoomInviteNotification struct MessageWithRoomInviteNotification_tAB66158568A2D52E25BDF7661C91F35D08E96BA9 : public Message_1_tB805D8548A3881F57FDE32CDE76225FCB7EF02F0 { public: public: }; // Oculus.Platform.MessageWithRoomInviteNotificationList struct MessageWithRoomInviteNotificationList_t2B325339FD91A8B71931FD021237B06134545657 : public Message_1_t6FAD0C45EEAA5E78E46AA2D55785BD71F5E60E38 { public: public: }; // Oculus.Platform.MessageWithRoomList struct MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9 : public Message_1_t9CD4892D812CE2C74FB4FB994653397D4210FB98 { public: public: }; // Oculus.Platform.MessageWithRoomUnderCurrentRoom struct MessageWithRoomUnderCurrentRoom_t0A1D78A586CF63154457DEE4F9D377DDAD3980E6 : public Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5 { public: public: }; // Oculus.Platform.MessageWithRoomUnderViewerRoom struct MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA : public Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5 { public: public: }; // Oculus.Platform.MessageWithSdkAccountList struct MessageWithSdkAccountList_tEDD9039DCFD8440604B127F54088D9F9FE64D112 : public Message_1_t18A6B512CC2F6607E0565F9EB61910E4EFB66FB9 { public: public: }; // Oculus.Platform.MessageWithSendInvitesResult struct MessageWithSendInvitesResult_t10849A0325BC8A7586D1075C121CC365317B136D : public Message_1_t6875D3ADE65D3E85DD4DE7CB404F6C1B35887254 { public: public: }; // Oculus.Platform.MessageWithShareMediaResult struct MessageWithShareMediaResult_t5E0E9076577438BD1D2B152AAA28B14294BDA0FE : public Message_1_tD55E6C9934135A985A63113AC9D6A911DC45D932 { public: public: }; // Oculus.Platform.MessageWithString struct MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416 : public Message_1_t319C15DF3D07D9B038844D76D405CAB1E0F12F84 { public: public: }; // Oculus.Platform.MessageWithSystemVoipState struct MessageWithSystemVoipState_t5B41C6A9BDB38F24CD305CDC0EDC0117A83EAAC3 : public Message_1_t69247AD29A410C26E5B958B0E5CA87195EE6F862 { public: public: }; // Oculus.Platform.MessageWithUser struct MessageWithUser_tB1AA6D637359AC8DD3962CC88C54C2194CD02814 : public Message_1_t7660598183903C72F32DE55BC14F068AC3646DD5 { public: public: }; // Oculus.Platform.MessageWithUserAndRoomList struct MessageWithUserAndRoomList_tCC931986DF425772ED450A7E5F4698E9A81D0B85 : public Message_1_t1101B850339E1F40B7D33709BDF8C9DE17742484 { public: public: }; // Oculus.Platform.MessageWithUserDataStoreUpdateResponse struct MessageWithUserDataStoreUpdateResponse_t8433BBA9C50E0088378CB9E969DD6AE0768C087F : public Message_1_t3F1BD20CB272517DFC9B45247AFA59CF010CF1A6 { public: public: }; // Oculus.Platform.MessageWithUserList struct MessageWithUserList_t91526C487ECE33434977D1616F861F07043B84A7 : public Message_1_tA5F9608ED96921AD8395BB1DDAFD1E8A92A0C348 { public: public: }; // Oculus.Platform.MessageWithUserProof struct MessageWithUserProof_t503174B6378B6608C060882ACFE51784BBBE5C0A : public Message_1_t67E02792C2EB5CD9C1551009035703615D890699 { public: public: }; // Oculus.Platform.MessageWithUserReportID struct MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5 : public Message_1_tE34D1CC404916A419A885EC22C92352D8F7BE9DF { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // Oculus.Platform.CallbackRunner struct CallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean Oculus.Platform.CallbackRunner::IsPersistantBetweenSceneLoads bool ___IsPersistantBetweenSceneLoads_4; public: inline static int32_t get_offset_of_IsPersistantBetweenSceneLoads_4() { return static_cast(offsetof(CallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956, ___IsPersistantBetweenSceneLoads_4)); } inline bool get_IsPersistantBetweenSceneLoads_4() const { return ___IsPersistantBetweenSceneLoads_4; } inline bool* get_address_of_IsPersistantBetweenSceneLoads_4() { return &___IsPersistantBetweenSceneLoads_4; } inline void set_IsPersistantBetweenSceneLoads_4(bool value) { ___IsPersistantBetweenSceneLoads_4 = value; } }; // Oculus.Platform.VoipAudioSourceHiLevel struct VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 Oculus.Platform.VoipAudioSourceHiLevel::initialPlaybackDelayMS int32_t ___initialPlaybackDelayMS_4; // UnityEngine.AudioSource Oculus.Platform.VoipAudioSourceHiLevel::audioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource_5; // System.Single Oculus.Platform.VoipAudioSourceHiLevel::peakAmplitude float ___peakAmplitude_6; // Oculus.Platform.IVoipPCMSource Oculus.Platform.VoipAudioSourceHiLevel::pcmSource RuntimeObject* ___pcmSource_7; public: inline static int32_t get_offset_of_initialPlaybackDelayMS_4() { return static_cast(offsetof(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD, ___initialPlaybackDelayMS_4)); } inline int32_t get_initialPlaybackDelayMS_4() const { return ___initialPlaybackDelayMS_4; } inline int32_t* get_address_of_initialPlaybackDelayMS_4() { return &___initialPlaybackDelayMS_4; } inline void set_initialPlaybackDelayMS_4(int32_t value) { ___initialPlaybackDelayMS_4 = value; } inline static int32_t get_offset_of_audioSource_5() { return static_cast(offsetof(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD, ___audioSource_5)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioSource_5() const { return ___audioSource_5; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioSource_5() { return &___audioSource_5; } inline void set_audioSource_5(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioSource_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioSource_5), (void*)value); } inline static int32_t get_offset_of_peakAmplitude_6() { return static_cast(offsetof(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD, ___peakAmplitude_6)); } inline float get_peakAmplitude_6() const { return ___peakAmplitude_6; } inline float* get_address_of_peakAmplitude_6() { return &___peakAmplitude_6; } inline void set_peakAmplitude_6(float value) { ___peakAmplitude_6 = value; } inline static int32_t get_offset_of_pcmSource_7() { return static_cast(offsetof(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD, ___pcmSource_7)); } inline RuntimeObject* get_pcmSource_7() const { return ___pcmSource_7; } inline RuntimeObject** get_address_of_pcmSource_7() { return &___pcmSource_7; } inline void set_pcmSource_7(RuntimeObject* value) { ___pcmSource_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pcmSource_7), (void*)value); } }; // Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate struct FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // Oculus.Platform.VoipAudioSourceHiLevel Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate::parent VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * ___parent_4; // System.Single[] Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate::scratchBuffer SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___scratchBuffer_5; public: inline static int32_t get_offset_of_parent_4() { return static_cast(offsetof(FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94, ___parent_4)); } inline VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * get_parent_4() const { return ___parent_4; } inline VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD ** get_address_of_parent_4() { return &___parent_4; } inline void set_parent_4(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * value) { ___parent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_4), (void*)value); } inline static int32_t get_offset_of_scratchBuffer_5() { return static_cast(offsetof(FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94, ___scratchBuffer_5)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_scratchBuffer_5() const { return ___scratchBuffer_5; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_scratchBuffer_5() { return &___scratchBuffer_5; } inline void set_scratchBuffer_5(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___scratchBuffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___scratchBuffer_5), (void*)value); } }; // System.Object // System.Object // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // Oculus.Platform.Models.DeserializableList`1 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.List`1 struct List_1_t814689C58494A7CC08836709C95562576D4A3FD1_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t814689C58494A7CC08836709C95562576D4A3FD1_StaticFields, ____emptyArray_5)); } inline NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE* get__emptyArray_5() const { return ____emptyArray_5; } inline NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(NetSyncSessionU5BU5D_t2239DBB4E0A6748827E2D47FE1DB7EB8BE738BFE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE_StaticFields, ____emptyArray_5)); } inline NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E* get__emptyArray_5() const { return ____emptyArray_5; } inline NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(NetSyncVoipAttenuationValueU5BU5D_t3139ED4B2A1059CCAAD0D309E418E76BDF5A983E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t76614734F621AFD54E4A1505402DFEE94376947F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t76614734F621AFD54E4A1505402DFEE94376947F_StaticFields, ____emptyArray_5)); } inline PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17* get__emptyArray_5() const { return ____emptyArray_5; } inline PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PidU5BU5D_tCE83DC34A47A6A62CDE2B65581D634DDDF643C17* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D_StaticFields, ____emptyArray_5)); } inline ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A* get__emptyArray_5() const { return ____emptyArray_5; } inline ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ProductU5BU5D_t9F7C44EC3E161BC7243D894C612514D28D00EF0A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tEF576F33659755044A466574FB2C3AE99B17F353_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEF576F33659755044A466574FB2C3AE99B17F353_StaticFields, ____emptyArray_5)); } inline PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498* get__emptyArray_5() const { return ____emptyArray_5; } inline PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PurchaseU5BU5D_tBAC0A23E296748F8576D9D931BF6451C8F9CC498* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F_StaticFields, ____emptyArray_5)); } inline RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650* get__emptyArray_5() const { return ____emptyArray_5; } inline RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RoomU5BU5D_tBF6372B079B3C4F73159B3A6F40406BDF324A650* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B_StaticFields, ____emptyArray_5)); } inline RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD* get__emptyArray_5() const { return ____emptyArray_5; } inline RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RoomInviteNotificationU5BU5D_tDA852497223248624900609B986600D369AD49BD* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E_StaticFields, ____emptyArray_5)); } inline SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A* get__emptyArray_5() const { return ____emptyArray_5; } inline SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SdkAccountU5BU5D_t43434132ACD9803AFEDF07420356C2B15B8B0D5A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t2D436535887B174C4FD890661D903CEF9665EB33_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t2D436535887B174C4FD890661D903CEF9665EB33_StaticFields, ____emptyArray_5)); } inline TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11* get__emptyArray_5() const { return ____emptyArray_5; } inline TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TeamU5BU5D_t33B9241DB40D0F2C427303144BC302491F56DF11* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554_StaticFields, ____emptyArray_5)); } inline UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D* get__emptyArray_5() const { return ____emptyArray_5; } inline UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(UserU5BU5D_t7F9FE2CBF065E1E70651E183BD067F99B167591D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t170398B9618F382160996609D78622C9AEDAA3EC_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t170398B9618F382160996609D78622C9AEDAA3EC_StaticFields, ____emptyArray_5)); } inline UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588* get__emptyArray_5() const { return ____emptyArray_5; } inline UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(UserAndRoomU5BU5D_t6DDC11E61AC4FA64F98674477C771BC69E5E8588* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // Oculus.Platform.Core struct Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields { public: // System.Boolean Oculus.Platform.Core::IsPlatformInitialized bool ___IsPlatformInitialized_0; // System.Boolean Oculus.Platform.Core::LogMessages bool ___LogMessages_1; // System.String Oculus.Platform.Core::PlatformUninitializedError String_t* ___PlatformUninitializedError_2; public: inline static int32_t get_offset_of_IsPlatformInitialized_0() { return static_cast(offsetof(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields, ___IsPlatformInitialized_0)); } inline bool get_IsPlatformInitialized_0() const { return ___IsPlatformInitialized_0; } inline bool* get_address_of_IsPlatformInitialized_0() { return &___IsPlatformInitialized_0; } inline void set_IsPlatformInitialized_0(bool value) { ___IsPlatformInitialized_0 = value; } inline static int32_t get_offset_of_LogMessages_1() { return static_cast(offsetof(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields, ___LogMessages_1)); } inline bool get_LogMessages_1() const { return ___LogMessages_1; } inline bool* get_address_of_LogMessages_1() { return &___LogMessages_1; } inline void set_LogMessages_1(bool value) { ___LogMessages_1 = value; } inline static int32_t get_offset_of_PlatformUninitializedError_2() { return static_cast(offsetof(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields, ___PlatformUninitializedError_2)); } inline String_t* get_PlatformUninitializedError_2() const { return ___PlatformUninitializedError_2; } inline String_t** get_address_of_PlatformUninitializedError_2() { return &___PlatformUninitializedError_2; } inline void set_PlatformUninitializedError_2(String_t* value) { ___PlatformUninitializedError_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlatformUninitializedError_2), (void*)value); } }; // Oculus.Platform.Core // Oculus.Platform.Models.MicrophoneAvailabilityState // Oculus.Platform.Models.MicrophoneAvailabilityState // Oculus.Platform.Net // Oculus.Platform.Net // Oculus.Platform.NetSync // Oculus.Platform.NetSync // Oculus.Platform.Models.NetSyncSession // Oculus.Platform.Models.NetSyncSession // Oculus.Platform.Models.NetSyncSessionsChangedNotification // Oculus.Platform.Models.NetSyncSessionsChangedNotification // Oculus.Platform.Models.NetSyncSetSessionPropertyResult // Oculus.Platform.Models.NetSyncSetSessionPropertyResult // Oculus.Platform.Models.NetSyncVoipAttenuationValue // Oculus.Platform.Models.NetSyncVoipAttenuationValue // Oculus.Platform.Notifications // Oculus.Platform.Notifications // Oculus.Platform.Models.OrgScopedID // Oculus.Platform.Models.OrgScopedID // Oculus.Platform.Parties // Oculus.Platform.Parties // Oculus.Platform.Models.Party // Oculus.Platform.Models.Party // Oculus.Platform.Models.PartyID // Oculus.Platform.Models.PartyID // Oculus.Platform.Models.Pid // Oculus.Platform.Models.Pid // Oculus.Platform.PlatformInternal // Oculus.Platform.PlatformInternal // Oculus.Platform.Models.Product // Oculus.Platform.Models.Product // Oculus.Platform.Models.RejoinDialogResult // Oculus.Platform.Models.RejoinDialogResult // Oculus.Platform.Request // Oculus.Platform.Request // Oculus.Platform.RichPresence // Oculus.Platform.RichPresence // Oculus.Platform.Rooms // Oculus.Platform.Rooms // Oculus.Platform.Models.SendInvitesResult // Oculus.Platform.Models.SendInvitesResult // Oculus.Platform.Session // Oculus.Platform.Session // Oculus.Platform.StandalonePlatform // Oculus.Platform.StandalonePlatform // Oculus.Platform.StandalonePlatformSettings // Oculus.Platform.StandalonePlatformSettings // System.String struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.String // Oculus.Platform.Models.SupplementaryMetric // Oculus.Platform.Models.SupplementaryMetric // Oculus.Platform.Models.Team // Oculus.Platform.Models.Team // Oculus.Platform.Models.UserAndRoom // Oculus.Platform.Models.UserAndRoom // Oculus.Platform.UserDataStore // Oculus.Platform.UserDataStore // Oculus.Platform.Models.UserDataStoreUpdateResponse // Oculus.Platform.Models.UserDataStoreUpdateResponse // Oculus.Platform.Models.UserProof // Oculus.Platform.Models.UserProof // Oculus.Platform.Models.UserReportID // Oculus.Platform.Models.UserReportID // Oculus.Platform.Users // Oculus.Platform.Users // System.ValueType // System.ValueType // Oculus.Platform.Voip // Oculus.Platform.Voip // Oculus.Platform.VoipPCMSourceNative // Oculus.Platform.VoipPCMSourceNative // Oculus.Platform.Vrcamera // Oculus.Platform.Vrcamera // Oculus.Platform.WindowsPlatform // Oculus.Platform.WindowsPlatform // Oculus.Platform.Callback/RequestCallback // Oculus.Platform.Callback/RequestCallback // Oculus.Platform.Matchmaking/CustomQuery // Oculus.Platform.Matchmaking/CustomQuery // Oculus.Platform.PlatformInternal/HTTP // Oculus.Platform.PlatformInternal/HTTP // Oculus.Platform.PlatformInternal/Users // Oculus.Platform.PlatformInternal/Users // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // Oculus.Platform.Request`1> // Oculus.Platform.Request`1> // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Request`1 // Oculus.Platform.Models.ApplicationInviteList // Oculus.Platform.Models.ApplicationInviteList // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.DateTime // Oculus.Platform.Models.DestinationList // Oculus.Platform.Models.DestinationList // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Double // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // Oculus.Platform.Models.MatchmakingEnqueuedUserList // Oculus.Platform.Models.MatchmakingEnqueuedUserList // Oculus.Platform.Models.NetSyncSessionList // Oculus.Platform.Models.NetSyncSessionList // Oculus.Platform.Models.NetSyncVoipAttenuationValueList // Oculus.Platform.Models.NetSyncVoipAttenuationValueList // Oculus.Platform.Models.PidList // Oculus.Platform.Models.PidList // Oculus.Platform.Models.ProductList // Oculus.Platform.Models.ProductList // Oculus.Platform.Models.PurchaseList // Oculus.Platform.Models.PurchaseList // Oculus.Platform.Models.RoomInviteNotificationList // Oculus.Platform.Models.RoomInviteNotificationList // Oculus.Platform.Models.RoomList // Oculus.Platform.Models.RoomList // Oculus.Platform.Models.SdkAccountList // Oculus.Platform.Models.SdkAccountList // System.Single // System.Single // Oculus.Platform.Models.TeamList // Oculus.Platform.Models.TeamList // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.UIntPtr struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; // System.UIntPtr // Oculus.Platform.Models.UserAndRoomList // Oculus.Platform.Models.UserAndRoomList // Oculus.Platform.Models.UserList // Oculus.Platform.Models.UserList // System.Void // System.Void // Oculus.Platform.CAPI/OculusInitParams // Oculus.Platform.CAPI/OculusInitParams // Oculus.Platform.CAPI/ovrNetSyncVec3 // Oculus.Platform.CAPI/ovrNetSyncVec3 // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Delegate // System.Delegate // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // Oculus.Platform.KeyValuePairType // Oculus.Platform.KeyValuePairType // Oculus.Platform.MatchmakingCriterionImportance // Oculus.Platform.MatchmakingCriterionImportance // Oculus.Platform.MultiplayerErrorErrorKey // Oculus.Platform.MultiplayerErrorErrorKey // Oculus.Platform.MultiplayerErrorOptions // Oculus.Platform.MultiplayerErrorOptions // Oculus.Platform.NetSyncConnectionStatus // Oculus.Platform.NetSyncConnectionStatus // Oculus.Platform.NetSyncDisconnectReason // Oculus.Platform.NetSyncDisconnectReason // Oculus.Platform.NetSyncOptions // Oculus.Platform.NetSyncOptions // Oculus.Platform.NetSyncVoipMicSource // Oculus.Platform.NetSyncVoipMicSource // Oculus.Platform.NetSyncVoipStreamMode // Oculus.Platform.NetSyncVoipStreamMode // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // UnityEngine.Object // Oculus.Platform.Packet // Oculus.Platform.Packet // Oculus.Platform.PartyUpdateAction // Oculus.Platform.PartyUpdateAction // Oculus.Platform.PeerConnectionState // Oculus.Platform.PeerConnectionState // Oculus.Platform.PermissionGrantStatus // Oculus.Platform.PermissionGrantStatus // Oculus.Platform.PermissionType // Oculus.Platform.PermissionType // Oculus.Platform.Models.PingResult // Oculus.Platform.Models.PingResult // Oculus.Platform.PlatformInitializeResult // Oculus.Platform.PlatformInitializeResult // Oculus.Platform.Models.Purchase // Oculus.Platform.Models.Purchase // Oculus.Platform.RichPresenceExtraContext // Oculus.Platform.RichPresenceExtraContext // Oculus.Platform.RichPresenceOptions // Oculus.Platform.RichPresenceOptions // Oculus.Platform.Models.RoomInviteNotification // Oculus.Platform.Models.RoomInviteNotification // Oculus.Platform.RoomJoinPolicy // Oculus.Platform.RoomJoinPolicy // Oculus.Platform.RoomJoinability // Oculus.Platform.RoomJoinability // Oculus.Platform.RoomMembershipLockStatus // Oculus.Platform.RoomMembershipLockStatus // Oculus.Platform.RoomOptions // Oculus.Platform.RoomOptions // Oculus.Platform.RoomType // Oculus.Platform.RoomType // Oculus.Platform.RosterOptions // Oculus.Platform.RosterOptions // Oculus.Platform.SdkAccountType // Oculus.Platform.SdkAccountType // Oculus.Platform.SendPolicy // Oculus.Platform.SendPolicy // Oculus.Platform.ServiceProvider // Oculus.Platform.ServiceProvider // Oculus.Platform.ShareMediaStatus // Oculus.Platform.ShareMediaStatus // Oculus.Platform.SystemVoipStatus // Oculus.Platform.SystemVoipStatus // Oculus.Platform.TimeWindow // Oculus.Platform.TimeWindow // Oculus.Platform.UserOptions // Oculus.Platform.UserOptions // Oculus.Platform.UserOrdering // Oculus.Platform.UserOrdering // Oculus.Platform.UserPresenceStatus // Oculus.Platform.UserPresenceStatus // Oculus.Platform.VoipBitrate // Oculus.Platform.VoipBitrate // Oculus.Platform.VoipDtxState // Oculus.Platform.VoipDtxState // Oculus.Platform.VoipMuteState // Oculus.Platform.VoipMuteState // Oculus.Platform.VoipOptions // Oculus.Platform.VoipOptions // Oculus.Platform.VoipSampleRate // Oculus.Platform.VoipSampleRate // Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData // Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData // Oculus.Platform.Message/MessageType // Oculus.Platform.Message/MessageType // Oculus.Platform.PlatformInternal/MessageTypeInternal // Oculus.Platform.PlatformInternal/MessageTypeInternal // UnityEngine.Component // UnityEngine.Component // UnityEngine.GameObject // UnityEngine.GameObject // Oculus.Platform.Message struct Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9_StaticFields { public: // Oculus.Platform.Message/ExtraMessageTypesHandler Oculus.Platform.Message::k__BackingField ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF * ___U3CHandleExtraMessageTypesU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CHandleExtraMessageTypesU3Ek__BackingField_3() { return static_cast(offsetof(Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9_StaticFields, ___U3CHandleExtraMessageTypesU3Ek__BackingField_3)); } inline ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF * get_U3CHandleExtraMessageTypesU3Ek__BackingField_3() const { return ___U3CHandleExtraMessageTypesU3Ek__BackingField_3; } inline ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF ** get_address_of_U3CHandleExtraMessageTypesU3Ek__BackingField_3() { return &___U3CHandleExtraMessageTypesU3Ek__BackingField_3; } inline void set_U3CHandleExtraMessageTypesU3Ek__BackingField_3(ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF * value) { ___U3CHandleExtraMessageTypesU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHandleExtraMessageTypesU3Ek__BackingField_3), (void*)value); } }; // Oculus.Platform.Message // System.MulticastDelegate // System.MulticastDelegate // Oculus.Platform.Models.NetSyncConnection // Oculus.Platform.Models.NetSyncConnection // Oculus.Platform.Models.NetworkingPeer // Oculus.Platform.Models.NetworkingPeer // Oculus.Platform.Models.PartyUpdateNotification // Oculus.Platform.Models.PartyUpdateNotification // Oculus.Platform.Models.PlatformInitialize // Oculus.Platform.Models.PlatformInitialize // Oculus.Platform.Models.Room // Oculus.Platform.Models.Room // UnityEngine.ScriptableObject // UnityEngine.ScriptableObject // Oculus.Platform.Models.SdkAccount // Oculus.Platform.Models.SdkAccount // Oculus.Platform.Models.ShareMediaResult // Oculus.Platform.Models.ShareMediaResult // System.SystemException // System.SystemException // Oculus.Platform.Models.SystemVoipState // Oculus.Platform.Models.SystemVoipState // UnityEngine.UnityException // UnityEngine.UnityException // Oculus.Platform.Models.User // Oculus.Platform.Models.User // Oculus.Platform.CAPI/ovrKeyValuePair // Oculus.Platform.CAPI/ovrKeyValuePair // Oculus.Platform.CAPI/ovrMatchmakingCriterion // Oculus.Platform.CAPI/ovrMatchmakingCriterion // Oculus.Platform.Matchmaking/CustomQuery/Criterion // Oculus.Platform.Matchmaking/CustomQuery/Criterion // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // Oculus.Platform.Message`1 // System.ArgumentException // System.ArgumentException // System.AsyncCallback // System.AsyncCallback // UnityEngine.Behaviour // UnityEngine.Behaviour // Oculus.Platform.PlatformSettings struct PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_StaticFields { public: // Oculus.Platform.PlatformSettings Oculus.Platform.PlatformSettings::instance PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * ___instance_7; public: inline static int32_t get_offset_of_instance_7() { return static_cast(offsetof(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_StaticFields, ___instance_7)); } inline PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * get_instance_7() const { return ___instance_7; } inline PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB ** get_address_of_instance_7() { return &___instance_7; } inline void set_instance_7(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * value) { ___instance_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_7), (void*)value); } }; // Oculus.Platform.PlatformSettings // Oculus.Platform.CAPI/FilterCallback // Oculus.Platform.CAPI/FilterCallback // Oculus.Platform.Message/Callback // Oculus.Platform.Message/Callback // Oculus.Platform.Message/ExtraMessageTypesHandler // Oculus.Platform.Message/ExtraMessageTypesHandler // Oculus.Platform.StandalonePlatform/UnityLogDelegate // Oculus.Platform.StandalonePlatform/UnityLogDelegate // Oculus.Platform.WindowsPlatform/UnityLogDelegate // Oculus.Platform.WindowsPlatform/UnityLogDelegate // UnityEngine.AudioBehaviour // UnityEngine.AudioBehaviour // Oculus.Platform.MessageWithAbuseReportRecording // Oculus.Platform.MessageWithAbuseReportRecording // Oculus.Platform.MessageWithCalApplicationFinalized // Oculus.Platform.MessageWithCalApplicationFinalized // Oculus.Platform.MessageWithCalApplicationSuggestionList // Oculus.Platform.MessageWithCalApplicationSuggestionList // Oculus.Platform.MessageWithInstalledApplicationList // Oculus.Platform.MessageWithInstalledApplicationList // Oculus.Platform.MessageWithLaunchBlockFlowResult // Oculus.Platform.MessageWithLaunchBlockFlowResult // Oculus.Platform.MessageWithLaunchReportFlowResult // Oculus.Platform.MessageWithLaunchReportFlowResult // Oculus.Platform.MessageWithLaunchUnblockFlowResult // Oculus.Platform.MessageWithLaunchUnblockFlowResult // Oculus.Platform.MessageWithLinkedAccountList // Oculus.Platform.MessageWithLinkedAccountList // Oculus.Platform.MessageWithLivestreamingApplicationStatus // Oculus.Platform.MessageWithLivestreamingApplicationStatus // Oculus.Platform.MessageWithLivestreamingStartResult // Oculus.Platform.MessageWithLivestreamingStartResult // Oculus.Platform.MessageWithLivestreamingVideoStats // Oculus.Platform.MessageWithLivestreamingVideoStats // Oculus.Platform.MessageWithNetSyncConnection // Oculus.Platform.MessageWithNetSyncConnection // Oculus.Platform.MessageWithNetSyncSessionList // Oculus.Platform.MessageWithNetSyncSessionList // Oculus.Platform.MessageWithNetSyncSetSessionPropertyResult // Oculus.Platform.MessageWithNetSyncSetSessionPropertyResult // Oculus.Platform.MessageWithNetSyncVoipAttenuationValueList // Oculus.Platform.MessageWithNetSyncVoipAttenuationValueList // Oculus.Platform.MessageWithOrgScopedID // Oculus.Platform.MessageWithOrgScopedID // Oculus.Platform.MessageWithParty // Oculus.Platform.MessageWithParty // Oculus.Platform.MessageWithPartyID // Oculus.Platform.MessageWithPartyID // Oculus.Platform.MessageWithPartyUnderCurrentParty // Oculus.Platform.MessageWithPartyUnderCurrentParty // Oculus.Platform.MessageWithPartyUpdateNotification // Oculus.Platform.MessageWithPartyUpdateNotification // Oculus.Platform.MessageWithPidList // Oculus.Platform.MessageWithPidList // Oculus.Platform.MessageWithPingResult // Oculus.Platform.MessageWithPingResult // Oculus.Platform.MessageWithPlatformInitialize // Oculus.Platform.MessageWithPlatformInitialize // Oculus.Platform.MessageWithProductList // Oculus.Platform.MessageWithProductList // Oculus.Platform.MessageWithPurchase // Oculus.Platform.MessageWithPurchase // Oculus.Platform.MessageWithPurchaseList // Oculus.Platform.MessageWithPurchaseList // Oculus.Platform.MessageWithRejoinDialogResult // Oculus.Platform.MessageWithRejoinDialogResult // Oculus.Platform.MessageWithRoom // Oculus.Platform.MessageWithRoom // Oculus.Platform.MessageWithRoomInviteNotification // Oculus.Platform.MessageWithRoomInviteNotification // Oculus.Platform.MessageWithRoomInviteNotificationList // Oculus.Platform.MessageWithRoomInviteNotificationList // Oculus.Platform.MessageWithRoomList // Oculus.Platform.MessageWithRoomList // Oculus.Platform.MessageWithRoomUnderCurrentRoom // Oculus.Platform.MessageWithRoomUnderCurrentRoom // Oculus.Platform.MessageWithRoomUnderViewerRoom // Oculus.Platform.MessageWithRoomUnderViewerRoom // Oculus.Platform.MessageWithSdkAccountList // Oculus.Platform.MessageWithSdkAccountList // Oculus.Platform.MessageWithSendInvitesResult // Oculus.Platform.MessageWithSendInvitesResult // Oculus.Platform.MessageWithShareMediaResult // Oculus.Platform.MessageWithShareMediaResult // Oculus.Platform.MessageWithString // Oculus.Platform.MessageWithString // Oculus.Platform.MessageWithSystemVoipState // Oculus.Platform.MessageWithSystemVoipState // Oculus.Platform.MessageWithUser // Oculus.Platform.MessageWithUser // Oculus.Platform.MessageWithUserAndRoomList // Oculus.Platform.MessageWithUserAndRoomList // Oculus.Platform.MessageWithUserDataStoreUpdateResponse // Oculus.Platform.MessageWithUserDataStoreUpdateResponse // Oculus.Platform.MessageWithUserList // Oculus.Platform.MessageWithUserList // Oculus.Platform.MessageWithUserProof // Oculus.Platform.MessageWithUserProof // Oculus.Platform.MessageWithUserReportID // Oculus.Platform.MessageWithUserReportID // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // UnityEngine.AudioSource // UnityEngine.AudioSource // Oculus.Platform.CallbackRunner // Oculus.Platform.CallbackRunner // Oculus.Platform.VoipAudioSourceHiLevel struct VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields { public: // System.Int32 Oculus.Platform.VoipAudioSourceHiLevel::audioSystemPlaybackFrequency int32_t ___audioSystemPlaybackFrequency_8; // System.Boolean Oculus.Platform.VoipAudioSourceHiLevel::verboseLogging bool ___verboseLogging_9; public: inline static int32_t get_offset_of_audioSystemPlaybackFrequency_8() { return static_cast(offsetof(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields, ___audioSystemPlaybackFrequency_8)); } inline int32_t get_audioSystemPlaybackFrequency_8() const { return ___audioSystemPlaybackFrequency_8; } inline int32_t* get_address_of_audioSystemPlaybackFrequency_8() { return &___audioSystemPlaybackFrequency_8; } inline void set_audioSystemPlaybackFrequency_8(int32_t value) { ___audioSystemPlaybackFrequency_8 = value; } inline static int32_t get_offset_of_verboseLogging_9() { return static_cast(offsetof(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields, ___verboseLogging_9)); } inline bool get_verboseLogging_9() const { return ___verboseLogging_9; } inline bool* get_address_of_verboseLogging_9() { return &___verboseLogging_9; } inline void set_verboseLogging_9(bool value) { ___verboseLogging_9 = value; } }; // Oculus.Platform.VoipAudioSourceHiLevel // Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate // Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // Oculus.Platform.CAPI/ovrKeyValuePair[] struct ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455 : public RuntimeArray { public: ALIGN_FIELD (8) ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 m_Items[1]; public: inline ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key__0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___stringValue__2), (void*)NULL); #endif } inline ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key__0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___stringValue__2), (void*)NULL); #endif } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Oculus.Platform.CAPI/ovrMatchmakingCriterion[] struct ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C : public RuntimeArray { public: ALIGN_FIELD (8) ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 m_Items[1]; public: inline ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key__0), (void*)NULL); } inline ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key__0), (void*)NULL); } }; // Oculus.Platform.Matchmaking/CustomQuery/Criterion[] struct CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB : public RuntimeArray { public: ALIGN_FIELD (8) Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 m_Items[1]; public: inline Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___parameters_2), (void*)NULL); #endif } inline Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___parameters_2), (void*)NULL); #endif } }; // Oculus.Platform.ServiceProvider[] struct ServiceProviderU5BU5D_t0CC8BB70CEB9E9A9FFD509DC9DBA3B9B214EC345 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared (Message_1_t4B027D6C6D76865BBC8D625255864C7AE1F4AD0C * __this, intptr_t ___c_message0, const RuntimeMethod* method); // T Oculus.Platform.Message`1::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline (Message_1_t4B027D6C6D76865BBC8D625255864C7AE1F4AD0C * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD8A1120D15C55A920006A55BF25539E1627CAB1D_gshared (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared (Request_1_tA0A1E0EFB2359B26480A6F43E75E5CBA8D19CD46 * __this, uint64_t ___requestID0, const RuntimeMethod* method); // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared (uint32_t ___type0, Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 * ___callback1, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared (DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.Models.DeserializableList`1::get_HasNextPage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeserializableList_1_get_HasNextPage_m5BE28A4D2BBC7511D72915F889C7D63B85D88D15_gshared (DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F * __this, const RuntimeMethod* method); // System.String Oculus.Platform.Models.DeserializableList`1::get_NextUrl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeserializableList_1_get_NextUrl_m00A176EF859B931C348073F62FDCC7A56EC48D7E_gshared_inline (DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_gshared_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Nullable_1_get_Value_m90FA9FBA39DBC4811AB9700983A957D5F2845EAB_gshared (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_mD47CC322E1CBCFE7AB4E22D728C12B44986FCB88_gshared (String_t* ___path0, const RuntimeMethod* method); // !!0 UnityEngine.ScriptableObject::CreateInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ScriptableObject_CreateInstance_TisRuntimeObject_m82DC05B18FA4AE838A81789EED8A7A5832CCAC4A_gshared (const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mCAD7B121DB998D7C56EB0281215A860EFE9DCD95_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_mFC0E91DB2C0D37FFF29D6AA340F3A235DA61716E_gshared (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 ___structure0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::StructureToPtr(!!0,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_StructureToPtr_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_m181970CFA4C6AE37FCBA3B5BA0C6E25076FB7486_gshared (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 ___structure0, intptr_t ___ptr1, bool ___fDeleteOld2, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m0B727B710A529D34CB98625A0D561E90C22F6284 (Message_1_tCC7989138E377295B9CE6EC54282F61CB1143632 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_tCC7989138E377295B9CE6EC54282F61CB1143632 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * Message_1_get_Data_m91415DDEAF7105EE685EED0E53A953CAEBA76178_inline (Message_1_tCC7989138E377295B9CE6EC54282F61CB1143632 * __this, const RuntimeMethod* method) { return (( OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * (*) (Message_1_tCC7989138E377295B9CE6EC54282F61CB1143632 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetNativeMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetOrgScopedID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetOrgScopedID_m1A48F309470FD9586F70C0354B6E0C889969161E (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.OrgScopedID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrgScopedID__ctor_m8E653E69DC22393635B356CB6006E0A20C1E0BEE (OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m3B433322AE5D4DD8CFB533640FC372E52CC93A1D (Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * Message_1_get_Data_mD3BAC2CDE81160370DCFB05880C0641131B2FB5B_inline (Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1 * __this, const RuntimeMethod* method) { return (( Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * (*) (Message_1_t7EB985FD819510FC274E14DFCD22B9F4122A88B1 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetParty(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetParty_m0A69EBC945013A7637B7F5FD1713ACBBF15BC056 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.Party::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Party__ctor_m5C796690334ABDABF17CB3632878ADA96D4B37DE (Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m3494A755494C1795B9E0C14CDD4CD0717CE35D4F (Message_1_t5156A4F20567AC4811A8D80AFDA014C933E0C331 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t5156A4F20567AC4811A8D80AFDA014C933E0C331 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * Message_1_get_Data_mFBC1BA611CA8A247CE68D4BE93C2F2EB67466351_inline (Message_1_t5156A4F20567AC4811A8D80AFDA014C933E0C331 * __this, const RuntimeMethod* method) { return (( PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * (*) (Message_1_t5156A4F20567AC4811A8D80AFDA014C933E0C331 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetPartyID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetPartyID_m4B64F62F7D2BEBE5BA42C2D86F52CBD652F1F865 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.PartyID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartyID__ctor_m3BE1A3E44FD6DB114FEA3B8442282678A7C27E1B (PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m42BCA4EE6623F4A1A9C72FE672536D3FC2BB7F2A (Message_1_t9BB8C3E9E78D626E45ECC282A38DD264746484D9 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t9BB8C3E9E78D626E45ECC282A38DD264746484D9 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * Message_1_get_Data_mBBBBECD85F461893B25399F56AA51869D556D0B1_inline (Message_1_t9BB8C3E9E78D626E45ECC282A38DD264746484D9 * __this, const RuntimeMethod* method) { return (( PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * (*) (Message_1_t9BB8C3E9E78D626E45ECC282A38DD264746484D9 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetPartyUpdateNotification(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetPartyUpdateNotification_mB8011803849701D4ACF73E471DAB85D31D55F389 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.PartyUpdateNotification::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartyUpdateNotification__ctor_m41B52CB6B04F8EFBB0A1B582C494B4C878A260D2 (PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_mE781DAA107B270038E9ADD5751B992C69B4D11CD (Message_1_tF5674C704ABE5DF0EF527C0BD2BF08AB7FB431DA * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_tF5674C704ABE5DF0EF527C0BD2BF08AB7FB431DA *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * Message_1_get_Data_m131463AB9994004BA962555AB7996E712543319F_inline (Message_1_tF5674C704ABE5DF0EF527C0BD2BF08AB7FB431DA * __this, const RuntimeMethod* method) { return (( PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * (*) (Message_1_tF5674C704ABE5DF0EF527C0BD2BF08AB7FB431DA *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetPidArray(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetPidArray_mCF1020BE7083B889A73FB2A7A01C113774D2D400 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.PidList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PidList__ctor_m21442E690E1FC01F57A8A3B61073FE47BBBEC1DF (PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * __this, intptr_t ___a0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m3E29925773D6B1075F0F8DB821FE307D7B82B352 (Message_1_tD8BB5B75780D47FD1AD7E9135F5D904DF2AF4E39 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_tD8BB5B75780D47FD1AD7E9135F5D904DF2AF4E39 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * Message_1_get_Data_m8B1E7265083AE6B420085F9F5214C60B9F09926D_inline (Message_1_tD8BB5B75780D47FD1AD7E9135F5D904DF2AF4E39 * __this, const RuntimeMethod* method) { return (( PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * (*) (Message_1_tD8BB5B75780D47FD1AD7E9135F5D904DF2AF4E39 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetPingResult(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetPingResult_mA4B813A256ADBB1410FCA2CAB8894C78DA2CB6EC (intptr_t ___obj0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_PingResult_IsTimeout(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_PingResult_IsTimeout_m633B2DBE7CB2D9B3AF6C1D69FD8FF2E6F839C090 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_PingResult_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_PingResult_GetID_m5A612A59DB3214E1E689FD1E1E440E2B3182B776 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_PingResult_GetPingTimeUsec(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_PingResult_GetPingTimeUsec_mC66E96CBAF4F4DA7AA3D8A321902EA02A6BC2063 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD8A1120D15C55A920006A55BF25539E1627CAB1D (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, uint64_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *, uint64_t, const RuntimeMethod*))Nullable_1__ctor_mD8A1120D15C55A920006A55BF25539E1627CAB1D_gshared)(__this, ___value0, method); } // System.Void Oculus.Platform.Models.PingResult::.ctor(System.UInt64,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PingResult__ctor_m927D3A2019192396815FBF407B162AA86A515AAE (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * __this, uint64_t ___id0, Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C ___pingTimeUsec1, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_mFAF5422F71F1392A5A29D0C31FFF332A7D668863 (Message_1_t5EB7F004A6A1E88B8C611A168A9A407163FE6977 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t5EB7F004A6A1E88B8C611A168A9A407163FE6977 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * Message_1_get_Data_m769755CB05840DAD3E3886D9965F716BB27AD18D_inline (Message_1_t5EB7F004A6A1E88B8C611A168A9A407163FE6977 * __this, const RuntimeMethod* method) { return (( PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * (*) (Message_1_t5EB7F004A6A1E88B8C611A168A9A407163FE6977 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetPlatformInitialize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetPlatformInitialize_m9949C45B81636669E7CC367F8451F77070F78FE0 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.PlatformInitialize::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformInitialize__ctor_m5A95062D1CE9262141FEEE0E93D7980C988DBF30 (PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m2FC0473599F93AC451EA99E365229A60DBB54A69 (Message_1_t0E363391192265026859BC69927ACB1B6BB224AE * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t0E363391192265026859BC69927ACB1B6BB224AE *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * Message_1_get_Data_m271669C63CA540F8C456BCD6FE69B04DCDC306AD_inline (Message_1_t0E363391192265026859BC69927ACB1B6BB224AE * __this, const RuntimeMethod* method) { return (( ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * (*) (Message_1_t0E363391192265026859BC69927ACB1B6BB224AE *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetProductArray(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetProductArray_m7D3A87EC235C05332AFBD54B26B64DE0D62B5B6D (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.ProductList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProductList__ctor_m58AF4F93816E9220F25C729A900621211795F6BF (ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * __this, intptr_t ___a0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m6A5A70F1D07191554B3B90ACEA376E3808A5CBDC (Message_1_t6DCE1FCBBCA5CB7B9E362CA114022BA6DCB97279 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t6DCE1FCBBCA5CB7B9E362CA114022BA6DCB97279 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * Message_1_get_Data_m86378EE0F124498A16BBE983E63118F62D925CBC_inline (Message_1_t6DCE1FCBBCA5CB7B9E362CA114022BA6DCB97279 * __this, const RuntimeMethod* method) { return (( Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * (*) (Message_1_t6DCE1FCBBCA5CB7B9E362CA114022BA6DCB97279 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetPurchase(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetPurchase_m54926CE98B1EB5799409A0B110E94A8A1DD5F61F (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.Purchase::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Purchase__ctor_m7F4817017457DC8BE9111B59B8FF76EC0F00B1DF (Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m6B69FEEBB6BA1BAC2E2042126DE321550F881B9E (Message_1_t4C628E5BB49C7770808CD31D7F6783D1D03A4F5C * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t4C628E5BB49C7770808CD31D7F6783D1D03A4F5C *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * Message_1_get_Data_mFB18B16AC8B27F553306D41239F3BE8512F216B0_inline (Message_1_t4C628E5BB49C7770808CD31D7F6783D1D03A4F5C * __this, const RuntimeMethod* method) { return (( PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * (*) (Message_1_t4C628E5BB49C7770808CD31D7F6783D1D03A4F5C *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetPurchaseArray(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetPurchaseArray_mE812241B5443800081365A92C24F681292DB00BB (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.PurchaseList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PurchaseList__ctor_m9F6F5731BB0F2BE4D2592D58F800695E5EF6C9E8 (PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * __this, intptr_t ___a0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_mCFF439D31A61C74E6F9FEE63603FFCF716FB6BB9 (Message_1_t8E4C1BC6C25EE6C61464781BF5A5BEA945C37E72 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t8E4C1BC6C25EE6C61464781BF5A5BEA945C37E72 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * Message_1_get_Data_m6D8D4D99303FDC68FA1342E818BCE31E44A60C80_inline (Message_1_t8E4C1BC6C25EE6C61464781BF5A5BEA945C37E72 * __this, const RuntimeMethod* method) { return (( RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * (*) (Message_1_t8E4C1BC6C25EE6C61464781BF5A5BEA945C37E72 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetRejoinDialogResult(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetRejoinDialogResult_m922168D0311A9E5261C2362F8FB1A203A87AFB8F (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.RejoinDialogResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RejoinDialogResult__ctor_m5C70362A2AC08F13639253A097FC718D5722F468 (RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E (Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_inline (Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5 * __this, const RuntimeMethod* method) { return (( Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * (*) (Message_1_t36B35E0D4A300618B052881622B2982CFB974FD5 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetRoom(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetRoom_mF1971DB8CDFF7405390A3B525AF4D0350B69A410 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.Room::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Room__ctor_m3D051E457AB4DF0627AF460FDAF157DF188489B8 (Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m033C19B71F2A83AFE7E5219D458472286182E476 (Message_1_tB805D8548A3881F57FDE32CDE76225FCB7EF02F0 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_tB805D8548A3881F57FDE32CDE76225FCB7EF02F0 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * Message_1_get_Data_m5E543EA103FDE701F0A9098E47BC74AE817705BD_inline (Message_1_tB805D8548A3881F57FDE32CDE76225FCB7EF02F0 * __this, const RuntimeMethod* method) { return (( RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * (*) (Message_1_tB805D8548A3881F57FDE32CDE76225FCB7EF02F0 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetRoomInviteNotification(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetRoomInviteNotification_m153E056AA1A7463AA2E6C03EEC0852C8E90449EB (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.RoomInviteNotification::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomInviteNotification__ctor_mDA40124A0A59DD6DF7FAA5D2AB8EA420349C83A6 (RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m4142F12ADB48344DC413997ADDB805464F1264D6 (Message_1_t6FAD0C45EEAA5E78E46AA2D55785BD71F5E60E38 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t6FAD0C45EEAA5E78E46AA2D55785BD71F5E60E38 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * Message_1_get_Data_mF06D3D2F9254878E5F67AA2525988C04547DC6B5_inline (Message_1_t6FAD0C45EEAA5E78E46AA2D55785BD71F5E60E38 * __this, const RuntimeMethod* method) { return (( RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * (*) (Message_1_t6FAD0C45EEAA5E78E46AA2D55785BD71F5E60E38 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetRoomInviteNotificationArray(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetRoomInviteNotificationArray_m116146F67AC2829B57135151E144F8E174445898 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.RoomInviteNotificationList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomInviteNotificationList__ctor_mCA8989A61319B0F67B034F82E3E430D6613E8EC4 (RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * __this, intptr_t ___a0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m18929D657E2A4F7E2535EF1785A98E779DBF4C85 (Message_1_t9CD4892D812CE2C74FB4FB994653397D4210FB98 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t9CD4892D812CE2C74FB4FB994653397D4210FB98 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * Message_1_get_Data_m17D759EC773C7BE08DE69529C213DCE3B1D22241_inline (Message_1_t9CD4892D812CE2C74FB4FB994653397D4210FB98 * __this, const RuntimeMethod* method) { return (( RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * (*) (Message_1_t9CD4892D812CE2C74FB4FB994653397D4210FB98 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetRoomArray(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetRoomArray_m554021CB6C9EB5F94E7AF97B4070E7D1230CD9D7 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.RoomList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomList__ctor_mE034146A4A7A7341B6FD188878DD9071C4743C65 (RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * __this, intptr_t ___a0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_mD8524ADDCA39B06E2F16CC2C7B1425107FF8FFAA (Message_1_t18A6B512CC2F6607E0565F9EB61910E4EFB66FB9 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t18A6B512CC2F6607E0565F9EB61910E4EFB66FB9 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * Message_1_get_Data_mBC32A7D51676A20F436A48462D9190C37595CAB3_inline (Message_1_t18A6B512CC2F6607E0565F9EB61910E4EFB66FB9 * __this, const RuntimeMethod* method) { return (( SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * (*) (Message_1_t18A6B512CC2F6607E0565F9EB61910E4EFB66FB9 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetSdkAccountArray(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetSdkAccountArray_mFA09C21CD0973CBEF169646912E230E3BA626CA3 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.SdkAccountList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SdkAccountList__ctor_m2569AC12C02DCE79DD2F4550750E2BD7CC3725A3 (SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * __this, intptr_t ___a0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_mD575FC4B2819DB53A87794348EED896164DE179D (Message_1_t6875D3ADE65D3E85DD4DE7CB404F6C1B35887254 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t6875D3ADE65D3E85DD4DE7CB404F6C1B35887254 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * Message_1_get_Data_m4D5FBBF797090009DB90155857A73A7DC70D031D_inline (Message_1_t6875D3ADE65D3E85DD4DE7CB404F6C1B35887254 * __this, const RuntimeMethod* method) { return (( SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * (*) (Message_1_t6875D3ADE65D3E85DD4DE7CB404F6C1B35887254 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetSendInvitesResult(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetSendInvitesResult_m73939EE77EFC748ACB1E274DD83A1C1B3397D0F6 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.SendInvitesResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendInvitesResult__ctor_mC2AB2F39DB83CB86B7C2A9F980FFD268101C8354 (SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_mD27A6D0E98A84C59B1F0C96E0A11FD89F959F90E (Message_1_tD55E6C9934135A985A63113AC9D6A911DC45D932 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_tD55E6C9934135A985A63113AC9D6A911DC45D932 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * Message_1_get_Data_m9DCC17362E8F6A8A4F8B75F31F14CFBE304AB8FD_inline (Message_1_tD55E6C9934135A985A63113AC9D6A911DC45D932 * __this, const RuntimeMethod* method) { return (( ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * (*) (Message_1_tD55E6C9934135A985A63113AC9D6A911DC45D932 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetShareMediaResult(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetShareMediaResult_m09B8170F8E5E611911EB2BF4C018D230769566CB (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.ShareMediaResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShareMediaResult__ctor_m0AC8F70EACE4FF4E09F5BB82A1DB5D4AFFBD634E (ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m382EF902EB8C4AB6D8BF4D44CF55CCFE98EFD834 (Message_1_t319C15DF3D07D9B038844D76D405CAB1E0F12F84 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t319C15DF3D07D9B038844D76D405CAB1E0F12F84 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline String_t* Message_1_get_Data_mB486C604742D203CD0503E8F3484961A78DD7A3D_inline (Message_1_t319C15DF3D07D9B038844D76D405CAB1E0F12F84 * __this, const RuntimeMethod* method) { return (( String_t* (*) (Message_1_t319C15DF3D07D9B038844D76D405CAB1E0F12F84 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.String Oculus.Platform.CAPI::ovr_Message_GetString(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Message_GetString_mE80BB87731A20FFFED442FE261121F956D434DE9 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m63CAA32FA5A2642D0F491DC4AF3E81AA1CE243BB (Message_1_t69247AD29A410C26E5B958B0E5CA87195EE6F862 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t69247AD29A410C26E5B958B0E5CA87195EE6F862 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * Message_1_get_Data_m08389972AB99036CC48CC68C41BCB11F8C651378_inline (Message_1_t69247AD29A410C26E5B958B0E5CA87195EE6F862 * __this, const RuntimeMethod* method) { return (( SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * (*) (Message_1_t69247AD29A410C26E5B958B0E5CA87195EE6F862 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetSystemVoipState(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetSystemVoipState_m9C8EC6B0CE3902EF4EF5109C5EC1A608FE8C984D (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.SystemVoipState::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemVoipState__ctor_m9CC93A6027110E1938F59AEA8CA304EAD75DE1A5 (SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_mD975C122123EFD5E4E03A569AB4E55B3AFAAA8C4 (Message_1_t7660598183903C72F32DE55BC14F068AC3646DD5 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t7660598183903C72F32DE55BC14F068AC3646DD5 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline User_tA163463AE919860D9B337F6104B028990A44B69D * Message_1_get_Data_m34E2CA3CD0598E90ADCE5A341675B293460CAC67_inline (Message_1_t7660598183903C72F32DE55BC14F068AC3646DD5 * __this, const RuntimeMethod* method) { return (( User_tA163463AE919860D9B337F6104B028990A44B69D * (*) (Message_1_t7660598183903C72F32DE55BC14F068AC3646DD5 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetUser(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetUser_m22D3848EF7C5E62062F0BA91837C95687F781D6E (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.User::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void User__ctor_m4AF62433B0AEE86B747583E8FF7B851472D7F961 (User_tA163463AE919860D9B337F6104B028990A44B69D * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m73399C06F86A90205D8857A0FAD9D383F723567D (Message_1_t1101B850339E1F40B7D33709BDF8C9DE17742484 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t1101B850339E1F40B7D33709BDF8C9DE17742484 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * Message_1_get_Data_m266CD135CCE21F2C778C3A53CD1A215E66F46EB7_inline (Message_1_t1101B850339E1F40B7D33709BDF8C9DE17742484 * __this, const RuntimeMethod* method) { return (( UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * (*) (Message_1_t1101B850339E1F40B7D33709BDF8C9DE17742484 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetUserAndRoomArray(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetUserAndRoomArray_m80B0F9945B645BE1857A18EFA50967109D999E29 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.UserAndRoomList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserAndRoomList__ctor_m9BF9479233F34263A6285B5FD00E299E2A1ACED8 (UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * __this, intptr_t ___a0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m0670131EC1CEF12D96C7C5F66E7D3E7104E82744 (Message_1_t3F1BD20CB272517DFC9B45247AFA59CF010CF1A6 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t3F1BD20CB272517DFC9B45247AFA59CF010CF1A6 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * Message_1_get_Data_m495270D04A1348D78D6F39B0F444A4C83DB129E5_inline (Message_1_t3F1BD20CB272517DFC9B45247AFA59CF010CF1A6 * __this, const RuntimeMethod* method) { return (( UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * (*) (Message_1_t3F1BD20CB272517DFC9B45247AFA59CF010CF1A6 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetUserDataStoreUpdateResponse(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetUserDataStoreUpdateResponse_m1CE9F9CF63767AB738FB033DB492097D88B29D45 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.UserDataStoreUpdateResponse::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserDataStoreUpdateResponse__ctor_m3E731729E3C2C7895BFA9B683F4927F77FB144D0 (UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m3742CF83FD392211E9FA7D3815ABC7BC35CA834C (Message_1_tA5F9608ED96921AD8395BB1DDAFD1E8A92A0C348 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_tA5F9608ED96921AD8395BB1DDAFD1E8A92A0C348 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * Message_1_get_Data_mEF7E09C34A28D6EDB5254BCE61FBA692DBBF8423_inline (Message_1_tA5F9608ED96921AD8395BB1DDAFD1E8A92A0C348 * __this, const RuntimeMethod* method) { return (( UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * (*) (Message_1_tA5F9608ED96921AD8395BB1DDAFD1E8A92A0C348 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetUserArray(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetUserArray_m6B14ED810C0EDE34CCA3E6E49675AC70E80235D6 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.UserList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserList__ctor_m96C3F13B2411948E074F6635F8CD20C58CE918FB (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * __this, intptr_t ___a0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m35CEA4697319241E68E0EBBFB00CA0CF79280A07 (Message_1_t67E02792C2EB5CD9C1551009035703615D890699 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_t67E02792C2EB5CD9C1551009035703615D890699 *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * Message_1_get_Data_mD0A241216E707B8C45056F31AA2F5254041175B0_inline (Message_1_t67E02792C2EB5CD9C1551009035703615D890699 * __this, const RuntimeMethod* method) { return (( UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * (*) (Message_1_t67E02792C2EB5CD9C1551009035703615D890699 *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetUserProof(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetUserProof_m79539EB0C21AB700B48FA134E6A6C7C835D80E6E (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.UserProof::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProof__ctor_m471A1FE83FF7096DF8FB1478D23CF69B322AE015 (UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message`1::.ctor(System.IntPtr) inline void Message_1__ctor_m8EBB9A8A08953B21D03640589E09C0854EA9F892 (Message_1_tE34D1CC404916A419A885EC22C92352D8F7BE9DF * __this, intptr_t ___c_message0, const RuntimeMethod* method) { (( void (*) (Message_1_tE34D1CC404916A419A885EC22C92352D8F7BE9DF *, intptr_t, const RuntimeMethod*))Message_1__ctor_m7F21A8BB04E1CA3A2ADBBE9AAF64E9C6D72CAE5F_gshared)(__this, ___c_message0, method); } // T Oculus.Platform.Message`1::get_Data() inline UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * Message_1_get_Data_mCFB82BE284C9D4375FC3040E88976D77D0526318_inline (Message_1_tE34D1CC404916A419A885EC22C92352D8F7BE9DF * __this, const RuntimeMethod* method) { return (( UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * (*) (Message_1_tE34D1CC404916A419A885EC22C92352D8F7BE9DF *, const RuntimeMethod*))Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_Message_GetUserReportID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Message_GetUserReportID_m0CB5173B4FD31239D321E7136BFFBC569AC9B459 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.UserReportID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserReportID__ctor_m803040AD62252F061FD2ABF0E74770B1AD920928 (UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable_m505FAC0E36949F3EA8D42679331429C4C51641A8 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_MultiplayerErrorOptions_Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_MultiplayerErrorOptions_Create_mCFCDB838E1609EEBD6C200405A33B38D41F7793E (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_MultiplayerErrorOptions_SetErrorKey(System.IntPtr,Oculus.Platform.MultiplayerErrorErrorKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_MultiplayerErrorOptions_SetErrorKey_m988A1C739EFC05649FACE3E1F0E4AD1B006F6EE9 (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_MultiplayerErrorOptions_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_MultiplayerErrorOptions_Destroy_m83368691C0DBB89BC74B0B864CB1FEBB3AF83649 (intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean Oculus.Platform.Core::IsInitialized() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline (const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Net_ReadPacket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Net_ReadPacket_m068377E565B88953C90AFCFCD1520D25C88EC9AE (const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void Oculus.Platform.Packet::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet__ctor_m2B22160FAB4028F51DED7D513D6695A9F8695344 (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, intptr_t ___packetHandle0, const RuntimeMethod* method); // System.UIntPtr System.UIntPtr::op_Explicit(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D (uint64_t ___value0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_Net_SendPacket(System.UInt64,System.UIntPtr,System.Byte[],Oculus.Platform.SendPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_Net_SendPacket_mAD6F75E1DFFE0F9BF2891B056FABD699ABCA5D70 (uint64_t ___userID0, uintptr_t ___length1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes2, int32_t ___policy3, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Net_Connect(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Net_Connect_mEAAB021C2A7CE7895C23CD1A03B307A058A75FC8 (uint64_t ___peerID0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Net_Accept(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Net_Accept_m71426DA7C1D15FCEB6C825A1082A91AA8FFBD2EE (uint64_t ___peerID0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Net_Close(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Net_Close_m7B117E0F8439635A005800350D238525A375D716 (uint64_t ___peerID0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_Net_IsConnected(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_Net_IsConnected_m7DAB237D309E78F6C937E47BF76582347818CE12 (uint64_t ___peerID0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_Net_SendPacketToCurrentRoom(System.UIntPtr,System.Byte[],Oculus.Platform.SendPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_Net_SendPacketToCurrentRoom_m4E8CCFD8F7BCD9A0DA713566A94EEAC6470DC4E3 (uintptr_t ___length0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___policy2, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_Net_AcceptForCurrentRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_Net_AcceptForCurrentRoom_m14764FF6F23CFF7FEC615F96A1CCF1B653840CCB (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Net_CloseForCurrentRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Net_CloseForCurrentRoom_m4EF954C653789777BAB4CC74DBB0FA0011D447E4 (const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Net_Ping(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Net_Ping_m8BE0325D179C7FFCB663A2DECB51C182274809AE (uint64_t ___peerID0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m52F1E756CE37E7B834FF5E387DA5FC0039798F1A (Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE (uint32_t ___type0, Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisPingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6_mE8AD7E941E5D44E6238D2E420937D11535E4AC9E (uint32_t ___type0, Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisNetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324_mACFDAFE5B71C390DE1CAEF15936000053BED8045 (uint32_t ___type0, Callback_tF9F4D8460A4E004732BB102490FB3CFAF3D31B32 * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_tF9F4D8460A4E004732BB102490FB3CFAF3D31B32 *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisNetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289_m9B3B40950888BF8D54F127FC0FC517A2F5F3FA30 (uint32_t ___type0, Callback_t60F86BD9657BE364E22054946463272DE745A371 * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_t60F86BD9657BE364E22054946463272DE745A371 *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.Int64 Oculus.Platform.CAPI::ovr_NetSyncConnection_GetConnectionId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CAPI_ovr_NetSyncConnection_GetConnectionId_mBEBAE043D7EF9022E73D4C77C85DAA2481B06941 (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.NetSyncDisconnectReason Oculus.Platform.CAPI::ovr_NetSyncConnection_GetDisconnectReason(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_NetSyncConnection_GetDisconnectReason_m32D563940CB948944DFB2980264012DB5E077DC9 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_NetSyncConnection_GetSessionId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_NetSyncConnection_GetSessionId_m62CEFBB853F443F901B209FDE311B55F83422959 (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.NetSyncConnectionStatus Oculus.Platform.CAPI::ovr_NetSyncConnection_GetStatus(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_NetSyncConnection_GetStatus_mA489182E33C41E3B47744B6EA7801F7CA62D8AB6 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_NetSyncConnection_GetZoneId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_NetSyncConnection_GetZoneId_m342A30BEB8CD07991504F61841CB6EF93CCEA34B (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_NetSyncOptions_Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_NetSyncOptions_Create_m2EC6864BC5222E27867B8AE77975B0FACDB622D7 (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_NetSyncOptions_SetVoipGroup(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_NetSyncOptions_SetVoipGroup_mCA45B80C177C3C47CC0935E3B0A7ECCBF32373ED (intptr_t ___handle0, String_t* ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_NetSyncOptions_SetVoipStreamDefault(System.IntPtr,Oculus.Platform.NetSyncVoipStreamMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_NetSyncOptions_SetVoipStreamDefault_mB7600E55481D7750C58F7ACD135FE786AC613C81 (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_NetSyncOptions_SetZoneId(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_NetSyncOptions_SetZoneId_mF6C7F3ADD7D8327A94EA0EBE3FA4FB09A8938B12 (intptr_t ___handle0, String_t* ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_NetSyncOptions_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_NetSyncOptions_Destroy_mAB4BD18D0EC83DE7D9A2FA4296B0DCBF142FA2BF (intptr_t ___handle0, const RuntimeMethod* method); // System.Int64 Oculus.Platform.CAPI::ovr_NetSyncSession_GetConnectionId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CAPI_ovr_NetSyncSession_GetConnectionId_mF2691C1C0304FA9FF9AC6DD447E7641B9BB8696E (intptr_t ___obj0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_NetSyncSession_GetMuted(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_NetSyncSession_GetMuted_m62BCCBAF3DCA9B50FD6DBEBAD7AC7D44009DA013 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_NetSyncSession_GetSessionId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_NetSyncSession_GetSessionId_m308F9CC4B80D88EDFF91CF86CDFF2C0AFB191A50 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_NetSyncSession_GetUserId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_NetSyncSession_GetUserId_mF1EB91628B246D0E23A5F0EEC2A95DE47285D622 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_NetSyncSession_GetVoipGroup(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_NetSyncSession_GetVoipGroup_m5F05E0F8F8679F3FB36F78337BD708CD6D1A751F (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_mDD1CBDBD04AF818D91B3BFE4DE641967466B06A2 (DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_NetSyncSessionArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_NetSyncSessionArray_GetSize_m450C8C3A8EBEB1571AFEDAD0CC3DDB6C03FEAF95 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt32 System.UIntPtr::op_Explicit(System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5 (uintptr_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m72FE05C8D4575DB08E41D51CA886BC2B4E9D84C9 (List_1_t814689C58494A7CC08836709C95562576D4A3FD1 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t814689C58494A7CC08836709C95562576D4A3FD1 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_NetSyncSessionArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_NetSyncSessionArray_GetElement_m529A416A3CC7F87C79C140449E7411A5E544573C (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.NetSyncSession::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncSession__ctor_mB577A0CE105B49FFAAE241B880416A58D41317B8 (NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m74EFE0FCFCB65235BED773C94CBD1F5693DC75E5 (List_1_t814689C58494A7CC08836709C95562576D4A3FD1 * __this, NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t814689C58494A7CC08836709C95562576D4A3FD1 *, NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Int64 Oculus.Platform.CAPI::ovr_NetSyncSessionsChangedNotification_GetConnectionId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CAPI_ovr_NetSyncSessionsChangedNotification_GetConnectionId_m0B278EE36831B12E61500425FF2D933A4250B3C4 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_NetSyncSessionsChangedNotification_GetSessions(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_NetSyncSessionsChangedNotification_GetSessions_m6249EE5EDF6075AFE25FAC9491C43FADBF1E323A (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.NetSyncSessionList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncSessionList__ctor_m2975C4EE609667BBD16BE3F4A583166C9F46A6FA (NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * __this, intptr_t ___a0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_NetSyncSetSessionPropertyResult_GetSession(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_NetSyncSetSessionPropertyResult_GetSession_mE51B95145562AD74AB923B6F2A702C9FD3AC79E9 (intptr_t ___obj0, const RuntimeMethod* method); // System.Single Oculus.Platform.CAPI::ovr_NetSyncVoipAttenuationValue_GetDecibels(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CAPI_ovr_NetSyncVoipAttenuationValue_GetDecibels_mB20D252C89D750DF3C5CE6E42417CCF20E28A378 (intptr_t ___obj0, const RuntimeMethod* method); // System.Single Oculus.Platform.CAPI::ovr_NetSyncVoipAttenuationValue_GetDistance(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CAPI_ovr_NetSyncVoipAttenuationValue_GetDistance_mE3B63AAB1E156F14EF261146F430CA5AD36A3D37 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m1FBFD17AFB3C32796D4C153A7331DDFF51431BEE (DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_NetSyncVoipAttenuationValueArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_NetSyncVoipAttenuationValueArray_GetSize_mD7150C380068135EFEA3D3820B39989FE8A502FD (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mBFDD29EEB5DF2688668D2AA10EE44CBE2A97E555 (List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_NetSyncVoipAttenuationValueArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_NetSyncVoipAttenuationValueArray_GetElement_m49B65D4C44C1B39383AA199934E5492BC489D638 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.NetSyncVoipAttenuationValue::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncVoipAttenuationValue__ctor_m8381C5CCF0C543C97D0695E3282AAF1EF10A6319 (NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mA8863CA185BF1BD52EB0A3186C57DC03F87F1B96 (List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE * __this, NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE *, NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void Oculus.Platform.Models.NetworkingPeer::set_ID(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkingPeer_set_ID_m1778A2666D9C305F4D35DF593626D5F0C337226F_inline (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.NetworkingPeer::set_State(Oculus.Platform.PeerConnectionState) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkingPeer_set_State_m2111B922C7ABC5A309AF6E375DA27F257ED01F5F_inline (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, int32_t ___value0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Notification_GetRoomInvites() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Notification_GetRoomInvites_m8B02E4775EEB18B7155E3553EDB6543F44E3B457 (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m125C03C5989D3BB0BF08B4B477CD32CBF8084E20 (Request_1_t905B55299B98360BD28441866328CC345E8F3910 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t905B55299B98360BD28441866328CC345E8F3910 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_Notification_MarkAsRead(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Notification_MarkAsRead_m87CF1A9B9131F8BF4F852871EBC584F6A2349469 (uint64_t ___notificationID0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__ctor_mB551C6FD263CD2C452703D9B91B62B010C78958B (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * __this, uint64_t ___requestID0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.Models.DeserializableList`1::get_HasNextPage() inline bool DeserializableList_1_get_HasNextPage_mE6640221B79A8FFECFE5AF1AB289EBDE9FD05AF5 (DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D * __this, const RuntimeMethod* method) { return (( bool (*) (DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D *, const RuntimeMethod*))DeserializableList_1_get_HasNextPage_m5BE28A4D2BBC7511D72915F889C7D63B85D88D15_gshared)(__this, method); } // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.String Oculus.Platform.Models.DeserializableList`1::get_NextUrl() inline String_t* DeserializableList_1_get_NextUrl_mDAE26B294BC8AEBC354E3DCFDDDF9D98AA65928F_inline (DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D * __this, const RuntimeMethod* method) { return (( String_t* (*) (DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D *, const RuntimeMethod*))DeserializableList_1_get_NextUrl_m00A176EF859B931C348073F62FDCC7A56EC48D7E_gshared_inline)(__this, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_HTTP_GetWithMessageType(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_HTTP_GetWithMessageType_m3ADC2C3BFF17A426ECE7CA61B3A84451BAD3CF40 (String_t* ___url0, int32_t ___messageType1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_OrgScopedID_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_OrgScopedID_GetID_mD131B5B314E183C44CDFA498B5CCDEE97FEC7224 (intptr_t ___obj0, const RuntimeMethod* method); // System.UIntPtr Oculus.Platform.CAPI::ovr_Packet_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_Packet_GetSize_m8C80B9FD7FE225A913BDCE0D6AEBF6EDED74AF11 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 System.UIntPtr::op_Explicit(System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UIntPtr_op_Explicit_m5BE0C5F6B2C91B503F2F0AC4EE76F475CCD9A125 (uintptr_t ___value0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Packet_GetBytes(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Packet_GetBytes_m783C2688F18A4760921022252BB8F80686B9D55F (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m5B5711DAE25F766427A60AA33208E669EACD0716 (intptr_t ___source0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Packet_GetSenderID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Packet_GetSenderID_m7109739EED4DFC909B375C36789EC73ED2EB93D8 (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.SendPolicy Oculus.Platform.CAPI::ovr_Packet_GetSendPolicy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Packet_GetSendPolicy_mA9ADA986AEB560FB1A3BA6678F3DF960FAFAF7C6 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Packet::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet_Dispose_m8660A927DFE7387F8EA24C1485890B3BE1A50C21 (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Packet_Free(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Packet_Free_m6D955BA0E0340BE9189B53A0DD6345E8CFCB59AD (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Party_GetCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Party_GetCurrent_mC5EFBB2F0B0AEE921EC84747E0432275358EAF68 (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_mBF5B02E55E7EACCE5000A1DEB5C79D09092ED4E6 (Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisPartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5_mC4E991245619E93C941E1C994B0A21E94FB49B21 (uint32_t ___type0, Callback_t413C50F50EB8340B0AB5684D79EA7C09AEFE31BC * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_t413C50F50EB8340B0AB5684D79EA7C09AEFE31BC *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_Party_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Party_GetID_mCD8D9A635AF0884CF5A5A5CC901814E8C7ACDA90 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Party_GetInvitedUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Party_GetInvitedUsers_mEA375E164DFDE8740E4F38BBF05E933BE2EEC4D1 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Party_GetLeader(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Party_GetLeader_m061DA537125BFC8DDF8BC18801037BBBB8850128 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Party_GetRoom(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Party_GetRoom_mEA9A97282454F7F51CCDEC45F494B194C2042CED (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Party_GetUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Party_GetUsers_mE9A302579308A40B2A3A59144D1404D7C6BD4E31 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_PartyID_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_PartyID_GetID_m53F41687148C971E80E20966109255E5CBDE5034 (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.PartyUpdateAction Oculus.Platform.CAPI::ovr_PartyUpdateNotification_GetAction(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_PartyUpdateNotification_GetAction_mDFBBA36BB711D92367E08BADAEA21B4FB9FAB3FF (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_PartyUpdateNotification_GetPartyId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_PartyUpdateNotification_GetPartyId_m2D87ED5E4634DEC9384D6DDA169AA66182CDDA05 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_PartyUpdateNotification_GetSenderId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_PartyUpdateNotification_GetSenderId_m75A00293FB0257ADD681235A58263E3E0FD20FAE (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_PartyUpdateNotification_GetUpdateTimestamp(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_PartyUpdateNotification_GetUpdateTimestamp_m5232AC3BD5BCB6D261DECA5B77AE6D13561DA9C5 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_PartyUpdateNotification_GetUserAlias(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_PartyUpdateNotification_GetUserAlias_m4494B94E34F99A96DB3AC4059DE60CF15C67E752 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_PartyUpdateNotification_GetUserId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_PartyUpdateNotification_GetUserId_m105CCC36B417F6C3DC31A852855510ED4241A8FE (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_PartyUpdateNotification_GetUserName(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_PartyUpdateNotification_GetUserName_m23B095B8D01B1114DD15080B1D32E80775B5A76A (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Pid_GetId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Pid_GetId_m3BF9EF228478FFE4CD6BC160F5B4821B1A57FDF6 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m45E981B3CAD57FC3D2F05787E2E59490BFDE629B (DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413 * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413 *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_PidArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_PidArray_GetSize_m91778F9EA62F4D4CD4F02E0744B18055DA0CE316 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mBBEDF3751FFFC20A994E4509F6261E95EE1F0335 (List_1_t76614734F621AFD54E4A1505402DFEE94376947F * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t76614734F621AFD54E4A1505402DFEE94376947F *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_PidArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_PidArray_GetElement_m4E35B3AECFC4FE475B0C443024A47216972F37D2 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.Pid::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pid__ctor_m2BD19BB59BA01B8CBED3A55F910A566C891C0877 (Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m4EA18BB63BFEAF76AA407442A4E145110CFB0EFF (List_1_t76614734F621AFD54E4A1505402DFEE94376947F * __this, Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t76614734F621AFD54E4A1505402DFEE94376947F *, Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void Oculus.Platform.Models.PingResult::set_ID(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PingResult_set_ID_mF198896BB8E0C1E23B74F439F12B179E5747D5A2_inline (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *, const RuntimeMethod*))Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline uint64_t Nullable_1_get_Value_m90FA9FBA39DBC4811AB9700983A957D5F2845EAB (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method) { return (( uint64_t (*) (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *, const RuntimeMethod*))Nullable_1_get_Value_m90FA9FBA39DBC4811AB9700983A957D5F2845EAB_gshared)(__this, method); } // Oculus.Platform.PlatformInitializeResult Oculus.Platform.CAPI::ovr_PlatformInitialize_GetResult(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_PlatformInitialize_GetResult_m1C62B659D6FC74BE58CB2A3DB053C12210AA64C1 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_CrashApplication() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_CrashApplication_mFD3B8BA997E721FED8B0EEF1CDE2202D975D53E3 (const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithAbuseReportRecording::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithAbuseReportRecording__ctor_mBFD88B68B6CD74195C0A6EAC8D2B5AE77FDF6742 (MessageWithAbuseReportRecording_tFF93689E4EF8BC1ECEAB821554B7090D99998393 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithCalApplicationFinalized::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithCalApplicationFinalized__ctor_mFFC07DAA8067B3DD2868DD50E080199D9D67BF4C (MessageWithCalApplicationFinalized_t33C2A5EC721BEFA1AC0D9947558C63F125E32831 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithCalApplicationSuggestionList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithCalApplicationSuggestionList__ctor_m170B17477BC6533009E018007B0BC7C86278E9FE (MessageWithCalApplicationSuggestionList_t93F917E30B5B80378348E4684BFB366B87B0FCCC * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message__ctor_m1A40D0572AA2D65F83F585D5A181540D06436A78 (Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithInstalledApplicationList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithInstalledApplicationList__ctor_m9F644ABC506351C01E655192262C6CAE640DDFF2 (MessageWithInstalledApplicationList_t7113CB511EF3E462FEEB787582391FA3D8582DF4 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithLaunchBlockFlowResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithLaunchBlockFlowResult__ctor_m1BD3D3BD8B0251F42889ADA6DE2E3FA0C15745ED (MessageWithLaunchBlockFlowResult_t049C28157FCDF68D4FE9C3B7B89F9B682A9A472F * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithLaunchReportFlowResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithLaunchReportFlowResult__ctor_m86C2C6B01B44C2F71B921D84ED072D9827BCD266 (MessageWithLaunchReportFlowResult_t94E14C2558077B6B5B12E50C9D71AE30E42918A2 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithLaunchUnblockFlowResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithLaunchUnblockFlowResult__ctor_mC37081599F15F1A161B957ADE0F11CED71224409 (MessageWithLaunchUnblockFlowResult_t5D99984DF32A5C5355302FBA0BD258C80D186C92 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithLinkedAccountList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithLinkedAccountList__ctor_m2C9BE65D4FE0B4899BBE906F8429A194AF4730C6 (MessageWithLinkedAccountList_t3EA821069A0E468ACA5FBB51747C7FD50BDB096E * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithLivestreamingApplicationStatus::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithLivestreamingApplicationStatus__ctor_mE203FE5F150E7055AB8C0A8A092F14E2500A2ADC (MessageWithLivestreamingApplicationStatus_t12B51B4EFBF6334DD1306E10E16A0B555BCDB197 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithLivestreamingStartResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithLivestreamingStartResult__ctor_mD0C6D08084DAC44BDFD307155447E180D6F053C7 (MessageWithLivestreamingStartResult_t82AF73169F096F06881D2BDAEA24E28CE7673F13 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithLivestreamingVideoStats::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithLivestreamingVideoStats__ctor_m09A46D7551394A5DE8EE61A93140BDAB50028E9F (MessageWithLivestreamingVideoStats_t8F01CC42D962B6B041AB7082F8E346CE0F638F03 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithNetSyncConnection::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithNetSyncConnection__ctor_m446DB88513E55460ADDAB822FCD6E60BD956AB98 (MessageWithNetSyncConnection_t53DA53BF4AA3CB862793CD705F28293566464FEF * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithNetSyncSessionList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithNetSyncSessionList__ctor_m80BD6BBCEB04A7F3E46AE41B60FB40F0C538E4BA (MessageWithNetSyncSessionList_tEA7897143720D031BF73A1A4CA10EC88404DEB6A * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithNetSyncSetSessionPropertyResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithNetSyncSetSessionPropertyResult__ctor_mDF42B8B6F67786BB9B2935497D5FBAC44BC15A7E (MessageWithNetSyncSetSessionPropertyResult_tC1AEC3AEA3194D76548FA3DC009E9BE37EC0A3EA * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithNetSyncVoipAttenuationValueList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithNetSyncVoipAttenuationValueList__ctor_m97C700DCF6F27B6AA4894756288CDEFEF5FA0E45 (MessageWithNetSyncVoipAttenuationValueList_t881380F1E2F4E9818357501C43185D4539C808C5 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithParty::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithParty__ctor_m89ED654642C9750ADE0674DDF68D349C2ADBE640 (MessageWithParty_t47591733C170E4A940E558968881918663246F23 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithPartyUnderCurrentParty::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPartyUnderCurrentParty__ctor_m2FB74B3620D0628E27E76FB21EF5A757F6F7AB94 (MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithPartyID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPartyID__ctor_mFBEFFC2A4371CF088D8C53F65C2CEBAB646E4EFC (MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithRoomUnderViewerRoom::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRoomUnderViewerRoom__ctor_mDF2329AED746FF2DBAA2B00306B76DE1701C36B4 (MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithRoomList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRoomList__ctor_m8D2E530650018C4132A6BF15F82C596040AFA33B (MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithString::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithString__ctor_mEA5C5759B064A36D004C36522BD0BC216F931C14 (MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.MessageWithUserReportID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithUserReportID__ctor_mD29E1AAD3DF9A65F5FE43FE420B1663D7A643795 (MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5 * __this, intptr_t ___c_message0, const RuntimeMethod* method); // System.Void Oculus.Platform.StandalonePlatform::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandalonePlatform__ctor_m3AE4474A8116A9398BB6F0430B68526EB20A56B2 (StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A * __this, const RuntimeMethod* method); // Oculus.Platform.Request`1 Oculus.Platform.StandalonePlatform::AsyncInitialize(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * StandalonePlatform_AsyncInitialize_mAA5299BE3E7F8064B5FAEA525264C4A8DCE8B38E (StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A * __this, uint64_t ___appID0, String_t* ___accessToken1, const RuntimeMethod* method); // System.Void UnityEngine.UnityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8 (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Oculus.Platform.Core::ForceInitialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Core_ForceInitialized_mFDF32C0D5CAA4CFCB504C543BFA9FC85FA8A5EDE (const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline CallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956 * GameObject_AddComponent_TisCallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956_mA804A429919763B6A386C256F44F0559EE3D86CE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( CallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // Oculus.Platform.PlatformSettings Oculus.Platform.PlatformSettings::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * PlatformSettings_get_Instance_mBA4670054455746D813450B62CF9E002023CE843 (const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * Resources_Load_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_mA934F318B1F311E0D6520075254E0B177D434BE3 (String_t* ___path0, const RuntimeMethod* method) { return (( PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_mD47CC322E1CBCFE7AB4E22D728C12B44986FCB88_gshared)(___path0, method); } // !!0 UnityEngine.ScriptableObject::CreateInstance() inline PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * ScriptableObject_CreateInstance_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_m5DEF2C7120175951508210018FE61F2A7E2C3BE1 (const RuntimeMethod* method) { return (( PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_m82DC05B18FA4AE838A81789EED8A7A5832CCAC4A_gshared)(method); } // System.Void UnityEngine.ScriptableObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_m8DAE6CDCFA34E16F2543B02CC3669669FF203063 (ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A * __this, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Product_GetDescription(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Product_GetDescription_m15B4D71ACDD687423958488545CFD9EA26125919 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Product_GetFormattedPrice(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Product_GetFormattedPrice_m56F448DE3D73C2666AF1834060BA1885DECADBCF (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Product_GetName(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Product_GetName_mCF13F3EAFFC8A9C24D6B9108B325B9C6479D1FD2 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Product_GetSKU(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Product_GetSKU_m14A717F1B65F995688518F2E5DD07AD263D55B8E (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m3A3DE43247E2653084A5F8AF875CDE985B10F340 (DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755 * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755 *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_ProductArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_ProductArray_GetSize_m40DC8DD02E29249F5FD58B9ACAC31048E68BA55E (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mCFAD7D1858FDE514F0BCFED8CECD3F9FE6653976 (List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_ProductArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_ProductArray_GetElement_mA63580FBE27AB0DBABFDEE1BCF1B00FE16948646 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.Product::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Product__ctor_mB7FB491D8CBF0441B194271CF38C221D2F568850 (Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m17A18C3CAD9EE25DAE85D032AA70031B1E8951C9 (List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D * __this, Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D *, Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String Oculus.Platform.CAPI::ovr_ProductArray_GetNextUrl(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_ProductArray_GetNextUrl_m57F1FD1FD94E39D52FAC553F67917133B42620D5 (intptr_t ___obj0, const RuntimeMethod* method); // System.DateTime Oculus.Platform.CAPI::ovr_Purchase_GetExpirationTime(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 CAPI_ovr_Purchase_GetExpirationTime_mD3DD5A8EBCEA863444C55B909BFEF48ACDCF2BBA (intptr_t ___obj0, const RuntimeMethod* method); // System.DateTime Oculus.Platform.CAPI::ovr_Purchase_GetGrantTime(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 CAPI_ovr_Purchase_GetGrantTime_mBC9EE7DEDA704D90969EC8416EF68795607D7017 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Purchase_GetPurchaseStrID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Purchase_GetPurchaseStrID_mB63F95844403853F3905230E043DFD5E20E97624 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Purchase_GetSKU(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Purchase_GetSKU_mF5EFC4F0C73B4DA234B2215F572DB8C585BE003E (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m92E061AE583A8A070C5E2F583EE88AC06C9EDF60 (DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6 * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6 *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_PurchaseArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_PurchaseArray_GetSize_m8578F21A7F8ABD888FFF976DFA9062D3171D8CCB (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m2E422C9EB987521A521CC96B51FFDA5B2C7EC7B2 (List_1_tEF576F33659755044A466574FB2C3AE99B17F353 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tEF576F33659755044A466574FB2C3AE99B17F353 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_PurchaseArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_PurchaseArray_GetElement_mD205FBC22129D2F4BA7FADF07D082E894CF53AB6 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m5F02AADD3FC0CA8A8072EFA2913D29A8198FA0A4 (List_1_tEF576F33659755044A466574FB2C3AE99B17F353 * __this, Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tEF576F33659755044A466574FB2C3AE99B17F353 *, Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String Oculus.Platform.CAPI::ovr_PurchaseArray_GetNextUrl(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_PurchaseArray_GetNextUrl_m495A713EEC702EF65070D261B63CBD29C49FFE73 (intptr_t ___obj0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_RejoinDialogResult_GetRejoinSelected(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_RejoinDialogResult_GetRejoinSelected_m61B5E6D392ED7942ED091F03999CC9BD24285CAC (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request::set_RequestID(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Request_set_RequestID_mB248C21CEAB92CF7F595F0D95714EBA81847BBFF_inline (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void Oculus.Platform.Callback::AddRequest(Oculus.Platform.Request) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_AddRequest_mFA701F763726249BE988194368240B026FC319B8 (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * ___request0, const RuntimeMethod* method); // System.Void Oculus.Platform.Message/Callback::Invoke(Oculus.Platform.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_Invoke_mDC50EE4F978809B23970C33936C48F628E386C37 (Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * __this, Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * ___message0, const RuntimeMethod* method); // System.Void Oculus.Platform.Callback::RunCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_RunCallbacks_m5A78DD8A17B173692A0DB672DC6B442A807F2891 (const RuntimeMethod* method); // System.Void Oculus.Platform.Callback::RunLimitedCallbacks(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_RunLimitedCallbacks_mE471A0A03052028BC1E4C43407E6EDF73DECD555 (uint32_t ___limit0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_RichPresence_Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_RichPresence_Clear_mD90AE0F0CE11041DE8CD4E12FA3B5B14729CAF06 (const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_RichPresence_GetDestinations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_RichPresence_GetDestinations_m4428CC655FA8FF7B41D83BF79A02E172B66DDE26 (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m289903812773892D8C1A1F850BBA1ABCB0C8F64A (Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.IntPtr Oculus.Platform.RichPresenceOptions::op_Explicit(Oculus.Platform.RichPresenceOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RichPresenceOptions_op_Explicit_mE0053F8C425039EA127AB948C75EBED9A5352C96 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * ___options0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_RichPresence_Set(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_RichPresence_Set_m9C6E65BB5CE78F922D4E71B871D104A970BBAC1D (intptr_t ___richPresenceOptions0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.Models.DeserializableList`1::get_HasNextPage() inline bool DeserializableList_1_get_HasNextPage_m9D5F4ADF66BD892D1957B8D242BEC5E88BDA9539 (DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F * __this, const RuntimeMethod* method) { return (( bool (*) (DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F *, const RuntimeMethod*))DeserializableList_1_get_HasNextPage_m5BE28A4D2BBC7511D72915F889C7D63B85D88D15_gshared)(__this, method); } // System.String Oculus.Platform.Models.DeserializableList`1::get_NextUrl() inline String_t* DeserializableList_1_get_NextUrl_mE5FC031A26807CAF44CFEFE2C096E1320370059D_inline (DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F * __this, const RuntimeMethod* method) { return (( String_t* (*) (DeserializableList_1_tEA57DBB42E80E2CE534A747FC16663CBC461383F *, const RuntimeMethod*))DeserializableList_1_get_NextUrl_m00A176EF859B931C348073F62FDCC7A56EC48D7E_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_RichPresenceOptions_Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_RichPresenceOptions_Create_m2AB8FB70A3821D882751E0550CD7BCF1D132C618 (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetApiName(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetApiName_m9A9FF48D27E110814E184CF422FCBA5EFFD00A13 (intptr_t ___handle0, String_t* ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetCurrentCapacity(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetCurrentCapacity_m8C5EB9B1F0BB516256B2BC3B5C922A064BCBEC44 (intptr_t ___handle0, uint32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetDeeplinkMessageOverride(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetDeeplinkMessageOverride_m9A8F1BA070B09365D3CBBB41C926464CBAB1AAD1 (intptr_t ___handle0, String_t* ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetEndTime(System.IntPtr,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetEndTime_m08E84EDC0B9B3C6F4BD0D0F19C65D78C7E7631AE (intptr_t ___handle0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetExtraContext(System.IntPtr,Oculus.Platform.RichPresenceExtraContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetExtraContext_mAB637E084DADCED3CF4EB494209A9F65112B58F1 (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetInstanceId(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetInstanceId_m6FD3B8BBDD4D4CC589557530F195998A883EA99E (intptr_t ___handle0, String_t* ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetIsIdle(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetIsIdle_m4495C73E05A3412BD193482CEF039D665D55123E (intptr_t ___handle0, bool ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetIsJoinable(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetIsJoinable_m760717B23D2BD16BFF4869704E0E954B83ED572E (intptr_t ___handle0, bool ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetMaxCapacity(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetMaxCapacity_m172401983D2A545F0A3903E380BE16975698E550 (intptr_t ___handle0, uint32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_SetStartTime(System.IntPtr,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_SetStartTime_m53AB66ACC8DEFB0D7E4693D079021EBA07475319 (intptr_t ___handle0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RichPresenceOptions_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RichPresenceOptions_Destroy_m19E16B60CE67C76D0E0AB3A1B5E1A28593DF7D1E (intptr_t ___handle0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_GetApplicationID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_GetApplicationID_m5B9D1A5CBE85B82711A404FA33BA7FE48EE46F78 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Room_GetDataStore(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Room_GetDataStore_m4A0757297CB6DC3D885AA69CF8159F1BCA940556 (intptr_t ___obj0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 Oculus.Platform.CAPI::DataStoreFromNative(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * CAPI_DataStoreFromNative_mCDA8E5F4E14D513F9D22352EA9D5E097081C58F6 (intptr_t ___pointer0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Room_GetDescription(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Room_GetDescription_m20C76109FB3594336F0021DC6D4E394CF3C5FCB2 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_GetID_m68CF144D9E40799130DBE5C53EDFEE5180EB402A (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Room_GetInvitedUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Room_GetInvitedUsers_m49B3010147D9F9801A4D18D3680D3245139BCEAC (intptr_t ___obj0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_Room_GetIsMembershipLocked(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_Room_GetIsMembershipLocked_m399F0C83700B5CADC388602423778D1A80DDE9C9 (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.RoomJoinPolicy Oculus.Platform.CAPI::ovr_Room_GetJoinPolicy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Room_GetJoinPolicy_m6056DA09F3DB9E784B3F9F7501E0880691C49E8D (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.RoomJoinability Oculus.Platform.CAPI::ovr_Room_GetJoinability(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Room_GetJoinability_m4D7A8C39177B58B5DFBB9227560E75E67E638C7E (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Room_GetMatchedUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Room_GetMatchedUsers_m683AB161DF83DAAC34AA7E75D4FE124ED019AAEA (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.MatchmakingEnqueuedUserList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchmakingEnqueuedUserList__ctor_mBD8989C4E0B09B5346C3FE7B8102FEA8982613DD (MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * __this, intptr_t ___a0, const RuntimeMethod* method); // System.UInt32 Oculus.Platform.CAPI::ovr_Room_GetMaxUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CAPI_ovr_Room_GetMaxUsers_m9C305A9C899E75E49AB690F4979EEAB175BBAC34 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Room_GetName(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Room_GetName_mCE73F4DA82A321D15F5EF3C487ADD4C24A66B2F2 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Room_GetOwner(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Room_GetOwner_m487AEA060A458E001DB440E845A944C4DF970629 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Room_GetTeams(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Room_GetTeams_mFF93BB95623917CE99EA0683F100A841CB933C55 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.TeamList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeamList__ctor_m2831EE8248C762F932D9124401C16CCFBCF0A704 (TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * __this, intptr_t ___a0, const RuntimeMethod* method); // Oculus.Platform.RoomType Oculus.Platform.CAPI::ovr_Room_GetType(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Room_GetType_mDC96CD49717D4B7DD97FF174B32952F6714A39AF (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Room_GetUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Room_GetUsers_mCD01BB0BA1363F5B293DC4169D28FDF53449A5F9 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt32 Oculus.Platform.CAPI::ovr_Room_GetVersion(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CAPI_ovr_Room_GetVersion_m3EE1725F917E51B938C213993FA11504A50EF0D7 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_RoomInviteNotification_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_RoomInviteNotification_GetID_m315DBBB268B506E88D02B2E4BA29C004212E3E13 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_RoomInviteNotification_GetRoomID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_RoomInviteNotification_GetRoomID_m9CDFBA6821FF6F5E2797570AAE9AE96127A50259 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_RoomInviteNotification_GetSenderID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_RoomInviteNotification_GetSenderID_m22A495187196D0C78092B1FBCE68F23CC4331667 (intptr_t ___obj0, const RuntimeMethod* method); // System.DateTime Oculus.Platform.CAPI::ovr_RoomInviteNotification_GetSentTime(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 CAPI_ovr_RoomInviteNotification_GetSentTime_m14C29E2A27A5E1ED376C31A0BF20297AC1C81997 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m13FCC4F3CF59A5B839D9BA03CF51B2CD86D81928 (DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_RoomInviteNotificationArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_RoomInviteNotificationArray_GetSize_m5C4446E6615B65A1C6FBBAEE54EDC3DBBA3E4C0C (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mFFAFE04D9AA6D2A2EA10C2F95C5C9DEC95E6495E (List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_RoomInviteNotificationArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_RoomInviteNotificationArray_GetElement_m2C5165A07399622478C8A66D36CA908D60347AB9 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m693150B2C3F6D65C10D3F8C027C03C2B6018477B (List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B * __this, RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B *, RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String Oculus.Platform.CAPI::ovr_RoomInviteNotificationArray_GetNextUrl(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_RoomInviteNotificationArray_GetNextUrl_m160FD23B4F470BD89301D0F882055ACE024489EC (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m5BDEE5E946EDE664F4026E167834AB67E19181B5 (DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_RoomArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_RoomArray_GetSize_mE86F2C0CF2A634C3D1B89A514854A08D587FF532 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m22251578E8293299E2B894B5B7628D4E5ECA4CDB (List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_RoomArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_RoomArray_GetElement_mC6AD604D23A567C6CB012A73E51EEDB40A92ED34 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m7E791914069A8DC5AC1B05D10C78385D8CF63910 (List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F * __this, Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F *, Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String Oculus.Platform.CAPI::ovr_RoomArray_GetNextUrl(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_RoomArray_GetNextUrl_m852F45F99C28715D9089B20296C2F500AAC3E3E6 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_RoomOptions_Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_RoomOptions_Create_m9B407DA4507CE49C111C1773E54F854144C00930 (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_SetDataStoreString(System.IntPtr,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_SetDataStoreString_mBB9FDF92B4BC653A675DB793EB4058D87CC9DB38 (intptr_t ___handle0, String_t* ___key1, String_t* ___value2, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_ClearDataStore(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_ClearDataStore_m30712B04B2B6BD9E832ECD0261E501E8BC759CBA (intptr_t ___handle0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_SetExcludeRecentlyMet(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_SetExcludeRecentlyMet_m7F5794E78F31BFE4BC23FDD1C878D4C94037987C (intptr_t ___handle0, bool ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_SetMaxUserResults(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_SetMaxUserResults_mF7939FDC89E8498212B5ABD6BFADC419CC87F0E3 (intptr_t ___handle0, uint32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_SetOrdering(System.IntPtr,Oculus.Platform.UserOrdering) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_SetOrdering_m5025B304528E896606979115027896F9FAA66B4B (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_SetRecentlyMetTimeWindow(System.IntPtr,Oculus.Platform.TimeWindow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_SetRecentlyMetTimeWindow_mAEA0327F621E0C014702EE9D97078CA42F1151EB (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_SetRoomId(System.IntPtr,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_SetRoomId_mEA5A2F842DE26F8D9831FA847CE1E1F06C8DF838 (intptr_t ___handle0, uint64_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_SetTurnOffUpdates(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_SetTurnOffUpdates_m6B825E386DADB9CA50812D6FDDF8284B1462AF51 (intptr_t ___handle0, bool ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RoomOptions_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RoomOptions_Destroy_m7C954DF3B5414A15F8B86D4E8F0FB206FB8ED6CF (intptr_t ___handle0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { return (( Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_inline (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_m42802FFFC275E928911F87B16DFE504319DF58F1_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCAD7B121DB998D7C56EB0281215A860EFE9DCD95_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline String_t* KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline)(__this, method); } // System.Void Oculus.Platform.CAPI/ovrKeyValuePair::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ovrKeyValuePair__ctor_m5089885D4B2E1B074A2D19CB31CDA1C95B5A9E44 (ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8 (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22 (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_Room_UpdateDataStore(System.UInt64,Oculus.Platform.CAPI/ovrKeyValuePair[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_UpdateDataStore_mEB39E82B99BDD896A88991E9E18E403C46013F68 (uint64_t ___roomID0, ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455* ___data1, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8 (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.Void Oculus.Platform.Rooms::SetRoomInviteAcceptedNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rooms_SetRoomInviteAcceptedNotificationCallback_mC5198F97E439E95C2772E3B532412BD32FFC1421 (Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * ___callback0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_CreateAndJoinPrivate(Oculus.Platform.RoomJoinPolicy,System.UInt32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_CreateAndJoinPrivate_m0B482D154147B6CC7053417A67B62C860129CAFE (int32_t ___joinPolicy0, uint32_t ___maxUsers1, bool ___subscribeToUpdates2, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.RoomOptions::op_Explicit(Oculus.Platform.RoomOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RoomOptions_op_Explicit_mD2405A04FD2122A053D165FC7F1852044A5FD0DA (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * ___options0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_CreateAndJoinPrivate2(Oculus.Platform.RoomJoinPolicy,System.UInt32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_CreateAndJoinPrivate2_mCAD0F4383F9202F9E921E3BC8D17D54858037EB5 (int32_t ___joinPolicy0, uint32_t ___maxUsers1, intptr_t ___roomOptions2, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_Get(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_Get_mE11FDAC7280B1934CD84E42D129263DA290F73E9 (uint64_t ___roomID0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_GetCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_GetCurrent_m2815C27EEBC4377968F75F8C91CADEBEB72B6EB9 (const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_GetCurrentForUser(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_GetCurrentForUser_mE49AA948F04DC16174A91938EFE57F4C5540F1DE (uint64_t ___userID0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_GetInvitableUsers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_GetInvitableUsers_m314B5454609062C5BEF04B9C59F5E02875EE580E (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5 (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_Room_GetInvitableUsers2(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_GetInvitableUsers2_m0D96D6690B031288468EC42E18B9A7CDD726A11D (intptr_t ___roomOptions0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_GetModeratedRooms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_GetModeratedRooms_mB9E02CE449FE178658747416C607B89465C40320 (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_mC8DE29C7715A9BFA89CB963B7139291B8CC6E469 (Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_Room_InviteUser(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_InviteUser_m7B6E5205E2A0091BA681D8E9EC223171CA8032A2 (uint64_t ___roomID0, String_t* ___inviteToken1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_Join(System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_Join_m064467A8D1C845C03C1C9FF4A934CDBE8D0D74F0 (uint64_t ___roomID0, bool ___subscribeToUpdates1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_Join2(System.UInt64,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_Join2_mC97670E27827C90BE6027A91EB7AEB3F04C89D9D (uint64_t ___roomID0, intptr_t ___roomOptions1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_KickUser(System.UInt64,System.UInt64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_KickUser_mB6B1D41260BD2E185E6E944987F5E39823390F17 (uint64_t ___roomID0, uint64_t ___userID1, int32_t ___kickDurationSeconds2, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_LaunchInvitableUserFlow(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_LaunchInvitableUserFlow_m384B97B3CA6C7C0F79312AA922F48CF6B32F827B (uint64_t ___roomID0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_Leave(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_Leave_mE01E651E637605C7C508339A8663BCE0D40A6448 (uint64_t ___roomID0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_SetDescription(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_SetDescription_m6551DC8931A6E8B465C0F576CDACA425E220D9EB (uint64_t ___roomID0, String_t* ___description1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_UpdateMembershipLockStatus(System.UInt64,Oculus.Platform.RoomMembershipLockStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_UpdateMembershipLockStatus_m63996C9C2B6254405B9BE9A3722EDCEB9087C8D7 (uint64_t ___roomID0, int32_t ___membershipLockStatus1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_UpdateOwner(System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_UpdateOwner_mB89B8D455F501A0E7EC2E5293178DE79DEA26C2F (uint64_t ___roomID0, uint64_t ___userID1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Room_UpdatePrivateRoomJoinPolicy(System.UInt64,Oculus.Platform.RoomJoinPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Room_UpdatePrivateRoomJoinPolicy_m7D42843D98045E0CC74E890B10910B141508329D (uint64_t ___roomID0, int32_t ___newJoinPolicy1, const RuntimeMethod* method); // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175 (uint32_t ___type0, Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_tD043303749DFDABD54DB83282588105CC2ADB18D *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisRoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_m47DD46C406DE278A4DD5ABFD5F6D7704143695F2 (uint32_t ___type0, Callback_t2738E26970FDD9D111F9D6CCBBB107852DE3F9FC * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_t2738E26970FDD9D111F9D6CCBBB107852DE3F9FC *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisRoom_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_mE549FBDF379A6B93F7588217682B76BE62DA87EE (uint32_t ___type0, Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.Boolean Oculus.Platform.Models.DeserializableList`1::get_HasNextPage() inline bool DeserializableList_1_get_HasNextPage_mDFDD1705C90CD1F2DDC6BFA2BEE89E3C37ECB6A0 (DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA * __this, const RuntimeMethod* method) { return (( bool (*) (DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA *, const RuntimeMethod*))DeserializableList_1_get_HasNextPage_m5BE28A4D2BBC7511D72915F889C7D63B85D88D15_gshared)(__this, method); } // System.String Oculus.Platform.Models.DeserializableList`1::get_NextUrl() inline String_t* DeserializableList_1_get_NextUrl_mF88551A9660F8EBD0EF412C131EE38A00AFA40B4_inline (DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA * __this, const RuntimeMethod* method) { return (( String_t* (*) (DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA *, const RuntimeMethod*))DeserializableList_1_get_NextUrl_m00A176EF859B931C348073F62FDCC7A56EC48D7E_gshared_inline)(__this, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_RosterOptions_Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_RosterOptions_Create_mDC582A8A0E8CD840D59441D8714EF645D49A5973 (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RosterOptions_AddSuggestedUser(System.IntPtr,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RosterOptions_AddSuggestedUser_m42AA151EA6E2441B9DA1D0B52BC367995EA31AA6 (intptr_t ___handle0, uint64_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RosterOptions_ClearSuggestedUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RosterOptions_ClearSuggestedUsers_m3F2DD787B8C9F0AB527B0842257F2C47BC98A2E6 (intptr_t ___handle0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_RosterOptions_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_RosterOptions_Destroy_m83C8373F00F3005BEFF54481812904D1DD1C21FC (intptr_t ___handle0, const RuntimeMethod* method); // Oculus.Platform.SdkAccountType Oculus.Platform.CAPI::ovr_SdkAccount_GetAccountType(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_SdkAccount_GetAccountType_mBB04A3492BD6E249CFBD46CB52E803985520D3AB (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_SdkAccount_GetUserId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_SdkAccount_GetUserId_mAE39490C9AB8DBCB161D3E06B9D26AB5C9F4E0C1 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m46B04179074ECA7AEE37D5B7D51E9ACFB4CBB93C (DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_SdkAccountArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_SdkAccountArray_GetSize_m4AF1A21051BFBE1E597980CA5B96680D691F577F (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m4FB1C73F653828982F22ADC6C00CE8B6135B0572 (List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_SdkAccountArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_SdkAccountArray_GetElement_m1E5F9A8D7020989F0CB194CEBD5D0B0DA03508AB (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.SdkAccount::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SdkAccount__ctor_mBC9B55B678D20231E3EF37054403D4FCBFD8A5E7 (SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mC89D0C471C42416ED7C29A3B871127B4CB308288 (List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E * __this, SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E *, SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_SendInvitesResult_GetInvites(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_SendInvitesResult_GetInvites_m1F148EEFC505EB8DCEEEF29EAD1DD7A192647ED3 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.ApplicationInviteList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationInviteList__ctor_mBF3A124C10AC8CCEFCD2EFB20D3F2EC4AA624EC5 (ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360 * __this, intptr_t ___a0, const RuntimeMethod* method); // Oculus.Platform.ShareMediaStatus Oculus.Platform.CAPI::ovr_ShareMediaResult_GetStatus(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_ShareMediaResult_GetStatus_m19C6C4E0756E7A3E0F668077D8E0D462A3D0A9B4 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.PlatformSettings::get_AppID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformSettings_get_AppID_m6097EA582644A8063A9D45489245D6AB9E902B54 (const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, const RuntimeMethod* method); // System.String Oculus.Platform.StandalonePlatformSettings::get_OculusPlatformTestUserAccessToken() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* StandalonePlatformSettings_get_OculusPlatformTestUserAccessToken_m14ED5FB11903CDC76E8B71BD88F67DF936CF6896_inline (const RuntimeMethod* method); // System.UInt64 System.UInt64::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mBD4E76B24B2A2E1E1A1A2ADBBCE3EB3CE7C9DEF5 (String_t* ___s0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_UnityResetTestPlatform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_UnityResetTestPlatform_mA50C6C2E6BC8BC42371079CDE5D8712675549C49 (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_UnityInitGlobals(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_UnityInitGlobals_m8D4B1C6F162D614F8F2752C2255CA8CA86B8F751 (intptr_t ___loggingCB0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_PlatformInitializeWithAccessToken(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_PlatformInitializeWithAccessToken_m55DD6B1B1C2C275D19BD75B1AF28C21C5F5B20EF (uint64_t ___appId0, String_t* ___accessToken1, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_mFC271BC4F496EA2BA46A55350DC8D6A3FC7B6688 (Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_SupplementaryMetric_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_SupplementaryMetric_GetID_mB5D18583CCB0329289FC45B2B2C7A481F405B2C4 (intptr_t ___obj0, const RuntimeMethod* method); // System.Int64 Oculus.Platform.CAPI::ovr_SupplementaryMetric_GetMetric(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CAPI_ovr_SupplementaryMetric_GetMetric_mEB8F1C3E11C2E4B9DBC625C644F01021AC42A77F (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.VoipMuteState Oculus.Platform.CAPI::ovr_SystemVoipState_GetMicrophoneMuted(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_SystemVoipState_GetMicrophoneMuted_m60EB30C8995F1F189F0ADE1238602887BDFD323F (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.SystemVoipStatus Oculus.Platform.CAPI::ovr_SystemVoipState_GetStatus(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_SystemVoipState_GetStatus_m3A93BFA14E0E22C882B6DDEA25217F4FA3691D6D (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_Team_GetAssignedUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_Team_GetAssignedUsers_mEEDEA407D128EF1D951DF28147A44F8B8D550532 (intptr_t ___obj0, const RuntimeMethod* method); // System.Int32 Oculus.Platform.CAPI::ovr_Team_GetMaxUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Team_GetMaxUsers_m9AE0FF488805FCF4BA1CE1336DD1E0F9DBFC1D94 (intptr_t ___obj0, const RuntimeMethod* method); // System.Int32 Oculus.Platform.CAPI::ovr_Team_GetMinUsers(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Team_GetMinUsers_m101C0504AEAB46AF2798F05C18AF40C23688DB24 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_Team_GetName(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_Team_GetName_m9FC6F9C3458C080094C4A45E2D11A2E9F0C7FEA4 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_mAB7228FB3D86951154FE8023972652E1311626B6 (DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17 * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17 *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_TeamArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_TeamArray_GetSize_mB77F6D99D044E353B94A1A3D747F4A67DDFF30E2 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m09EB5665BFEF44DD41A2937561B1A94145BE79DA (List_1_t2D436535887B174C4FD890661D903CEF9665EB33 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t2D436535887B174C4FD890661D903CEF9665EB33 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_TeamArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_TeamArray_GetElement_m3761F090406F71236DC7D09445655C5407F20925 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.Team::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Team__ctor_m78FFC056B34E1E35602983B01DE497165489E361 (Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mBF2F50F2FB1783A8DB33917917087D7A629372FE (List_1_t2D436535887B174C4FD890661D903CEF9665EB33 * __this, Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t2D436535887B174C4FD890661D903CEF9665EB33 *, Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String Oculus.Platform.CAPI::ovr_User_GetDisplayName(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetDisplayName_m18F5227EC901969BBCFA99901A481FE3866C7A95 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetID_m08CEF10644360A7BD9561DA5DC56C5345DB1AF3F (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetImageUrl(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetImageUrl_m31D5066EF9ABCCA12877E996822FBD5567F0A843 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetInviteToken(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetInviteToken_m1FF3FCEA273A22FD5BA3FF19D4C5CF313D4F2B6E (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetOculusID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetOculusID_mBC734BE0BD3199E5B9ED123EDC9D29E7B048E8C1 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetPresence(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetPresence_mC3495E2F726B03AE064F9D4692A9BDC72266AACB (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetPresenceDeeplinkMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetPresenceDeeplinkMessage_m6C83B9B68AEF16AA4D42C53ECF81B6A763068AF2 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetPresenceDestinationApiName(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetPresenceDestinationApiName_mB24E824A11BD5DF04393BEE842DB352C0C9574E8 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetPresenceLobbySessionId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetPresenceLobbySessionId_mA1A249DF2DABB3CE77286D4B3D0722EE58616043 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetPresenceMatchSessionId(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetPresenceMatchSessionId_m035C67B001418780FB33CA7E2596FD28A3DEAFC1 (intptr_t ___obj0, const RuntimeMethod* method); // Oculus.Platform.UserPresenceStatus Oculus.Platform.CAPI::ovr_User_GetPresenceStatus(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_User_GetPresenceStatus_m3C0870BDD40129850F6C5F46A322B5526A9B9448 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_User_GetSmallImageUrl(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_User_GetSmallImageUrl_m0C35A6456A32B6C9B6B787112DAC8CFB9EB57961 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_UserAndRoom_GetRoom(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_UserAndRoom_GetRoom_mFF4FC1DDA61670748ED0FC045DF6D75D9411BB48 (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_UserAndRoom_GetUser(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_UserAndRoom_GetUser_mFD47CB66666BB0BCA3DDB12C4F303E9DEBB737D3 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m7F06DF5A7957D69926FC06231C1B6AB352338B35 (DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_UserAndRoomArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_UserAndRoomArray_GetSize_m725D939181DAE172F8AA505DEAD53D4B8EDB4D5A (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m3F53784E1A92E049156DD71024FE8D4E9ABB88DA (List_1_t170398B9618F382160996609D78622C9AEDAA3EC * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t170398B9618F382160996609D78622C9AEDAA3EC *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_UserAndRoomArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_UserAndRoomArray_GetElement_mA45F7E1C7CEC3FA19452278ACA74A9F57BB40C42 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.UserAndRoom::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserAndRoom__ctor_mEB192F734DCA736AA705FCF94AB440174A8EFE0C (UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3 * __this, intptr_t ___o0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m05DDCD087AC09DA1BFE803F5933FF5E4EE570638 (List_1_t170398B9618F382160996609D78622C9AEDAA3EC * __this, UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t170398B9618F382160996609D78622C9AEDAA3EC *, UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String Oculus.Platform.CAPI::ovr_UserAndRoomArray_GetNextUrl(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_UserAndRoomArray_GetNextUrl_mBAD99F3B995BBE9D862E32F621A60DC3DE9E96B0 (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_UserDataStore_PrivateDeleteEntryByKey(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserDataStore_PrivateDeleteEntryByKey_m89C4B624BE152FBB6A6094B098A721418E9E151A (uint64_t ___userID0, String_t* ___key1, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408 (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_UserDataStore_PrivateGetEntries(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserDataStore_PrivateGetEntries_m692093C893D36D08CF5BEE85BC872F7C79AC51A0 (uint64_t ___userID0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1>::.ctor(System.UInt64) inline void Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4 (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_UserDataStore_PrivateGetEntryByKey(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserDataStore_PrivateGetEntryByKey_mEBBC00FE6981EEFAB94B080CCFE3255A87CF444D (uint64_t ___userID0, String_t* ___key1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_UserDataStore_PrivateWriteEntry(System.UInt64,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserDataStore_PrivateWriteEntry_m02A96A2C37F0AC11EC2DCF014E4E1B067F00E19D (uint64_t ___userID0, String_t* ___key1, String_t* ___value2, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_UserDataStore_PublicDeleteEntryByKey(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserDataStore_PublicDeleteEntryByKey_m27BDD43C0A310F1B5BE047708F4D130760E26923 (uint64_t ___userID0, String_t* ___key1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_UserDataStore_PublicGetEntries(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserDataStore_PublicGetEntries_mD02FBE554BDBBA7713289C723A14386E43FD9005 (uint64_t ___userID0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_UserDataStore_PublicGetEntryByKey(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserDataStore_PublicGetEntryByKey_m8779297BF675EE71730C0ADBF82594DF28C371F6 (uint64_t ___userID0, String_t* ___key1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_UserDataStore_PublicWriteEntry(System.UInt64,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserDataStore_PublicWriteEntry_mEAFEF551D9B8FCB956338D433BB891D4D96C36AA (uint64_t ___userID0, String_t* ___key1, String_t* ___value2, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_UserDataStoreUpdateResponse_GetSuccess(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_UserDataStoreUpdateResponse_GetSuccess_mA63027C7D7300E72B0C6F71F8AB46765D545884A (intptr_t ___obj0, const RuntimeMethod* method); // System.Void Oculus.Platform.Models.DeserializableList`1::.ctor() inline void DeserializableList_1__ctor_m21FB8FC294CCB3358F9A19CDB9DA2B95A1EE7090 (DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 * __this, const RuntimeMethod* method) { (( void (*) (DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 *, const RuntimeMethod*))DeserializableList_1__ctor_m6EE5A900936AB1177643C14AD5E2E36536A1E77C_gshared)(__this, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_UserArray_GetSize(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_UserArray_GetSize_m94FB2AD81FDF3E4D7A0BC7689D0AA85D1D32B323 (intptr_t ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m0FBE3F78720C7E00E35FEBDA7CCBDC23114682BF (List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.IntPtr Oculus.Platform.CAPI::ovr_UserArray_GetElement(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_UserArray_GetElement_m8A0921E2744E5AEC3E4130EE4F6E1D3A22EF8BC0 (intptr_t ___obj0, uintptr_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m773ED65631C74CA443136DA7A533B5312FAA6EC8 (List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 * __this, User_tA163463AE919860D9B337F6104B028990A44B69D * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 *, User_tA163463AE919860D9B337F6104B028990A44B69D *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String Oculus.Platform.CAPI::ovr_UserArray_GetNextUrl(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_UserArray_GetNextUrl_m40DF70E48DA3BECF9D8A191B6FC8BBB9EB5A52BB (intptr_t ___obj0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_UserOptions_Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_UserOptions_Create_m902AA881CD5C55FA555769CD617544C961A3E026 (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_UserOptions_SetMaxUsers(System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_UserOptions_SetMaxUsers_mB6BE88A30E10DC57BE25FC4DE98DC6E6923D7DF7 (intptr_t ___handle0, uint32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_UserOptions_AddServiceProvider(System.IntPtr,Oculus.Platform.ServiceProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_UserOptions_AddServiceProvider_m053ECF1F364CB326B571FE8782C6EB6CAE8D003D (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_UserOptions_ClearServiceProviders(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_UserOptions_ClearServiceProviders_m12D3FB8B98FBC576DCE67BCE7AA69479C17EF9E6 (intptr_t ___handle0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_UserOptions_SetTimeWindow(System.IntPtr,Oculus.Platform.TimeWindow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_UserOptions_SetTimeWindow_m683BEFE4C3831AA38E5F06F83C6A1AA833E1B53F (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_UserOptions_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_UserOptions_Destroy_m03B91E25FD0E220FF3F2D0D1368A791143936AA4 (intptr_t ___handle0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_UserProof_GetNonce(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_UserProof_GetNonce_m5181DB53493AB89FFBCB47064E8493FF4A36C359 (intptr_t ___obj0, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_UserReportID_GetDidCancel(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_UserReportID_GetDidCancel_m903A4A66CEB6D5D1E9C460B92D4DF81D7A1FD40C (intptr_t ___obj0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_UserReportID_GetID(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UserReportID_GetID_mBE8CD57DC82C3B8F47469521347421C7E17E5DE6 (intptr_t ___obj0, const RuntimeMethod* method); // System.String Oculus.Platform.CAPI::ovr_GetLoggedInUserLocale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_ovr_GetLoggedInUserLocale_m7382144D856E9D0ADB2DF485EA5C6DBFDF2EFF2D (const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_User_Get(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_Get_m175163ECA9BAD96B63431FB1A8D2BAF4033D6883 (uint64_t ___userID0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m65BC69F91FB48BDFF0FB47DE2D383813073D8BCA (Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetAccessToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetAccessToken_m8508A690DA977C6ADFF1D6D9488B5EE4F061E69F (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m06A334DC0855C8C0491845233A0B5415D582E5EA (Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetLoggedInUser() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetLoggedInUser_mC7B413996E0EB202657C62972624F77F1E0C5A17 (const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetLoggedInUserFriends() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetLoggedInUserFriends_m871915A1D3FBE204FC32F6320CFB4D4CBB96CD5C (const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetLoggedInUserFriendsAndRooms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetLoggedInUserFriendsAndRooms_mB48028A1C082611DD6FC061F16C3015BF72C7C5C (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660 (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.IntPtr Oculus.Platform.UserOptions::op_Explicit(Oculus.Platform.UserOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UserOptions_op_Explicit_mF3560C78C7B6E14615CC1B4D111AE3425DC99822 (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * ___options0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms_m3D44E9451B5F9AB881274C4FA818736E7198E5C0 (intptr_t ___userOptions0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetOrgScopedID(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetOrgScopedID_m06D828BA4BED0E3E278832538AFE0DEA37B9432E (uint64_t ___userID0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_mE677CA86F00883C0D3EDC71EB881F7C1BF441004 (Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetSdkAccounts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetSdkAccounts_mE900113342E5CDF8BA53EE7766C9DFC334DE72A4 (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_mF21661A633C200E85009F6A40AD861E3EB210C88 (Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetUserProof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetUserProof_m78CE79C682AFAD8C361B4DEE2CEA26F499F9C1ED (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m177D37AF67C8E1E2A2600271E4AB190D93ED4BAB (Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_User_LaunchFriendRequestFlow(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_LaunchFriendRequestFlow_mA9F0D2C95D10C7D91A761D31320994305A7FC517 (uint64_t ___userID0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_mDFF72F5AE3326232171A6B6C1F2FE18F5E1DA268 (Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.Boolean Oculus.Platform.Models.DeserializableList`1::get_HasNextPage() inline bool DeserializableList_1_get_HasNextPage_m08E5E8ACFC1586825A5394E7DCDF7A91E1397BD1 (DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 * __this, const RuntimeMethod* method) { return (( bool (*) (DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 *, const RuntimeMethod*))DeserializableList_1_get_HasNextPage_m5BE28A4D2BBC7511D72915F889C7D63B85D88D15_gshared)(__this, method); } // System.String Oculus.Platform.Models.DeserializableList`1::get_NextUrl() inline String_t* DeserializableList_1_get_NextUrl_mA8EC3005EA342AD8A891E0E3BBEC7993C7F4B3E8_inline (DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 * __this, const RuntimeMethod* method) { return (( String_t* (*) (DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 *, const RuntimeMethod*))DeserializableList_1_get_NextUrl_m00A176EF859B931C348073F62FDCC7A56EC48D7E_gshared_inline)(__this, method); } // System.Boolean Oculus.Platform.Models.DeserializableList`1::get_HasNextPage() inline bool DeserializableList_1_get_HasNextPage_m4829695B11A652B02BE1B9FB145147E150E35B80 (DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 * __this, const RuntimeMethod* method) { return (( bool (*) (DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 *, const RuntimeMethod*))DeserializableList_1_get_HasNextPage_m5BE28A4D2BBC7511D72915F889C7D63B85D88D15_gshared)(__this, method); } // System.String Oculus.Platform.Models.DeserializableList`1::get_NextUrl() inline String_t* DeserializableList_1_get_NextUrl_mA41CAEB43A9AE12DDA5ED868D50176212EA4E7F8_inline (DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 * __this, const RuntimeMethod* method) { return (( String_t* (*) (DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 *, const RuntimeMethod*))DeserializableList_1_get_NextUrl_m00A176EF859B931C348073F62FDCC7A56EC48D7E_gshared_inline)(__this, method); } // System.Void Oculus.Platform.CAPI::ovr_Voip_Start(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Voip_Start_mD0C233B53819D87CA893B40211B762AC9E379478 (uint64_t ___userID0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Voip_Accept(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Voip_Accept_m795D198D962E7F05C33AEA209EE31F60AA031993 (uint64_t ___userID0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Voip_Stop(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Voip_Stop_mA96831A3F55FCF7A7A530662931E4EEEE891C325 (uint64_t ___userID0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer(Oculus.Platform.CAPI/FilterCallback,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer_mE2F262A083C820350ED4E4E54942D092054CE272 (FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 * ___cb0, uintptr_t ___bufferSizeElements1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Voip_SetMicrophoneMuted(Oculus.Platform.VoipMuteState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Voip_SetMicrophoneMuted_m4244C548A1880D0C4E7E81400C817C92B77299D8 (int32_t ___state0, const RuntimeMethod* method); // Oculus.Platform.VoipMuteState Oculus.Platform.CAPI::ovr_Voip_GetSystemVoipMicrophoneMuted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Voip_GetSystemVoipMicrophoneMuted_mAB60BA6E8A6E3236957394C390BCF1E0FE1E11AB (const RuntimeMethod* method); // Oculus.Platform.SystemVoipStatus Oculus.Platform.CAPI::ovr_Voip_GetSystemVoipStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Voip_GetSystemVoipStatus_mA6AFFF180D80B1A73095A946C538629D07F49375 (const RuntimeMethod* method); // Oculus.Platform.VoipDtxState Oculus.Platform.CAPI::ovr_Voip_GetIsConnectionUsingDtx(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Voip_GetIsConnectionUsingDtx_m546FF8874406F948C36BC1F774F5AD30B771B72E (uint64_t ___peerID0, const RuntimeMethod* method); // Oculus.Platform.VoipBitrate Oculus.Platform.CAPI::ovr_Voip_GetLocalBitrate(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Voip_GetLocalBitrate_mFE47DBC8368FA1844697AF1226170700245A681F (uint64_t ___peerID0, const RuntimeMethod* method); // Oculus.Platform.VoipBitrate Oculus.Platform.CAPI::ovr_Voip_GetRemoteBitrate(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CAPI_ovr_Voip_GetRemoteBitrate_mE2183F7A67922598607D2DA6047711944C0982AD (uint64_t ___peerID0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.VoipOptions::op_Explicit(Oculus.Platform.VoipOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t VoipOptions_op_Explicit_m949FEA0ECF483B08E734A28EB01053C918D92FE8 (VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * ___options0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Voip_SetNewConnectionOptions(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Voip_SetNewConnectionOptions_m4C703A6768BF5C2E0E6006B08FFDB74A1B23AF2A (intptr_t ___voipOptions0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_Voip_GetMicrophoneAvailability() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Voip_GetMicrophoneAvailability_m2DF154D6B934F07634CE2498B726BA42CD8C77B5 (const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m824D0335DA37056088F467A43E54D7E658917E1F (Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UInt64 Oculus.Platform.CAPI::ovr_Voip_SetSystemVoipSuppressed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_Voip_SetSystemVoipSuppressed_m5A60DF0D27ACFF7E8F7B8EC71E81D7005E03AF9D (bool ___suppressed0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m31969578BED94D22E1305EAADA621556EC72E052 (Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisSystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D_mC5F3E3650FE95E74BAA8AE41E6DD47E16DAD5648 (uint32_t ___type0, Callback_t827F915E827EE8044B5F300339FE951E4557B20A * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_t827F915E827EE8044B5F300339FE951E4557B20A *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m74F4A6C820807E361696D4E8F71DC1E54BBE7F76 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // !!0 UnityEngine.GameObject::AddComponent() inline FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * GameObject_AddComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m68ED3D1B86F14160DD0C09594F8017E58CEC08BD (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * GameObject_GetComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m55AA61AB85FADE7081CA4BA1D292C6F6F1D74A29 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Int32 UnityEngine.AudioSettings::get_outputSampleRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AudioSettings_get_outputSampleRate_m383C9850C4BC4A650AC832888A42A9D1E697E4EA (const RuntimeMethod* method); // Oculus.Platform.VoipSampleRate Oculus.Platform.VoipAudioSourceHiLevel::SampleRateToEnum(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoipAudioSourceHiLevel_SampleRateToEnum_m1244CD059C06CA41AF6FB2CF53EB824B2B6175B1 (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, int32_t ___rate0, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_Voip_SetOutputSampleRate(Oculus.Platform.VoipSampleRate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_Voip_SetOutputSampleRate_m310EE93AA840ED25CAA1E180E045326911544E56 (int32_t ___rate0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Stop_mADA564D223832A64F8CF3EFBDEB534C0D658810F (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void Oculus.Platform.VoipPCMSourceNative::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipPCMSourceNative__ctor_m2DCCD4D45EC57A9D05992683B1BF256E0E2CFA92 (VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.AudioSource::get_isPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioSource_get_isPlaying_mEA69477C77D542971F7B454946EF25DFBE0AF6A8 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Int32 Oculus.Platform.VoipAudioSourceHiLevel::MSToElements(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoipAudioSourceHiLevel_MSToElements_m90216B8D9F0C0B7EBD8A656AF114F32E4980D461 (int32_t ___ms0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ovr_VoipOptions_Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ovr_VoipOptions_Create_m81F954E507F0B1974FBF6724836DD6DB293D8A2A (const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_VoipOptions_SetBitrateForNewConnections(System.IntPtr,Oculus.Platform.VoipBitrate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_VoipOptions_SetBitrateForNewConnections_m0FA062578D4413E463FB4F33E3917B9BA0C5E7DC (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_VoipOptions_SetCreateNewConnectionUseDtx(System.IntPtr,Oculus.Platform.VoipDtxState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_VoipOptions_SetCreateNewConnectionUseDtx_m4B3ABA540AC9497923E9438E91EE429472EDA446 (intptr_t ___handle0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI::ovr_VoipOptions_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CAPI_ovr_VoipOptions_Destroy_mAAA6F764A040C2221DB99764B8B6171365CCABAC (intptr_t ___handle0, const RuntimeMethod* method); // System.UIntPtr Oculus.Platform.CAPI::ovr_Voip_GetPCMFloat(System.UInt64,System.Single[],System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_Voip_GetPCMFloat_m5B5E7A78EB666A324C3C83AFBA80C9CB477A19C8 (uint64_t ___senderID0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___outputBuffer1, uintptr_t ___outputBufferNumElements2, const RuntimeMethod* method); // System.UIntPtr Oculus.Platform.CAPI::ovr_Voip_GetPCMSize(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_Voip_GetPCMSize_mB51895D9BF6C192EDBDBD2C0BB544189649437B7 (uint64_t ___senderID0, const RuntimeMethod* method); // System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E (intptr_t ___ptr0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A (RuntimeObject * ___message0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.WindowsPlatform::getCallbackPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t WindowsPlatform_getCallbackPointer_m4860BE4D0128494085BD8735119E83848740E232_inline (WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2 * __this, const RuntimeMethod* method); // System.Boolean Oculus.Platform.CAPI::ovr_UnityInitWrapperWindows(System.String,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CAPI_ovr_UnityInitWrapperWindows_m0A0E2E8CF4D2F2E2ED7546CB2EF53E7730E22314 (String_t* ___appId0, intptr_t ___loggingCB1, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_UnityInitWrapperWindowsAsynchronous(System.String,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_UnityInitWrapperWindowsAsynchronous_mB371F3B29CE4E3468406E80E4CA92BB6C1AEA08F (String_t* ___appId0, intptr_t ___loggingCB1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI/ovrKeyValuePair::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ovrKeyValuePair__ctor_mDD91C89A37A35960315830ED9BD48D7852A312FA (ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI/ovrKeyValuePair::.ctor(System.String,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ovrKeyValuePair__ctor_m3DF658E3E7008378859D88FE4B1A5C8D6EC4459E (ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * __this, String_t* ___key0, double ___value1, const RuntimeMethod* method); // System.Void Oculus.Platform.CAPI/ovrMatchmakingCriterion::.ctor(System.String,Oculus.Platform.MatchmakingCriterionImportance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ovrMatchmakingCriterion__ctor_m09A0F305763EA10F497DCE62E015CC3DFA5958FE (ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 * __this, String_t* ___key0, int32_t ___importance1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // Oculus.Platform.CAPI/ovrKeyValuePair[] Oculus.Platform.CAPI::DictionaryToOVRKeyValuePairs(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455* CAPI_DictionaryToOVRKeyValuePairs_mFE3721BF5C2F868D184CFC82B9E9004238FC047E (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___dict0, const RuntimeMethod* method); // System.IntPtr Oculus.Platform.CAPI::ArrayOfStructsToIntPtr(System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CAPI_ArrayOfStructsToIntPtr_mC4CAF4603D48A4EE8585E2EDAA5F555C666E0908 (RuntimeArray * ___ar0, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(!!0) inline int32_t Marshal_SizeOf_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_mFC0E91DB2C0D37FFF29D6AA340F3A235DA61716E (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 ___structure0, const RuntimeMethod* method) { return (( int32_t (*) (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 , const RuntimeMethod*))Marshal_SizeOf_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_mFC0E91DB2C0D37FFF29D6AA340F3A235DA61716E_gshared)(___structure0, method); } // System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D (int32_t ___cb0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::StructureToPtr(!!0,System.IntPtr,System.Boolean) inline void Marshal_StructureToPtr_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_m181970CFA4C6AE37FCBA3B5BA0C6E25076FB7486 (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 ___structure0, intptr_t ___ptr1, bool ___fDeleteOld2, const RuntimeMethod* method) { (( void (*) (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 , intptr_t, bool, const RuntimeMethod*))Marshal_StructureToPtr_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_m181970CFA4C6AE37FCBA3B5BA0C6E25076FB7486_gshared)(___structure0, ___ptr1, ___fDeleteOld2, method); } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) inline void Callback_SetNotificationCallback_TisHttpTransferUpdate_tD2D9BB94C4E6C3D338F883B55CC928639AF911AC_mC13680157905408E3062BCDCA7EC876230AEBB05 (uint32_t ___type0, Callback_t7CB2ECDA7955C4AB66F4F1FD8E81399AEED7B32A * ___callback1, const RuntimeMethod* method) { (( void (*) (uint32_t, Callback_t7CB2ECDA7955C4AB66F4F1FD8E81399AEED7B32A *, const RuntimeMethod*))Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared)(___type0, ___callback1, method); } // System.Void Oculus.Platform.UserOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserOptions__ctor_mB36DC71745D4B23B74F00DA241F44A2CE804C5A3 (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * __this, const RuntimeMethod* method); // System.Void Oculus.Platform.UserOptions::AddServiceProvider(Oculus.Platform.ServiceProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserOptions_AddServiceProvider_m108F6F6407382322C6E5BF53711F02F5149CF1D6 (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * __this, int32_t ___value0, const RuntimeMethod* method); // System.UInt64 Oculus.Platform.CAPI::ovr_User_GetLinkedAccounts(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CAPI_ovr_User_GetLinkedAccounts_mD179F5F7B2478C69264051CD8E15ADB290213D90 (intptr_t ___userOptions0, const RuntimeMethod* method); // System.Void Oculus.Platform.Request`1::.ctor(System.UInt64) inline void Request_1__ctor_m89B6A9C76FF63AD6A099BB1C572EE02D1D35D8E6 (Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { (( void (*) (Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530 *, uint64_t, const RuntimeMethod*))Request_1__ctor_m2165B37AC33E5E0B98A4F7CFC7FF0AC481FF98A6_gshared)(__this, ___requestID0, method); } // System.UIntPtr Oculus.Platform.CAPI::ovr_Voip_GetOutputBufferMaxSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t CAPI_ovr_Voip_GetOutputBufferMaxSize_m9A9403AE7A22767F9DB95E3F925530E00B926D12 (const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarningFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarningFormat_m0376DF1FA13FFF5290B9AB27F9808F6632E9A8C7 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void Oculus.Platform.Matchmaking/CustomQuery/Criterion::.ctor(System.String,Oculus.Platform.MatchmakingCriterionImportance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Criterion__ctor_m4513BE47CA052ABF9DFF08A75757350E0123EAC8 (Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 * __this, String_t* ___key_0, int32_t ___importance_1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithOrgScopedID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithOrgScopedID__ctor_mC509059A8170EF81CFA09EEC8ADE6D8E3CEDBEB1 (MessageWithOrgScopedID_t15E6DE0C3A72E00D33F7C3094F4ACFC6AC173F22 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m0B727B710A529D34CB98625A0D561E90C22F6284_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithOrgScopedID(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m0B727B710A529D34CB98625A0D561E90C22F6284(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m0B727B710A529D34CB98625A0D561E90C22F6284_RuntimeMethod_var); // public MessageWithOrgScopedID(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.OrgScopedID Oculus.Platform.MessageWithOrgScopedID::GetOrgScopedID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * MessageWithOrgScopedID_GetOrgScopedID_m630986F230ACD80E663033F90A4FF11C76515D41 (MessageWithOrgScopedID_t15E6DE0C3A72E00D33F7C3094F4ACFC6AC173F22 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m91415DDEAF7105EE685EED0E53A953CAEBA76178_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override OrgScopedID GetOrgScopedID() { return Data; } OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * L_0; L_0 = Message_1_get_Data_m91415DDEAF7105EE685EED0E53A953CAEBA76178_inline(__this, /*hidden argument*/Message_1_get_Data_m91415DDEAF7105EE685EED0E53A953CAEBA76178_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.OrgScopedID Oculus.Platform.MessageWithOrgScopedID::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * MessageWithOrgScopedID_GetDataFromMessage_m9E4E8A608A62277C3F2644BEA95A9044DB5E6038 (MessageWithOrgScopedID_t15E6DE0C3A72E00D33F7C3094F4ACFC6AC173F22 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetOrgScopedID(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetOrgScopedID_m1A48F309470FD9586F70C0354B6E0C889969161E((intptr_t)L_1, /*hidden argument*/NULL); // return new OrgScopedID(obj); OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * L_3 = (OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 *)il2cpp_codegen_object_new(OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261_il2cpp_TypeInfo_var); OrgScopedID__ctor_m8E653E69DC22393635B356CB6006E0A20C1E0BEE(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithParty::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithParty__ctor_m89ED654642C9750ADE0674DDF68D349C2ADBE640 (MessageWithParty_t47591733C170E4A940E558968881918663246F23 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m3B433322AE5D4DD8CFB533640FC372E52CC93A1D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithParty(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m3B433322AE5D4DD8CFB533640FC372E52CC93A1D(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m3B433322AE5D4DD8CFB533640FC372E52CC93A1D_RuntimeMethod_var); // public MessageWithParty(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.Party Oculus.Platform.MessageWithParty::GetParty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * MessageWithParty_GetParty_mDCB9C92E5FD1D443DA69A054BD3E9CCF3CD97997 (MessageWithParty_t47591733C170E4A940E558968881918663246F23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mD3BAC2CDE81160370DCFB05880C0641131B2FB5B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override Party GetParty() { return Data; } Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * L_0; L_0 = Message_1_get_Data_mD3BAC2CDE81160370DCFB05880C0641131B2FB5B_inline(__this, /*hidden argument*/Message_1_get_Data_mD3BAC2CDE81160370DCFB05880C0641131B2FB5B_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.Party Oculus.Platform.MessageWithParty::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * MessageWithParty_GetDataFromMessage_m2A771DC5DF3773AA2457FE609B77FA17EFA82F8E (MessageWithParty_t47591733C170E4A940E558968881918663246F23 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetParty(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetParty_m0A69EBC945013A7637B7F5FD1713ACBBF15BC056((intptr_t)L_1, /*hidden argument*/NULL); // return new Party(obj); Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * L_3 = (Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB *)il2cpp_codegen_object_new(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB_il2cpp_TypeInfo_var); Party__ctor_m5C796690334ABDABF17CB3632878ADA96D4B37DE(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithPartyID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPartyID__ctor_mFBEFFC2A4371CF088D8C53F65C2CEBAB646E4EFC (MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m3494A755494C1795B9E0C14CDD4CD0717CE35D4F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithPartyID(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m3494A755494C1795B9E0C14CDD4CD0717CE35D4F(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m3494A755494C1795B9E0C14CDD4CD0717CE35D4F_RuntimeMethod_var); // public MessageWithPartyID(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.PartyID Oculus.Platform.MessageWithPartyID::GetPartyID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * MessageWithPartyID_GetPartyID_mCEAB7B5E738AFEC89CE69EDEEA426C2A62642A17 (MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mFBC1BA611CA8A247CE68D4BE93C2F2EB67466351_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override PartyID GetPartyID() { return Data; } PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * L_0; L_0 = Message_1_get_Data_mFBC1BA611CA8A247CE68D4BE93C2F2EB67466351_inline(__this, /*hidden argument*/Message_1_get_Data_mFBC1BA611CA8A247CE68D4BE93C2F2EB67466351_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.PartyID Oculus.Platform.MessageWithPartyID::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * MessageWithPartyID_GetDataFromMessage_m0C3F512CBF09D6564C4B8575331FDEAA392D107E (MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetPartyID(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetPartyID_m4B64F62F7D2BEBE5BA42C2D86F52CBD652F1F865((intptr_t)L_1, /*hidden argument*/NULL); // return new PartyID(obj); PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * L_3 = (PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 *)il2cpp_codegen_object_new(PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59_il2cpp_TypeInfo_var); PartyID__ctor_m3BE1A3E44FD6DB114FEA3B8442282678A7C27E1B(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithPartyUnderCurrentParty::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPartyUnderCurrentParty__ctor_m2FB74B3620D0628E27E76FB21EF5A757F6F7AB94 (MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m3B433322AE5D4DD8CFB533640FC372E52CC93A1D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithPartyUnderCurrentParty(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m3B433322AE5D4DD8CFB533640FC372E52CC93A1D(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m3B433322AE5D4DD8CFB533640FC372E52CC93A1D_RuntimeMethod_var); // public MessageWithPartyUnderCurrentParty(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.Party Oculus.Platform.MessageWithPartyUnderCurrentParty::GetParty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * MessageWithPartyUnderCurrentParty_GetParty_m2D7974D83EC8979023C4C118A8A74940B0EB87AF (MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mD3BAC2CDE81160370DCFB05880C0641131B2FB5B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override Party GetParty() { return Data; } Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * L_0; L_0 = Message_1_get_Data_mD3BAC2CDE81160370DCFB05880C0641131B2FB5B_inline(__this, /*hidden argument*/Message_1_get_Data_mD3BAC2CDE81160370DCFB05880C0641131B2FB5B_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.Party Oculus.Platform.MessageWithPartyUnderCurrentParty::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * MessageWithPartyUnderCurrentParty_GetDataFromMessage_m85822E99E4AEC314B19CD771445338D4BF3E0683 (MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetParty(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetParty_m0A69EBC945013A7637B7F5FD1713ACBBF15BC056((intptr_t)L_1, /*hidden argument*/NULL); // return new Party(obj); Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * L_3 = (Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB *)il2cpp_codegen_object_new(Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB_il2cpp_TypeInfo_var); Party__ctor_m5C796690334ABDABF17CB3632878ADA96D4B37DE(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithPartyUpdateNotification::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPartyUpdateNotification__ctor_mA44D99169F8A011D1D98D8E6567E5D006F7C5192 (MessageWithPartyUpdateNotification_t8069084C1440EAE1E04C9DA06D1F4709F5255ACC * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m42BCA4EE6623F4A1A9C72FE672536D3FC2BB7F2A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithPartyUpdateNotification(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m42BCA4EE6623F4A1A9C72FE672536D3FC2BB7F2A(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m42BCA4EE6623F4A1A9C72FE672536D3FC2BB7F2A_RuntimeMethod_var); // public MessageWithPartyUpdateNotification(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.PartyUpdateNotification Oculus.Platform.MessageWithPartyUpdateNotification::GetPartyUpdateNotification() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * MessageWithPartyUpdateNotification_GetPartyUpdateNotification_m074754F9833E7C2CC3A88FE72E71B0907AB7E706 (MessageWithPartyUpdateNotification_t8069084C1440EAE1E04C9DA06D1F4709F5255ACC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mBBBBECD85F461893B25399F56AA51869D556D0B1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override PartyUpdateNotification GetPartyUpdateNotification() { return Data; } PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * L_0; L_0 = Message_1_get_Data_mBBBBECD85F461893B25399F56AA51869D556D0B1_inline(__this, /*hidden argument*/Message_1_get_Data_mBBBBECD85F461893B25399F56AA51869D556D0B1_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.PartyUpdateNotification Oculus.Platform.MessageWithPartyUpdateNotification::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * MessageWithPartyUpdateNotification_GetDataFromMessage_mDB9FEA6303E4EA03CFA6759BCF87C22D63004A9D (MessageWithPartyUpdateNotification_t8069084C1440EAE1E04C9DA06D1F4709F5255ACC * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetPartyUpdateNotification(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetPartyUpdateNotification_mB8011803849701D4ACF73E471DAB85D31D55F389((intptr_t)L_1, /*hidden argument*/NULL); // return new PartyUpdateNotification(obj); PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * L_3 = (PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 *)il2cpp_codegen_object_new(PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5_il2cpp_TypeInfo_var); PartyUpdateNotification__ctor_m41B52CB6B04F8EFBB0A1B582C494B4C878A260D2(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithPidList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPidList__ctor_m19F2908902800E83CEDDFD7FE7391AD829F8F9DB (MessageWithPidList_t999E59738C77B5C7464E618C1A0794DA1FDE3924 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mE781DAA107B270038E9ADD5751B992C69B4D11CD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithPidList(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mE781DAA107B270038E9ADD5751B992C69B4D11CD(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mE781DAA107B270038E9ADD5751B992C69B4D11CD_RuntimeMethod_var); // public MessageWithPidList(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.PidList Oculus.Platform.MessageWithPidList::GetPidList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * MessageWithPidList_GetPidList_m27BB0BBC60E360ADFD8C37847E1935A0CC046817 (MessageWithPidList_t999E59738C77B5C7464E618C1A0794DA1FDE3924 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m131463AB9994004BA962555AB7996E712543319F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override PidList GetPidList() { return Data; } PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * L_0; L_0 = Message_1_get_Data_m131463AB9994004BA962555AB7996E712543319F_inline(__this, /*hidden argument*/Message_1_get_Data_m131463AB9994004BA962555AB7996E712543319F_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.PidList Oculus.Platform.MessageWithPidList::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * MessageWithPidList_GetDataFromMessage_m2AEE7714DAA56EE9F937CA56DD5121109529A5F2 (MessageWithPidList_t999E59738C77B5C7464E618C1A0794DA1FDE3924 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetPidArray(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetPidArray_mCF1020BE7083B889A73FB2A7A01C113774D2D400((intptr_t)L_1, /*hidden argument*/NULL); // return new PidList(obj); PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * L_3 = (PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC *)il2cpp_codegen_object_new(PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC_il2cpp_TypeInfo_var); PidList__ctor_m21442E690E1FC01F57A8A3B61073FE47BBBEC1DF(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithPingResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPingResult__ctor_m63CF44F26AAE88DD238E9F492F05196B390FD2B4 (MessageWithPingResult_t0169ED764435FFEE563C35876988A667C0BA0CF9 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m3E29925773D6B1075F0F8DB821FE307D7B82B352_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithPingResult(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m3E29925773D6B1075F0F8DB821FE307D7B82B352(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m3E29925773D6B1075F0F8DB821FE307D7B82B352_RuntimeMethod_var); // public MessageWithPingResult(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.PingResult Oculus.Platform.MessageWithPingResult::GetPingResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * MessageWithPingResult_GetPingResult_m7DF5FDB0B03C3E220F664A82C81AAE60E957BD5F (MessageWithPingResult_t0169ED764435FFEE563C35876988A667C0BA0CF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m8B1E7265083AE6B420085F9F5214C60B9F09926D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override PingResult GetPingResult() { return Data; } PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * L_0; L_0 = Message_1_get_Data_m8B1E7265083AE6B420085F9F5214C60B9F09926D_inline(__this, /*hidden argument*/Message_1_get_Data_m8B1E7265083AE6B420085F9F5214C60B9F09926D_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.PingResult Oculus.Platform.MessageWithPingResult::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * MessageWithPingResult_GetDataFromMessage_mFD8A992609041C92ACBA1736B7AD7044BC54EF09 (MessageWithPingResult_t0169ED764435FFEE563C35876988A667C0BA0CF9 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD8A1120D15C55A920006A55BF25539E1627CAB1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C V_2; memset((&V_2), 0, sizeof(V_2)); uint64_t G_B2_0 = 0; uint64_t G_B1_0 = 0; Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); uint64_t G_B3_1 = 0; { // var ping = CAPI.ovr_Message_GetPingResult(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetPingResult_mA4B813A256ADBB1410FCA2CAB8894C78DA2CB6EC((intptr_t)L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // bool is_timeout = CAPI.ovr_PingResult_IsTimeout(ping); intptr_t L_2 = V_0; bool L_3; L_3 = CAPI_ovr_PingResult_IsTimeout_m633B2DBE7CB2D9B3AF6C1D69FD8FF2E6F839C090((intptr_t)L_2, /*hidden argument*/NULL); V_1 = L_3; // return new PingResult( // CAPI.ovr_PingResult_GetID(ping), // is_timeout ? (UInt64?)null : CAPI.ovr_PingResult_GetPingTimeUsec(ping) // ); intptr_t L_4 = V_0; uint64_t L_5; L_5 = CAPI_ovr_PingResult_GetID_m5A612A59DB3214E1E689FD1E1E440E2B3182B776((intptr_t)L_4, /*hidden argument*/NULL); bool L_6 = V_1; G_B1_0 = L_5; if (L_6) { G_B2_0 = L_5; goto IL_0024; } } { intptr_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_8; L_8 = CAPI_ovr_PingResult_GetPingTimeUsec_mC66E96CBAF4F4DA7AA3D8A321902EA02A6BC2063((intptr_t)L_7, /*hidden argument*/NULL); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_9; memset((&L_9), 0, sizeof(L_9)); Nullable_1__ctor_mD8A1120D15C55A920006A55BF25539E1627CAB1D((&L_9), L_8, /*hidden argument*/Nullable_1__ctor_mD8A1120D15C55A920006A55BF25539E1627CAB1D_RuntimeMethod_var); G_B3_0 = L_9; G_B3_1 = G_B1_0; goto IL_002d; } IL_0024: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C )); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_10 = V_2; G_B3_0 = L_10; G_B3_1 = G_B2_0; } IL_002d: { PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * L_11 = (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 *)il2cpp_codegen_object_new(PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6_il2cpp_TypeInfo_var); PingResult__ctor_m927D3A2019192396815FBF407B162AA86A515AAE(L_11, G_B3_1, G_B3_0, /*hidden argument*/NULL); return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithPlatformInitialize::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPlatformInitialize__ctor_m8487AC3AECE7B4AA7D93B32D57389E04D6DAC0C2 (MessageWithPlatformInitialize_tC6B52073B8E78EDAF4B6A5EF1F2F0A96572607FF * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mFAF5422F71F1392A5A29D0C31FFF332A7D668863_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithPlatformInitialize(IntPtr c_message) : base(c_message) {} intptr_t L_0 = ___c_message0; Message_1__ctor_mFAF5422F71F1392A5A29D0C31FFF332A7D668863(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mFAF5422F71F1392A5A29D0C31FFF332A7D668863_RuntimeMethod_var); // public MessageWithPlatformInitialize(IntPtr c_message) : base(c_message) {} return; } } // Oculus.Platform.Models.PlatformInitialize Oculus.Platform.MessageWithPlatformInitialize::GetPlatformInitialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * MessageWithPlatformInitialize_GetPlatformInitialize_m298A6FF5B543101DD28E4F7B848C60450291F29F (MessageWithPlatformInitialize_tC6B52073B8E78EDAF4B6A5EF1F2F0A96572607FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m769755CB05840DAD3E3886D9965F716BB27AD18D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override PlatformInitialize GetPlatformInitialize() { return Data; } PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * L_0; L_0 = Message_1_get_Data_m769755CB05840DAD3E3886D9965F716BB27AD18D_inline(__this, /*hidden argument*/Message_1_get_Data_m769755CB05840DAD3E3886D9965F716BB27AD18D_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.PlatformInitialize Oculus.Platform.MessageWithPlatformInitialize::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * MessageWithPlatformInitialize_GetDataFromMessage_mACA44EA7F8BE035950D79AAA65EB6FA75683CA37 (MessageWithPlatformInitialize_tC6B52073B8E78EDAF4B6A5EF1F2F0A96572607FF * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetPlatformInitialize(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetPlatformInitialize_m9949C45B81636669E7CC367F8451F77070F78FE0((intptr_t)L_1, /*hidden argument*/NULL); // return new PlatformInitialize(obj); PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * L_3 = (PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 *)il2cpp_codegen_object_new(PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50_il2cpp_TypeInfo_var); PlatformInitialize__ctor_m5A95062D1CE9262141FEEE0E93D7980C988DBF30(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithProductList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithProductList__ctor_m78B5B3B779250CBDF8656D20AA4C441A6EDEF5AE (MessageWithProductList_tDCAFA8EC565EAE1A2A465940FEF8EC8BC0101B30 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m2FC0473599F93AC451EA99E365229A60DBB54A69_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithProductList(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m2FC0473599F93AC451EA99E365229A60DBB54A69(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m2FC0473599F93AC451EA99E365229A60DBB54A69_RuntimeMethod_var); // public MessageWithProductList(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.ProductList Oculus.Platform.MessageWithProductList::GetProductList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * MessageWithProductList_GetProductList_m27E2B811D9B59D163B5FF831DFAC24C52FA5561E (MessageWithProductList_tDCAFA8EC565EAE1A2A465940FEF8EC8BC0101B30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m271669C63CA540F8C456BCD6FE69B04DCDC306AD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override ProductList GetProductList() { return Data; } ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * L_0; L_0 = Message_1_get_Data_m271669C63CA540F8C456BCD6FE69B04DCDC306AD_inline(__this, /*hidden argument*/Message_1_get_Data_m271669C63CA540F8C456BCD6FE69B04DCDC306AD_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.ProductList Oculus.Platform.MessageWithProductList::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * MessageWithProductList_GetDataFromMessage_m6A08B61AA5C946FE4AF3287C9B06E3DF30117901 (MessageWithProductList_tDCAFA8EC565EAE1A2A465940FEF8EC8BC0101B30 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetProductArray(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetProductArray_m7D3A87EC235C05332AFBD54B26B64DE0D62B5B6D((intptr_t)L_1, /*hidden argument*/NULL); // return new ProductList(obj); ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * L_3 = (ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F *)il2cpp_codegen_object_new(ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F_il2cpp_TypeInfo_var); ProductList__ctor_m58AF4F93816E9220F25C729A900621211795F6BF(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithPurchase::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPurchase__ctor_m3ED1CFC880644E537ADCE24BF9CF3F2F2378161C (MessageWithPurchase_tE30F406DC8C504934089A1EA7A45DECD96B52047 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m6A5A70F1D07191554B3B90ACEA376E3808A5CBDC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithPurchase(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m6A5A70F1D07191554B3B90ACEA376E3808A5CBDC(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m6A5A70F1D07191554B3B90ACEA376E3808A5CBDC_RuntimeMethod_var); // public MessageWithPurchase(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.Purchase Oculus.Platform.MessageWithPurchase::GetPurchase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * MessageWithPurchase_GetPurchase_m3A48A7F87C495A2E1CB28B6024F319716B73880E (MessageWithPurchase_tE30F406DC8C504934089A1EA7A45DECD96B52047 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m86378EE0F124498A16BBE983E63118F62D925CBC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override Purchase GetPurchase() { return Data; } Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * L_0; L_0 = Message_1_get_Data_m86378EE0F124498A16BBE983E63118F62D925CBC_inline(__this, /*hidden argument*/Message_1_get_Data_m86378EE0F124498A16BBE983E63118F62D925CBC_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.Purchase Oculus.Platform.MessageWithPurchase::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * MessageWithPurchase_GetDataFromMessage_m18802C4D4F959C2010AA7CCF6F4C33943690047D (MessageWithPurchase_tE30F406DC8C504934089A1EA7A45DECD96B52047 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetPurchase(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetPurchase_m54926CE98B1EB5799409A0B110E94A8A1DD5F61F((intptr_t)L_1, /*hidden argument*/NULL); // return new Purchase(obj); Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * L_3 = (Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 *)il2cpp_codegen_object_new(Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91_il2cpp_TypeInfo_var); Purchase__ctor_m7F4817017457DC8BE9111B59B8FF76EC0F00B1DF(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithPurchaseList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithPurchaseList__ctor_m250CC62AA27840FBC8F0242247CAD677EAB61543 (MessageWithPurchaseList_t8F80222245785E022F80CDD10120A8CBDDF65B0F * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m6B69FEEBB6BA1BAC2E2042126DE321550F881B9E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithPurchaseList(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m6B69FEEBB6BA1BAC2E2042126DE321550F881B9E(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m6B69FEEBB6BA1BAC2E2042126DE321550F881B9E_RuntimeMethod_var); // public MessageWithPurchaseList(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.PurchaseList Oculus.Platform.MessageWithPurchaseList::GetPurchaseList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * MessageWithPurchaseList_GetPurchaseList_m0BB9A13F36A217BB5EF66499D91E3696BA55BF25 (MessageWithPurchaseList_t8F80222245785E022F80CDD10120A8CBDDF65B0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mFB18B16AC8B27F553306D41239F3BE8512F216B0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override PurchaseList GetPurchaseList() { return Data; } PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * L_0; L_0 = Message_1_get_Data_mFB18B16AC8B27F553306D41239F3BE8512F216B0_inline(__this, /*hidden argument*/Message_1_get_Data_mFB18B16AC8B27F553306D41239F3BE8512F216B0_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.PurchaseList Oculus.Platform.MessageWithPurchaseList::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * MessageWithPurchaseList_GetDataFromMessage_mA53C64F9CEF8954A253D86603C04E0BEAFD931FE (MessageWithPurchaseList_t8F80222245785E022F80CDD10120A8CBDDF65B0F * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetPurchaseArray(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetPurchaseArray_mE812241B5443800081365A92C24F681292DB00BB((intptr_t)L_1, /*hidden argument*/NULL); // return new PurchaseList(obj); PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * L_3 = (PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 *)il2cpp_codegen_object_new(PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802_il2cpp_TypeInfo_var); PurchaseList__ctor_m9F6F5731BB0F2BE4D2592D58F800695E5EF6C9E8(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithRejoinDialogResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRejoinDialogResult__ctor_m3B85768A31C254A5F9C448D7B49E318D435FA34E (MessageWithRejoinDialogResult_tC73257DF5EC93BF84847377C306402A728170569 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mCFF439D31A61C74E6F9FEE63603FFCF716FB6BB9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithRejoinDialogResult(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mCFF439D31A61C74E6F9FEE63603FFCF716FB6BB9(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mCFF439D31A61C74E6F9FEE63603FFCF716FB6BB9_RuntimeMethod_var); // public MessageWithRejoinDialogResult(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.RejoinDialogResult Oculus.Platform.MessageWithRejoinDialogResult::GetRejoinDialogResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * MessageWithRejoinDialogResult_GetRejoinDialogResult_mA75BE50835C5E199E453AC0A9EDF7C7C8BE3AEF9 (MessageWithRejoinDialogResult_tC73257DF5EC93BF84847377C306402A728170569 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m6D8D4D99303FDC68FA1342E818BCE31E44A60C80_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override RejoinDialogResult GetRejoinDialogResult() { return Data; } RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * L_0; L_0 = Message_1_get_Data_m6D8D4D99303FDC68FA1342E818BCE31E44A60C80_inline(__this, /*hidden argument*/Message_1_get_Data_m6D8D4D99303FDC68FA1342E818BCE31E44A60C80_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.RejoinDialogResult Oculus.Platform.MessageWithRejoinDialogResult::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * MessageWithRejoinDialogResult_GetDataFromMessage_m9F425B2F7AF6484205D5CC5838D91EB2AB7AA2A9 (MessageWithRejoinDialogResult_tC73257DF5EC93BF84847377C306402A728170569 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetRejoinDialogResult(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetRejoinDialogResult_m922168D0311A9E5261C2362F8FB1A203A87AFB8F((intptr_t)L_1, /*hidden argument*/NULL); // return new RejoinDialogResult(obj); RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * L_3 = (RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B *)il2cpp_codegen_object_new(RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B_il2cpp_TypeInfo_var); RejoinDialogResult__ctor_m5C70362A2AC08F13639253A097FC718D5722F468(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithRoom::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRoom__ctor_m5F640DFD4F2AD282F82AFE1AFC0AFAFCA46B3094 (MessageWithRoom_t2575D0A137C1D44E265EB09147B70268AC546BB6 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithRoom(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E_RuntimeMethod_var); // public MessageWithRoom(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.Room Oculus.Platform.MessageWithRoom::GetRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * MessageWithRoom_GetRoom_m438EF0B5DF2F36822BF75D58CDC1149E9E4E52D0 (MessageWithRoom_t2575D0A137C1D44E265EB09147B70268AC546BB6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override Room GetRoom() { return Data; } Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_0; L_0 = Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_inline(__this, /*hidden argument*/Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.Room Oculus.Platform.MessageWithRoom::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * MessageWithRoom_GetDataFromMessage_mEFFD8567B495DEFBA1D4A142D63E7E7A0E228D39 (MessageWithRoom_t2575D0A137C1D44E265EB09147B70268AC546BB6 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetRoom(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetRoom_mF1971DB8CDFF7405390A3B525AF4D0350B69A410((intptr_t)L_1, /*hidden argument*/NULL); // return new Room(obj); Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_3 = (Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *)il2cpp_codegen_object_new(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); Room__ctor_m3D051E457AB4DF0627AF460FDAF157DF188489B8(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithRoomInviteNotification::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRoomInviteNotification__ctor_mD30EF652552D03FF93CBF8C8496094A063106F7A (MessageWithRoomInviteNotification_tAB66158568A2D52E25BDF7661C91F35D08E96BA9 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m033C19B71F2A83AFE7E5219D458472286182E476_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithRoomInviteNotification(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m033C19B71F2A83AFE7E5219D458472286182E476(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m033C19B71F2A83AFE7E5219D458472286182E476_RuntimeMethod_var); // public MessageWithRoomInviteNotification(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.RoomInviteNotification Oculus.Platform.MessageWithRoomInviteNotification::GetRoomInviteNotification() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * MessageWithRoomInviteNotification_GetRoomInviteNotification_m3AFC0A611DA143D39646C627887E4DA0CC62C055 (MessageWithRoomInviteNotification_tAB66158568A2D52E25BDF7661C91F35D08E96BA9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m5E543EA103FDE701F0A9098E47BC74AE817705BD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override RoomInviteNotification GetRoomInviteNotification() { return Data; } RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * L_0; L_0 = Message_1_get_Data_m5E543EA103FDE701F0A9098E47BC74AE817705BD_inline(__this, /*hidden argument*/Message_1_get_Data_m5E543EA103FDE701F0A9098E47BC74AE817705BD_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.RoomInviteNotification Oculus.Platform.MessageWithRoomInviteNotification::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * MessageWithRoomInviteNotification_GetDataFromMessage_mB6DF8A47FBAA77BF7524B68E04C6A4C16BF081C7 (MessageWithRoomInviteNotification_tAB66158568A2D52E25BDF7661C91F35D08E96BA9 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetRoomInviteNotification(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetRoomInviteNotification_m153E056AA1A7463AA2E6C03EEC0852C8E90449EB((intptr_t)L_1, /*hidden argument*/NULL); // return new RoomInviteNotification(obj); RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * L_3 = (RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 *)il2cpp_codegen_object_new(RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_il2cpp_TypeInfo_var); RoomInviteNotification__ctor_mDA40124A0A59DD6DF7FAA5D2AB8EA420349C83A6(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithRoomInviteNotificationList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRoomInviteNotificationList__ctor_m6628297AB96BA8E096D2F74D3ED7E0473930801F (MessageWithRoomInviteNotificationList_t2B325339FD91A8B71931FD021237B06134545657 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m4142F12ADB48344DC413997ADDB805464F1264D6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithRoomInviteNotificationList(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m4142F12ADB48344DC413997ADDB805464F1264D6(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m4142F12ADB48344DC413997ADDB805464F1264D6_RuntimeMethod_var); // public MessageWithRoomInviteNotificationList(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.RoomInviteNotificationList Oculus.Platform.MessageWithRoomInviteNotificationList::GetRoomInviteNotificationList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * MessageWithRoomInviteNotificationList_GetRoomInviteNotificationList_mBB6545B94E4D8C5A105A5241CC7FFA23A574FD40 (MessageWithRoomInviteNotificationList_t2B325339FD91A8B71931FD021237B06134545657 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mF06D3D2F9254878E5F67AA2525988C04547DC6B5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override RoomInviteNotificationList GetRoomInviteNotificationList() { return Data; } RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * L_0; L_0 = Message_1_get_Data_mF06D3D2F9254878E5F67AA2525988C04547DC6B5_inline(__this, /*hidden argument*/Message_1_get_Data_mF06D3D2F9254878E5F67AA2525988C04547DC6B5_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.RoomInviteNotificationList Oculus.Platform.MessageWithRoomInviteNotificationList::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * MessageWithRoomInviteNotificationList_GetDataFromMessage_m3B2196307E20F10BC909D9BD64B529B982D344A9 (MessageWithRoomInviteNotificationList_t2B325339FD91A8B71931FD021237B06134545657 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetRoomInviteNotificationArray(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetRoomInviteNotificationArray_m116146F67AC2829B57135151E144F8E174445898((intptr_t)L_1, /*hidden argument*/NULL); // return new RoomInviteNotificationList(obj); RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * L_3 = (RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E *)il2cpp_codegen_object_new(RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E_il2cpp_TypeInfo_var); RoomInviteNotificationList__ctor_mCA8989A61319B0F67B034F82E3E430D6613E8EC4(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithRoomList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRoomList__ctor_m8D2E530650018C4132A6BF15F82C596040AFA33B (MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m18929D657E2A4F7E2535EF1785A98E779DBF4C85_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithRoomList(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m18929D657E2A4F7E2535EF1785A98E779DBF4C85(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m18929D657E2A4F7E2535EF1785A98E779DBF4C85_RuntimeMethod_var); // public MessageWithRoomList(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.RoomList Oculus.Platform.MessageWithRoomList::GetRoomList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * MessageWithRoomList_GetRoomList_mA7EC7072C21CD97674D1EBF006707F57DF115A4E (MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m17D759EC773C7BE08DE69529C213DCE3B1D22241_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override RoomList GetRoomList() { return Data; } RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * L_0; L_0 = Message_1_get_Data_m17D759EC773C7BE08DE69529C213DCE3B1D22241_inline(__this, /*hidden argument*/Message_1_get_Data_m17D759EC773C7BE08DE69529C213DCE3B1D22241_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.RoomList Oculus.Platform.MessageWithRoomList::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * MessageWithRoomList_GetDataFromMessage_m9BE075F52E03F0480EB83199B458F6FF19A97156 (MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetRoomArray(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetRoomArray_m554021CB6C9EB5F94E7AF97B4070E7D1230CD9D7((intptr_t)L_1, /*hidden argument*/NULL); // return new RoomList(obj); RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * L_3 = (RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 *)il2cpp_codegen_object_new(RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5_il2cpp_TypeInfo_var); RoomList__ctor_mE034146A4A7A7341B6FD188878DD9071C4743C65(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithRoomUnderCurrentRoom::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRoomUnderCurrentRoom__ctor_m4F2E7216ADEBB83AFA05DC55E320B33213CCEE28 (MessageWithRoomUnderCurrentRoom_t0A1D78A586CF63154457DEE4F9D377DDAD3980E6 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithRoomUnderCurrentRoom(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E_RuntimeMethod_var); // public MessageWithRoomUnderCurrentRoom(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.Room Oculus.Platform.MessageWithRoomUnderCurrentRoom::GetRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * MessageWithRoomUnderCurrentRoom_GetRoom_mFB05B16C4C490027BF4833DF445DB020C98DC009 (MessageWithRoomUnderCurrentRoom_t0A1D78A586CF63154457DEE4F9D377DDAD3980E6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override Room GetRoom() { return Data; } Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_0; L_0 = Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_inline(__this, /*hidden argument*/Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.Room Oculus.Platform.MessageWithRoomUnderCurrentRoom::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * MessageWithRoomUnderCurrentRoom_GetDataFromMessage_m797025CA7CC9F73FC01F55536B749E218475072E (MessageWithRoomUnderCurrentRoom_t0A1D78A586CF63154457DEE4F9D377DDAD3980E6 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetRoom(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetRoom_mF1971DB8CDFF7405390A3B525AF4D0350B69A410((intptr_t)L_1, /*hidden argument*/NULL); // return new Room(obj); Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_3 = (Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *)il2cpp_codegen_object_new(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); Room__ctor_m3D051E457AB4DF0627AF460FDAF157DF188489B8(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithRoomUnderViewerRoom::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithRoomUnderViewerRoom__ctor_mDF2329AED746FF2DBAA2B00306B76DE1701C36B4 (MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithRoomUnderViewerRoom(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mAC6A9F2381B8C1CE009EDCF701192AB90B03071E_RuntimeMethod_var); // public MessageWithRoomUnderViewerRoom(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.Room Oculus.Platform.MessageWithRoomUnderViewerRoom::GetRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * MessageWithRoomUnderViewerRoom_GetRoom_mA31724EBE3BC5C54754AB105BE3B728E20947D4F (MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override Room GetRoom() { return Data; } Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_0; L_0 = Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_inline(__this, /*hidden argument*/Message_1_get_Data_m2D4E066B25C96F98250A4DE4BF9B52D80A8E2930_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.Room Oculus.Platform.MessageWithRoomUnderViewerRoom::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * MessageWithRoomUnderViewerRoom_GetDataFromMessage_mF2B88C2DA5BC0F834EC45DF307D0D4AF5EEE4F04 (MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetRoom(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetRoom_mF1971DB8CDFF7405390A3B525AF4D0350B69A410((intptr_t)L_1, /*hidden argument*/NULL); // return new Room(obj); Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_3 = (Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *)il2cpp_codegen_object_new(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); Room__ctor_m3D051E457AB4DF0627AF460FDAF157DF188489B8(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithSdkAccountList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithSdkAccountList__ctor_m4AF02715410C901F8295C0CC3611A53A9EC86EF4 (MessageWithSdkAccountList_tEDD9039DCFD8440604B127F54088D9F9FE64D112 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mD8524ADDCA39B06E2F16CC2C7B1425107FF8FFAA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithSdkAccountList(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mD8524ADDCA39B06E2F16CC2C7B1425107FF8FFAA(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mD8524ADDCA39B06E2F16CC2C7B1425107FF8FFAA_RuntimeMethod_var); // public MessageWithSdkAccountList(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.SdkAccountList Oculus.Platform.MessageWithSdkAccountList::GetSdkAccountList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * MessageWithSdkAccountList_GetSdkAccountList_mF2C4F27BEB39FF68333F311B5CEDFC2D623AFC0C (MessageWithSdkAccountList_tEDD9039DCFD8440604B127F54088D9F9FE64D112 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mBC32A7D51676A20F436A48462D9190C37595CAB3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override SdkAccountList GetSdkAccountList() { return Data; } SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * L_0; L_0 = Message_1_get_Data_mBC32A7D51676A20F436A48462D9190C37595CAB3_inline(__this, /*hidden argument*/Message_1_get_Data_mBC32A7D51676A20F436A48462D9190C37595CAB3_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.SdkAccountList Oculus.Platform.MessageWithSdkAccountList::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * MessageWithSdkAccountList_GetDataFromMessage_m9B54654369D7AE02E79A1CD4F566DA80DBA620D6 (MessageWithSdkAccountList_tEDD9039DCFD8440604B127F54088D9F9FE64D112 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetSdkAccountArray(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetSdkAccountArray_mFA09C21CD0973CBEF169646912E230E3BA626CA3((intptr_t)L_1, /*hidden argument*/NULL); // return new SdkAccountList(obj); SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * L_3 = (SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 *)il2cpp_codegen_object_new(SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67_il2cpp_TypeInfo_var); SdkAccountList__ctor_m2569AC12C02DCE79DD2F4550750E2BD7CC3725A3(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithSendInvitesResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithSendInvitesResult__ctor_mF243F4C3F711585BE707B2CBE6A27CAAEE09141A (MessageWithSendInvitesResult_t10849A0325BC8A7586D1075C121CC365317B136D * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mD575FC4B2819DB53A87794348EED896164DE179D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithSendInvitesResult(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mD575FC4B2819DB53A87794348EED896164DE179D(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mD575FC4B2819DB53A87794348EED896164DE179D_RuntimeMethod_var); // public MessageWithSendInvitesResult(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.SendInvitesResult Oculus.Platform.MessageWithSendInvitesResult::GetSendInvitesResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * MessageWithSendInvitesResult_GetSendInvitesResult_mA3E5CD45337CF6F7C59150BF4AED46F844FE3C28 (MessageWithSendInvitesResult_t10849A0325BC8A7586D1075C121CC365317B136D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m4D5FBBF797090009DB90155857A73A7DC70D031D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override SendInvitesResult GetSendInvitesResult() { return Data; } SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * L_0; L_0 = Message_1_get_Data_m4D5FBBF797090009DB90155857A73A7DC70D031D_inline(__this, /*hidden argument*/Message_1_get_Data_m4D5FBBF797090009DB90155857A73A7DC70D031D_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.SendInvitesResult Oculus.Platform.MessageWithSendInvitesResult::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * MessageWithSendInvitesResult_GetDataFromMessage_m804F2BA8AD07B5D6BB3AA73E76BEE5422F42F550 (MessageWithSendInvitesResult_t10849A0325BC8A7586D1075C121CC365317B136D * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetSendInvitesResult(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetSendInvitesResult_m73939EE77EFC748ACB1E274DD83A1C1B3397D0F6((intptr_t)L_1, /*hidden argument*/NULL); // return new SendInvitesResult(obj); SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * L_3 = (SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 *)il2cpp_codegen_object_new(SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130_il2cpp_TypeInfo_var); SendInvitesResult__ctor_mC2AB2F39DB83CB86B7C2A9F980FFD268101C8354(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithShareMediaResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithShareMediaResult__ctor_m3C0D7A2FDB8578A48D16AB61AF8A56EF1634590E (MessageWithShareMediaResult_t5E0E9076577438BD1D2B152AAA28B14294BDA0FE * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mD27A6D0E98A84C59B1F0C96E0A11FD89F959F90E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithShareMediaResult(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mD27A6D0E98A84C59B1F0C96E0A11FD89F959F90E(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mD27A6D0E98A84C59B1F0C96E0A11FD89F959F90E_RuntimeMethod_var); // public MessageWithShareMediaResult(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.ShareMediaResult Oculus.Platform.MessageWithShareMediaResult::GetShareMediaResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * MessageWithShareMediaResult_GetShareMediaResult_m6D61C18FA0CC36C523315A8ECAD0941F48A96DD4 (MessageWithShareMediaResult_t5E0E9076577438BD1D2B152AAA28B14294BDA0FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m9DCC17362E8F6A8A4F8B75F31F14CFBE304AB8FD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override ShareMediaResult GetShareMediaResult() { return Data; } ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * L_0; L_0 = Message_1_get_Data_m9DCC17362E8F6A8A4F8B75F31F14CFBE304AB8FD_inline(__this, /*hidden argument*/Message_1_get_Data_m9DCC17362E8F6A8A4F8B75F31F14CFBE304AB8FD_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.ShareMediaResult Oculus.Platform.MessageWithShareMediaResult::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * MessageWithShareMediaResult_GetDataFromMessage_mF7AB6223C3BAD7BDC82ACB308DD0144B6440A029 (MessageWithShareMediaResult_t5E0E9076577438BD1D2B152AAA28B14294BDA0FE * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetShareMediaResult(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetShareMediaResult_m09B8170F8E5E611911EB2BF4C018D230769566CB((intptr_t)L_1, /*hidden argument*/NULL); // return new ShareMediaResult(obj); ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * L_3 = (ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 *)il2cpp_codegen_object_new(ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7_il2cpp_TypeInfo_var); ShareMediaResult__ctor_m0AC8F70EACE4FF4E09F5BB82A1DB5D4AFFBD634E(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithString::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithString__ctor_mEA5C5759B064A36D004C36522BD0BC216F931C14 (MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m382EF902EB8C4AB6D8BF4D44CF55CCFE98EFD834_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithString(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m382EF902EB8C4AB6D8BF4D44CF55CCFE98EFD834(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m382EF902EB8C4AB6D8BF4D44CF55CCFE98EFD834_RuntimeMethod_var); // public MessageWithString(IntPtr c_message) : base(c_message) { } return; } } // System.String Oculus.Platform.MessageWithString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MessageWithString_GetString_mDBC4D96754FF692C2D2765F5F472C792E741DC10 (MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mB486C604742D203CD0503E8F3484961A78DD7A3D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override string GetString() { return Data; } String_t* L_0; L_0 = Message_1_get_Data_mB486C604742D203CD0503E8F3484961A78DD7A3D_inline(__this, /*hidden argument*/Message_1_get_Data_mB486C604742D203CD0503E8F3484961A78DD7A3D_RuntimeMethod_var); return L_0; } } // System.String Oculus.Platform.MessageWithString::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MessageWithString_GetDataFromMessage_m6C91F5FDAC0E9B09C2479FE318CDD90F9C54B5C2 (MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return CAPI.ovr_Message_GetString(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_1; L_1 = CAPI_ovr_Message_GetString_mE80BB87731A20FFFED442FE261121F956D434DE9((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithSystemVoipState::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithSystemVoipState__ctor_m307D70E61F9B46C32C90C6C54EBA19A868D0BFA9 (MessageWithSystemVoipState_t5B41C6A9BDB38F24CD305CDC0EDC0117A83EAAC3 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m63CAA32FA5A2642D0F491DC4AF3E81AA1CE243BB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithSystemVoipState(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m63CAA32FA5A2642D0F491DC4AF3E81AA1CE243BB(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m63CAA32FA5A2642D0F491DC4AF3E81AA1CE243BB_RuntimeMethod_var); // public MessageWithSystemVoipState(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.SystemVoipState Oculus.Platform.MessageWithSystemVoipState::GetSystemVoipState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * MessageWithSystemVoipState_GetSystemVoipState_m4CAD81A90BC61B52A66E0AC9277B86DA4FD99DDA (MessageWithSystemVoipState_t5B41C6A9BDB38F24CD305CDC0EDC0117A83EAAC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m08389972AB99036CC48CC68C41BCB11F8C651378_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override SystemVoipState GetSystemVoipState() { return Data; } SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * L_0; L_0 = Message_1_get_Data_m08389972AB99036CC48CC68C41BCB11F8C651378_inline(__this, /*hidden argument*/Message_1_get_Data_m08389972AB99036CC48CC68C41BCB11F8C651378_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.SystemVoipState Oculus.Platform.MessageWithSystemVoipState::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * MessageWithSystemVoipState_GetDataFromMessage_m163ABA96515D21EE89F037592A40C8CC6C9AF5FC (MessageWithSystemVoipState_t5B41C6A9BDB38F24CD305CDC0EDC0117A83EAAC3 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetSystemVoipState(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetSystemVoipState_m9C8EC6B0CE3902EF4EF5109C5EC1A608FE8C984D((intptr_t)L_1, /*hidden argument*/NULL); // return new SystemVoipState(obj); SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * L_3 = (SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D *)il2cpp_codegen_object_new(SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D_il2cpp_TypeInfo_var); SystemVoipState__ctor_m9CC93A6027110E1938F59AEA8CA304EAD75DE1A5(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithUser::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithUser__ctor_m730D7D735B30D18541ABD7EA7E96ACF9A71661A3 (MessageWithUser_tB1AA6D637359AC8DD3962CC88C54C2194CD02814 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_mD975C122123EFD5E4E03A569AB4E55B3AFAAA8C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithUser(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_mD975C122123EFD5E4E03A569AB4E55B3AFAAA8C4(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_mD975C122123EFD5E4E03A569AB4E55B3AFAAA8C4_RuntimeMethod_var); // public MessageWithUser(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.User Oculus.Platform.MessageWithUser::GetUser() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR User_tA163463AE919860D9B337F6104B028990A44B69D * MessageWithUser_GetUser_m1AB02EE0029A36BCB3F01DDEEBA6088ABFAEBD94 (MessageWithUser_tB1AA6D637359AC8DD3962CC88C54C2194CD02814 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m34E2CA3CD0598E90ADCE5A341675B293460CAC67_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override User GetUser() { return Data; } User_tA163463AE919860D9B337F6104B028990A44B69D * L_0; L_0 = Message_1_get_Data_m34E2CA3CD0598E90ADCE5A341675B293460CAC67_inline(__this, /*hidden argument*/Message_1_get_Data_m34E2CA3CD0598E90ADCE5A341675B293460CAC67_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.User Oculus.Platform.MessageWithUser::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR User_tA163463AE919860D9B337F6104B028990A44B69D * MessageWithUser_GetDataFromMessage_m9CCCA9CE34FCC122DF6E9AD32BB37CF3FBA24DAD (MessageWithUser_tB1AA6D637359AC8DD3962CC88C54C2194CD02814 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetUser(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetUser_m22D3848EF7C5E62062F0BA91837C95687F781D6E((intptr_t)L_1, /*hidden argument*/NULL); // return new User(obj); User_tA163463AE919860D9B337F6104B028990A44B69D * L_3 = (User_tA163463AE919860D9B337F6104B028990A44B69D *)il2cpp_codegen_object_new(User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); User__ctor_m4AF62433B0AEE86B747583E8FF7B851472D7F961(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithUserAndRoomList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithUserAndRoomList__ctor_m62C52FBD2C9A7C3E806C03162651F3EEFF8B1F91 (MessageWithUserAndRoomList_tCC931986DF425772ED450A7E5F4698E9A81D0B85 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m73399C06F86A90205D8857A0FAD9D383F723567D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithUserAndRoomList(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m73399C06F86A90205D8857A0FAD9D383F723567D(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m73399C06F86A90205D8857A0FAD9D383F723567D_RuntimeMethod_var); // public MessageWithUserAndRoomList(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.UserAndRoomList Oculus.Platform.MessageWithUserAndRoomList::GetUserAndRoomList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * MessageWithUserAndRoomList_GetUserAndRoomList_mBF265AE635DD938E89A1337A67308E0415486121 (MessageWithUserAndRoomList_tCC931986DF425772ED450A7E5F4698E9A81D0B85 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m266CD135CCE21F2C778C3A53CD1A215E66F46EB7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override UserAndRoomList GetUserAndRoomList() { return Data; } UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * L_0; L_0 = Message_1_get_Data_m266CD135CCE21F2C778C3A53CD1A215E66F46EB7_inline(__this, /*hidden argument*/Message_1_get_Data_m266CD135CCE21F2C778C3A53CD1A215E66F46EB7_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.UserAndRoomList Oculus.Platform.MessageWithUserAndRoomList::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * MessageWithUserAndRoomList_GetDataFromMessage_m1E7398A4E26DC9D69932230DC6435A7FD73E0482 (MessageWithUserAndRoomList_tCC931986DF425772ED450A7E5F4698E9A81D0B85 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetUserAndRoomArray(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetUserAndRoomArray_m80B0F9945B645BE1857A18EFA50967109D999E29((intptr_t)L_1, /*hidden argument*/NULL); // return new UserAndRoomList(obj); UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * L_3 = (UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C *)il2cpp_codegen_object_new(UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C_il2cpp_TypeInfo_var); UserAndRoomList__ctor_m9BF9479233F34263A6285B5FD00E299E2A1ACED8(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithUserDataStoreUpdateResponse::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithUserDataStoreUpdateResponse__ctor_m358009E8C89C752A36194735E890CB592CB274CC (MessageWithUserDataStoreUpdateResponse_t8433BBA9C50E0088378CB9E969DD6AE0768C087F * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m0670131EC1CEF12D96C7C5F66E7D3E7104E82744_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithUserDataStoreUpdateResponse(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m0670131EC1CEF12D96C7C5F66E7D3E7104E82744(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m0670131EC1CEF12D96C7C5F66E7D3E7104E82744_RuntimeMethod_var); // public MessageWithUserDataStoreUpdateResponse(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.UserDataStoreUpdateResponse Oculus.Platform.MessageWithUserDataStoreUpdateResponse::GetUserDataStoreUpdateResponse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * MessageWithUserDataStoreUpdateResponse_GetUserDataStoreUpdateResponse_mF1FACAA566A5D238EF44029C48ED6D7B81D22698 (MessageWithUserDataStoreUpdateResponse_t8433BBA9C50E0088378CB9E969DD6AE0768C087F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_m495270D04A1348D78D6F39B0F444A4C83DB129E5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override UserDataStoreUpdateResponse GetUserDataStoreUpdateResponse() { return Data; } UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * L_0; L_0 = Message_1_get_Data_m495270D04A1348D78D6F39B0F444A4C83DB129E5_inline(__this, /*hidden argument*/Message_1_get_Data_m495270D04A1348D78D6F39B0F444A4C83DB129E5_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.UserDataStoreUpdateResponse Oculus.Platform.MessageWithUserDataStoreUpdateResponse::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * MessageWithUserDataStoreUpdateResponse_GetDataFromMessage_mCDF3B64D68331D171B12288BD750969238A0ED3B (MessageWithUserDataStoreUpdateResponse_t8433BBA9C50E0088378CB9E969DD6AE0768C087F * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetUserDataStoreUpdateResponse(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetUserDataStoreUpdateResponse_m1CE9F9CF63767AB738FB033DB492097D88B29D45((intptr_t)L_1, /*hidden argument*/NULL); // return new UserDataStoreUpdateResponse(obj); UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * L_3 = (UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 *)il2cpp_codegen_object_new(UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23_il2cpp_TypeInfo_var); UserDataStoreUpdateResponse__ctor_m3E731729E3C2C7895BFA9B683F4927F77FB144D0(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithUserList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithUserList__ctor_m7C413ED3E7AFEBA4D51D57725FD1E39004BE5D08 (MessageWithUserList_t91526C487ECE33434977D1616F861F07043B84A7 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m3742CF83FD392211E9FA7D3815ABC7BC35CA834C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithUserList(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m3742CF83FD392211E9FA7D3815ABC7BC35CA834C(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m3742CF83FD392211E9FA7D3815ABC7BC35CA834C_RuntimeMethod_var); // public MessageWithUserList(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.UserList Oculus.Platform.MessageWithUserList::GetUserList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * MessageWithUserList_GetUserList_m8FD6B2013F63C6E1BDB371B4C8FE144A96774FD7 (MessageWithUserList_t91526C487ECE33434977D1616F861F07043B84A7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mEF7E09C34A28D6EDB5254BCE61FBA692DBBF8423_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override UserList GetUserList() { return Data; } UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_0; L_0 = Message_1_get_Data_mEF7E09C34A28D6EDB5254BCE61FBA692DBBF8423_inline(__this, /*hidden argument*/Message_1_get_Data_mEF7E09C34A28D6EDB5254BCE61FBA692DBBF8423_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.UserList Oculus.Platform.MessageWithUserList::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * MessageWithUserList_GetDataFromMessage_m7ADD85BF5FB3F66CFF64E2AB42EF769C253B5665 (MessageWithUserList_t91526C487ECE33434977D1616F861F07043B84A7 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetUserArray(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetUserArray_m6B14ED810C0EDE34CCA3E6E49675AC70E80235D6((intptr_t)L_1, /*hidden argument*/NULL); // return new UserList(obj); UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_3 = (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)il2cpp_codegen_object_new(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); UserList__ctor_m96C3F13B2411948E074F6635F8CD20C58CE918FB(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithUserProof::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithUserProof__ctor_m40BB3E8C16C029979AE4B76AEA6C0A0E4AAF7FE3 (MessageWithUserProof_t503174B6378B6608C060882ACFE51784BBBE5C0A * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m35CEA4697319241E68E0EBBFB00CA0CF79280A07_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithUserProof(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m35CEA4697319241E68E0EBBFB00CA0CF79280A07(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m35CEA4697319241E68E0EBBFB00CA0CF79280A07_RuntimeMethod_var); // public MessageWithUserProof(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.UserProof Oculus.Platform.MessageWithUserProof::GetUserProof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * MessageWithUserProof_GetUserProof_mB181EBC2387A85817038F8C94BE28DDCE51A8C2B (MessageWithUserProof_t503174B6378B6608C060882ACFE51784BBBE5C0A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mD0A241216E707B8C45056F31AA2F5254041175B0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override UserProof GetUserProof() { return Data; } UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * L_0; L_0 = Message_1_get_Data_mD0A241216E707B8C45056F31AA2F5254041175B0_inline(__this, /*hidden argument*/Message_1_get_Data_mD0A241216E707B8C45056F31AA2F5254041175B0_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.UserProof Oculus.Platform.MessageWithUserProof::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * MessageWithUserProof_GetDataFromMessage_m2DB393D2397DC7CC71ABACAE880BC6C8AA7DAD93 (MessageWithUserProof_t503174B6378B6608C060882ACFE51784BBBE5C0A * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetUserProof(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetUserProof_m79539EB0C21AB700B48FA134E6A6C7C835D80E6E((intptr_t)L_1, /*hidden argument*/NULL); // return new UserProof(obj); UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * L_3 = (UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 *)il2cpp_codegen_object_new(UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94_il2cpp_TypeInfo_var); UserProof__ctor_m471A1FE83FF7096DF8FB1478D23CF69B322AE015(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MessageWithUserReportID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageWithUserReportID__ctor_mD29E1AAD3DF9A65F5FE43FE420B1663D7A643795 (MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1__ctor_m8EBB9A8A08953B21D03640589E09C0854EA9F892_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public MessageWithUserReportID(IntPtr c_message) : base(c_message) { } intptr_t L_0 = ___c_message0; Message_1__ctor_m8EBB9A8A08953B21D03640589E09C0854EA9F892(__this, (intptr_t)L_0, /*hidden argument*/Message_1__ctor_m8EBB9A8A08953B21D03640589E09C0854EA9F892_RuntimeMethod_var); // public MessageWithUserReportID(IntPtr c_message) : base(c_message) { } return; } } // Oculus.Platform.Models.UserReportID Oculus.Platform.MessageWithUserReportID::GetUserReportID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * MessageWithUserReportID_GetUserReportID_m1F72BDFBD370612A796907DEA34F8C47CB15F8FE (MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_1_get_Data_mCFB82BE284C9D4375FC3040E88976D77D0526318_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override UserReportID GetUserReportID() { return Data; } UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * L_0; L_0 = Message_1_get_Data_mCFB82BE284C9D4375FC3040E88976D77D0526318_inline(__this, /*hidden argument*/Message_1_get_Data_mCFB82BE284C9D4375FC3040E88976D77D0526318_RuntimeMethod_var); return L_0; } } // Oculus.Platform.Models.UserReportID Oculus.Platform.MessageWithUserReportID::GetDataFromMessage(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * MessageWithUserReportID_GetDataFromMessage_mFCFB95C6E1743402B95D432F45373D87C87E09FF (MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5 * __this, intptr_t ___c_message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var msg = CAPI.ovr_Message_GetNativeMessage(c_message); intptr_t L_0 = ___c_message0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Message_GetNativeMessage_m0980A10B5635FA700ADEBB6A88D4C8672B2E7868((intptr_t)L_0, /*hidden argument*/NULL); // var obj = CAPI.ovr_Message_GetUserReportID(msg); intptr_t L_2; L_2 = CAPI_ovr_Message_GetUserReportID_m0CB5173B4FD31239D321E7136BFFBC569AC9B459((intptr_t)L_1, /*hidden argument*/NULL); // return new UserReportID(obj); UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * L_3 = (UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB *)il2cpp_codegen_object_new(UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB_il2cpp_TypeInfo_var); UserReportID__ctor_m803040AD62252F061FD2ABF0E74770B1AD920928(L_3, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.MicrophoneAvailabilityState::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MicrophoneAvailabilityState__ctor_m5B9C5CCB5278A4BCAD7B67A0D566DDF0697E6465 (MicrophoneAvailabilityState_t0427E2FFDB03FD29DF02E9A58315A8057B4E555E * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public MicrophoneAvailabilityState(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // MicrophoneAvailable = CAPI.ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_1; L_1 = CAPI_ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable_m505FAC0E36949F3EA8D42679331429C4C51641A8((intptr_t)L_0, /*hidden argument*/NULL); __this->set_MicrophoneAvailable_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.MultiplayerErrorOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiplayerErrorOptions__ctor_mEB577853C685BE71C4A2F3CF3C370DC7BA93B902 (MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public MultiplayerErrorOptions() { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Handle = CAPI.ovr_MultiplayerErrorOptions_Create(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CAPI_ovr_MultiplayerErrorOptions_Create_mCFCDB838E1609EEBD6C200405A33B38D41F7793E(/*hidden argument*/NULL); __this->set_Handle_0((intptr_t)L_0); // } return; } } // System.Void Oculus.Platform.MultiplayerErrorOptions::SetErrorKey(Oculus.Platform.MultiplayerErrorErrorKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiplayerErrorOptions_SetErrorKey_m13B86599DD60C8953C48AAAFDDF2FC1755BA53A7 (MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_MultiplayerErrorOptions_SetErrorKey(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_MultiplayerErrorOptions_SetErrorKey_m988A1C739EFC05649FACE3E1F0E4AD1B006F6EE9((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.IntPtr Oculus.Platform.MultiplayerErrorOptions::op_Explicit(Oculus.Platform.MultiplayerErrorOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MultiplayerErrorOptions_op_Explicit_m93C93CD6B927D32A28949FA3AB0A1162FEDA8B4F (MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31 * ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return options != null ? options.Handle : IntPtr.Zero; MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31 * L_0 = ___options0; if (L_0) { goto IL_0009; } } { return (intptr_t)(0); } IL_0009: { MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31 * L_1 = ___options0; NullCheck(L_1); intptr_t L_2 = L_1->get_Handle_0(); return (intptr_t)L_2; } } // System.Void Oculus.Platform.MultiplayerErrorOptions::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiplayerErrorOptions_Finalize_mDD9FA923AEE52899D4D99330E949B4C96FF11F21 (MultiplayerErrorOptions_t646ED7B185420B3F8B3E989B85A7EDD4A72BFD31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // CAPI.ovr_MultiplayerErrorOptions_Destroy(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_MultiplayerErrorOptions_Destroy_m83368691C0DBB89BC74B0B864CB1FEBB3AF83649((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x14, FINALLY_000d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) } // end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14, IL_0014) } IL_0014: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Oculus.Platform.Packet Oculus.Platform.Net::ReadPacket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * Net_ReadPacket_m938F07E9AE8034515B9CB6D80C43386DF13317BE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (L_0) { goto IL_0013; } } { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_1 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_1, /*hidden argument*/NULL); // return null; return (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A *)NULL; } IL_0013: { // var packetHandle = CAPI.ovr_Net_ReadPacket(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = CAPI_ovr_Net_ReadPacket_m068377E565B88953C90AFCFCD1520D25C88EC9AE(/*hidden argument*/NULL); V_0 = (intptr_t)L_2; // if(packetHandle == IntPtr.Zero) intptr_t L_3 = V_0; bool L_4; L_4 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_3, (intptr_t)(0), /*hidden argument*/NULL); if (!L_4) { goto IL_0028; } } { // return null; return (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A *)NULL; } IL_0028: { // return new Packet(packetHandle); intptr_t L_5 = V_0; Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * L_6 = (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A *)il2cpp_codegen_object_new(Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A_il2cpp_TypeInfo_var); Packet__ctor_m2B22160FAB4028F51DED7D513D6695A9F8695344(L_6, (intptr_t)L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean Oculus.Platform.Net::SendPacket(System.UInt64,System.Byte[],Oculus.Platform.SendPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Net_SendPacket_mD775639F29643D88B3874A3CBB938530FB1CCCBB (uint64_t ___userID0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___policy2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { // return CAPI.ovr_Net_SendPacket(userID, (UIntPtr)bytes.Length, bytes, policy); uint64_t L_1 = ___userID0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes1; NullCheck(L_2); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_3; L_3 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes1; int32_t L_5 = ___policy2; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_6; L_6 = CAPI_ovr_Net_SendPacket_mAD6F75E1DFFE0F9BF2891B056FABD699ABCA5D70(L_1, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0019: { // return false; return (bool)0; } } // System.Void Oculus.Platform.Net::Connect(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Net_Connect_m00B3DD763AE41A47BE4B919DA98D24E65CCF4B89 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // CAPI.ovr_Net_Connect(userID); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Net_Connect_mEAAB021C2A7CE7895C23CD1A03B307A058A75FC8(L_1, /*hidden argument*/NULL); } IL_000d: { // } return; } } // System.Void Oculus.Platform.Net::Accept(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Net_Accept_m8473D75AFF34AC0AB5F13F30CFB64C63AD632C39 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // CAPI.ovr_Net_Accept(userID); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Net_Accept_m71426DA7C1D15FCEB6C825A1082A91AA8FFBD2EE(L_1, /*hidden argument*/NULL); } IL_000d: { // } return; } } // System.Void Oculus.Platform.Net::Close(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Net_Close_mE0DA761556F067595C99E6BF6422FCD4086D220A (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // CAPI.ovr_Net_Close(userID); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Net_Close_m7B117E0F8439635A005800350D238525A375D716(L_1, /*hidden argument*/NULL); } IL_000d: { // } return; } } // System.Boolean Oculus.Platform.Net::IsConnected(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Net_IsConnected_mA14F76AEB67C1D1C7F75E966C17E911C855FAA02 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Core.IsInitialized() && CAPI.ovr_Net_IsConnected(userID); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_2; L_2 = CAPI_ovr_Net_IsConnected_m7DAB237D309E78F6C937E47BF76582347818CE12(L_1, /*hidden argument*/NULL); return L_2; } IL_000e: { return (bool)0; } } // System.Boolean Oculus.Platform.Net::SendPacketToCurrentRoom(System.Byte[],Oculus.Platform.SendPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Net_SendPacketToCurrentRoom_mC5B806A03FE1DD21AAB0AC6A3792F7BE1E5DF03C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___policy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { // return CAPI.ovr_Net_SendPacketToCurrentRoom((UIntPtr)bytes.Length, bytes, policy); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_2; L_2 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes0; int32_t L_4 = ___policy1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_5; L_5 = CAPI_ovr_Net_SendPacketToCurrentRoom_m4E8CCFD8F7BCD9A0DA713566A94EEAC6470DC4E3(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0018: { // return false; return (bool)0; } } // System.Boolean Oculus.Platform.Net::AcceptForCurrentRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Net_AcceptForCurrentRoom_m13D8CCAEF884F965145846E548EF2AEB14E36C6C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // return CAPI.ovr_Net_AcceptForCurrentRoom(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_1; L_1 = CAPI_ovr_Net_AcceptForCurrentRoom_m14764FF6F23CFF7FEC615F96A1CCF1B653840CCB(/*hidden argument*/NULL); return L_1; } IL_000d: { // return false; return (bool)0; } } // System.Void Oculus.Platform.Net::CloseForCurrentRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Net_CloseForCurrentRoom_m16D5471F1270D4AA644CCAA37F1F419902BD2BFF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { // CAPI.ovr_Net_CloseForCurrentRoom(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Net_CloseForCurrentRoom_m4EF954C653789777BAB4CC74DBB0FA0011D447E4(/*hidden argument*/NULL); } IL_000c: { // } return; } } // Oculus.Platform.Request`1 Oculus.Platform.Net::Ping(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05 * Net_Ping_mB727BAACFDC40004C9D6A8FEC8CA14F70520DDA9 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m52F1E756CE37E7B834FF5E387DA5FC0039798F1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_Net_Ping(userID)); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_Net_Ping_m8BE0325D179C7FFCB663A2DECB51C182274809AE(L_1, /*hidden argument*/NULL); Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05 * L_3 = (Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05 *)il2cpp_codegen_object_new(Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05_il2cpp_TypeInfo_var); Request_1__ctor_m52F1E756CE37E7B834FF5E387DA5FC0039798F1A(L_3, L_2, /*hidden argument*/Request_1__ctor_m52F1E756CE37E7B834FF5E387DA5FC0039798F1A_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_t87AAB17A82ACD7FAB994163ACEEA91A63D8B4F05 *)NULL; } } // System.Void Oculus.Platform.Net::SetConnectionStateChangedCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Net_SetConnectionStateChangedCallback_m250B1D62052BFB80E4FB5A79459AE821A69C2F35 (Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Networking_ConnectionStateChange, // callback // ); Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE(((int32_t)1577243802), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.Net::SetPeerConnectRequestCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Net_SetPeerConnectRequestCallback_m2A50FBD0CC16DC98C10EE381EEFE9223F4F5E3AD (Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Networking_PeerConnectRequest, // callback // ); Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE(((int32_t)1295114959), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.Net::SetPingResultNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Net_SetPingResultNotificationCallback_m317ED21C2AFA876CA9AC1ED311DD2830271D65C4 (Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisPingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6_mE8AD7E941E5D44E6238D2E420937D11535E4AC9E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Networking_PingResult, // callback // ); Callback_t76D7952B48E1C5F76DB6FE8C2E39CE62E5E2AECA * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisPingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6_mE8AD7E941E5D44E6238D2E420937D11535E4AC9E(((int32_t)1360343058), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisPingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6_mE8AD7E941E5D44E6238D2E420937D11535E4AC9E_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.NetSync::SetConnectionStatusChangedNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSync_SetConnectionStatusChangedNotificationCallback_m455E2981D96B4026BA6D84A3DE09371B994767D8 (Callback_tF9F4D8460A4E004732BB102490FB3CFAF3D31B32 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisNetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324_mACFDAFE5B71C390DE1CAEF15936000053BED8045_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_NetSync_ConnectionStatusChanged, // callback // ); Callback_tF9F4D8460A4E004732BB102490FB3CFAF3D31B32 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisNetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324_mACFDAFE5B71C390DE1CAEF15936000053BED8045(((int32_t)120882378), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisNetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324_mACFDAFE5B71C390DE1CAEF15936000053BED8045_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.NetSync::SetSessionsChangedNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSync_SetSessionsChangedNotificationCallback_m53281B81548A877809AE96A0ADB9621BD3509096 (Callback_t60F86BD9657BE364E22054946463272DE745A371 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisNetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289_m9B3B40950888BF8D54F127FC0FC517A2F5F3FA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_NetSync_SessionsChanged, // callback // ); Callback_t60F86BD9657BE364E22054946463272DE745A371 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisNetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289_m9B3B40950888BF8D54F127FC0FC517A2F5F3FA30(((int32_t)947814198), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisNetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289_m9B3B40950888BF8D54F127FC0FC517A2F5F3FA30_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.NetSyncConnection::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncConnection__ctor_mC289E460E28A06AA5DB4B7275BF32088321ED233 (NetSyncConnection_t2D5EA56A17B15D2EF489AF20CC3C9D8B9F4B5324 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public NetSyncConnection(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ConnectionId = CAPI.ovr_NetSyncConnection_GetConnectionId(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int64_t L_1; L_1 = CAPI_ovr_NetSyncConnection_GetConnectionId_mBEBAE043D7EF9022E73D4C77C85DAA2481B06941((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ConnectionId_0(L_1); // DisconnectReason = CAPI.ovr_NetSyncConnection_GetDisconnectReason(o); intptr_t L_2 = ___o0; int32_t L_3; L_3 = CAPI_ovr_NetSyncConnection_GetDisconnectReason_m32D563940CB948944DFB2980264012DB5E077DC9((intptr_t)L_2, /*hidden argument*/NULL); __this->set_DisconnectReason_1(L_3); // SessionId = CAPI.ovr_NetSyncConnection_GetSessionId(o); intptr_t L_4 = ___o0; uint64_t L_5; L_5 = CAPI_ovr_NetSyncConnection_GetSessionId_m62CEFBB853F443F901B209FDE311B55F83422959((intptr_t)L_4, /*hidden argument*/NULL); __this->set_SessionId_2(L_5); // Status = CAPI.ovr_NetSyncConnection_GetStatus(o); intptr_t L_6 = ___o0; int32_t L_7; L_7 = CAPI_ovr_NetSyncConnection_GetStatus_mA489182E33C41E3B47744B6EA7801F7CA62D8AB6((intptr_t)L_6, /*hidden argument*/NULL); __this->set_Status_3(L_7); // ZoneId = CAPI.ovr_NetSyncConnection_GetZoneId(o); intptr_t L_8 = ___o0; String_t* L_9; L_9 = CAPI_ovr_NetSyncConnection_GetZoneId_m342A30BEB8CD07991504F61841CB6EF93CCEA34B((intptr_t)L_8, /*hidden argument*/NULL); __this->set_ZoneId_4(L_9); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.NetSyncOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncOptions__ctor_m4F230BABBFAD58ECA19F97E3CA1CECEAA0EAA532 (NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public NetSyncOptions() { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Handle = CAPI.ovr_NetSyncOptions_Create(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CAPI_ovr_NetSyncOptions_Create_m2EC6864BC5222E27867B8AE77975B0FACDB622D7(/*hidden argument*/NULL); __this->set_Handle_0((intptr_t)L_0); // } return; } } // System.Void Oculus.Platform.NetSyncOptions::SetVoipGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncOptions_SetVoipGroup_m0C9CDCBFB1D234629F79B0B7FDF6B97CC0DCB7BD (NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_NetSyncOptions_SetVoipGroup(Handle, value); intptr_t L_0 = __this->get_Handle_0(); String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_NetSyncOptions_SetVoipGroup_mCA45B80C177C3C47CC0935E3B0A7ECCBF32373ED((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.NetSyncOptions::SetVoipStreamDefault(Oculus.Platform.NetSyncVoipStreamMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncOptions_SetVoipStreamDefault_mD5C3E0F48BFA1D1367D1E26353AF37F9853F549C (NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_NetSyncOptions_SetVoipStreamDefault(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_NetSyncOptions_SetVoipStreamDefault_mB7600E55481D7750C58F7ACD135FE786AC613C81((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.NetSyncOptions::SetZoneId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncOptions_SetZoneId_mCD3BCC0F5E0B60BB484E8F776E3068F51FE0995B (NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_NetSyncOptions_SetZoneId(Handle, value); intptr_t L_0 = __this->get_Handle_0(); String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_NetSyncOptions_SetZoneId_mF6C7F3ADD7D8327A94EA0EBE3FA4FB09A8938B12((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.IntPtr Oculus.Platform.NetSyncOptions::op_Explicit(Oculus.Platform.NetSyncOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t NetSyncOptions_op_Explicit_m0F37B879D76A73709ED4DA2483D62B13038CB6B4 (NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 * ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return options != null ? options.Handle : IntPtr.Zero; NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 * L_0 = ___options0; if (L_0) { goto IL_0009; } } { return (intptr_t)(0); } IL_0009: { NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 * L_1 = ___options0; NullCheck(L_1); intptr_t L_2 = L_1->get_Handle_0(); return (intptr_t)L_2; } } // System.Void Oculus.Platform.NetSyncOptions::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncOptions_Finalize_m939F9C3782C9529ADD3C78A200B763BF662CF109 (NetSyncOptions_t82C269BE48C98A19D7883B54BC643A9DCE068395 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // CAPI.ovr_NetSyncOptions_Destroy(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_NetSyncOptions_Destroy_mAB4BD18D0EC83DE7D9A2FA4296B0DCBF142FA2BF((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x14, FINALLY_000d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) } // end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14, IL_0014) } IL_0014: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.NetSyncSession::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncSession__ctor_mB577A0CE105B49FFAAE241B880416A58D41317B8 (NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public NetSyncSession(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ConnectionId = CAPI.ovr_NetSyncSession_GetConnectionId(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int64_t L_1; L_1 = CAPI_ovr_NetSyncSession_GetConnectionId_mF2691C1C0304FA9FF9AC6DD447E7641B9BB8696E((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ConnectionId_0(L_1); // Muted = CAPI.ovr_NetSyncSession_GetMuted(o); intptr_t L_2 = ___o0; bool L_3; L_3 = CAPI_ovr_NetSyncSession_GetMuted_m62BCCBAF3DCA9B50FD6DBEBAD7AC7D44009DA013((intptr_t)L_2, /*hidden argument*/NULL); __this->set_Muted_1(L_3); // SessionId = CAPI.ovr_NetSyncSession_GetSessionId(o); intptr_t L_4 = ___o0; uint64_t L_5; L_5 = CAPI_ovr_NetSyncSession_GetSessionId_m308F9CC4B80D88EDFF91CF86CDFF2C0AFB191A50((intptr_t)L_4, /*hidden argument*/NULL); __this->set_SessionId_2(L_5); // UserId = CAPI.ovr_NetSyncSession_GetUserId(o); intptr_t L_6 = ___o0; uint64_t L_7; L_7 = CAPI_ovr_NetSyncSession_GetUserId_mF1EB91628B246D0E23A5F0EEC2A95DE47285D622((intptr_t)L_6, /*hidden argument*/NULL); __this->set_UserId_3(L_7); // VoipGroup = CAPI.ovr_NetSyncSession_GetVoipGroup(o); intptr_t L_8 = ___o0; String_t* L_9; L_9 = CAPI_ovr_NetSyncSession_GetVoipGroup_m5F05E0F8F8679F3FB36F78337BD708CD6D1A751F((intptr_t)L_8, /*hidden argument*/NULL); __this->set_VoipGroup_4(L_9); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.NetSyncSessionList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncSessionList__ctor_m2975C4EE609667BBD16BE3F4A583166C9F46A6FA (NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_mDD1CBDBD04AF818D91B3BFE4DE641967466B06A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m74EFE0FCFCB65235BED773C94CBD1F5693DC75E5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m72FE05C8D4575DB08E41D51CA886BC2B4E9D84C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t814689C58494A7CC08836709C95562576D4A3FD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public NetSyncSessionList(IntPtr a) { DeserializableList_1__ctor_mDD1CBDBD04AF818D91B3BFE4DE641967466B06A2(__this, /*hidden argument*/DeserializableList_1__ctor_mDD1CBDBD04AF818D91B3BFE4DE641967466B06A2_RuntimeMethod_var); // var count = (int)CAPI.ovr_NetSyncSessionArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_NetSyncSessionArray_GetSize_m450C8C3A8EBEB1571AFEDAD0CC3DDB6C03FEAF95((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_t814689C58494A7CC08836709C95562576D4A3FD1 * L_4 = (List_1_t814689C58494A7CC08836709C95562576D4A3FD1 *)il2cpp_codegen_object_new(List_1_t814689C58494A7CC08836709C95562576D4A3FD1_il2cpp_TypeInfo_var); List_1__ctor_m72FE05C8D4575DB08E41D51CA886BC2B4E9D84C9(L_4, L_3, /*hidden argument*/List_1__ctor_m72FE05C8D4575DB08E41D51CA886BC2B4E9D84C9_RuntimeMethod_var); ((DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new NetSyncSession(CAPI.ovr_NetSyncSessionArray_GetElement(a, (UIntPtr)i))); List_1_t814689C58494A7CC08836709C95562576D4A3FD1 * L_5 = ((DeserializableList_1_tA04DB470B95CA88646B6B22C11FB4D107E4C306D *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_NetSyncSessionArray_GetElement_m529A416A3CC7F87C79C140449E7411A5E544573C((intptr_t)L_6, L_8, /*hidden argument*/NULL); NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C * L_10 = (NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C *)il2cpp_codegen_object_new(NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C_il2cpp_TypeInfo_var); NetSyncSession__ctor_mB577A0CE105B49FFAAE241B880416A58D41317B8(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m74EFE0FCFCB65235BED773C94CBD1F5693DC75E5(L_5, L_10, /*hidden argument*/List_1_Add_m74EFE0FCFCB65235BED773C94CBD1F5693DC75E5_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.NetSyncSessionsChangedNotification::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncSessionsChangedNotification__ctor_m613C2B7C8D57A003A5B76F4D9AECFD3C4C092CBE (NetSyncSessionsChangedNotification_t87C9DA88F5DED376816765EC012ED79080B40289 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public NetSyncSessionsChangedNotification(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ConnectionId = CAPI.ovr_NetSyncSessionsChangedNotification_GetConnectionId(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int64_t L_1; L_1 = CAPI_ovr_NetSyncSessionsChangedNotification_GetConnectionId_m0B278EE36831B12E61500425FF2D933A4250B3C4((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ConnectionId_0(L_1); // Sessions = new NetSyncSessionList(CAPI.ovr_NetSyncSessionsChangedNotification_GetSessions(o)); intptr_t L_2 = ___o0; intptr_t L_3; L_3 = CAPI_ovr_NetSyncSessionsChangedNotification_GetSessions_m6249EE5EDF6075AFE25FAC9491C43FADBF1E323A((intptr_t)L_2, /*hidden argument*/NULL); NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB * L_4 = (NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB *)il2cpp_codegen_object_new(NetSyncSessionList_t2F76CD91379D21C7DF41979738C984F622AF1CBB_il2cpp_TypeInfo_var); NetSyncSessionList__ctor_m2975C4EE609667BBD16BE3F4A583166C9F46A6FA(L_4, (intptr_t)L_3, /*hidden argument*/NULL); __this->set_Sessions_1(L_4); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.NetSyncSetSessionPropertyResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncSetSessionPropertyResult__ctor_mCA8CA15C695C41B79AF7673330BA41C78F3FA3F7 (NetSyncSetSessionPropertyResult_tFCEA2F61938E59393B706C33A04601DFC843F535 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public NetSyncSetSessionPropertyResult(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Session = new NetSyncSession(CAPI.ovr_NetSyncSetSessionPropertyResult_GetSession(o)); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_NetSyncSetSessionPropertyResult_GetSession_mE51B95145562AD74AB923B6F2A702C9FD3AC79E9((intptr_t)L_0, /*hidden argument*/NULL); NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C * L_2 = (NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C *)il2cpp_codegen_object_new(NetSyncSession_t739AB02C8BCF22737D36CB64F2144EC37167FB1C_il2cpp_TypeInfo_var); NetSyncSession__ctor_mB577A0CE105B49FFAAE241B880416A58D41317B8(L_2, (intptr_t)L_1, /*hidden argument*/NULL); __this->set_Session_0(L_2); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.NetSyncVoipAttenuationValue::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncVoipAttenuationValue__ctor_m8381C5CCF0C543C97D0695E3282AAF1EF10A6319 (NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public NetSyncVoipAttenuationValue(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Decibels = CAPI.ovr_NetSyncVoipAttenuationValue_GetDecibels(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); float L_1; L_1 = CAPI_ovr_NetSyncVoipAttenuationValue_GetDecibels_mB20D252C89D750DF3C5CE6E42417CCF20E28A378((intptr_t)L_0, /*hidden argument*/NULL); __this->set_Decibels_0(L_1); // Distance = CAPI.ovr_NetSyncVoipAttenuationValue_GetDistance(o); intptr_t L_2 = ___o0; float L_3; L_3 = CAPI_ovr_NetSyncVoipAttenuationValue_GetDistance_mE3B63AAB1E156F14EF261146F430CA5AD36A3D37((intptr_t)L_2, /*hidden argument*/NULL); __this->set_Distance_1(L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.NetSyncVoipAttenuationValueList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSyncVoipAttenuationValueList__ctor_mB25C244A39992342EDCCCCCCE1BE6481C63A7FD2 (NetSyncVoipAttenuationValueList_t8035C44D9A5692E3EEBDC7A6C5D677DF04D081BF * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m1FBFD17AFB3C32796D4C153A7331DDFF51431BEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA8863CA185BF1BD52EB0A3186C57DC03F87F1B96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBFDD29EEB5DF2688668D2AA10EE44CBE2A97E555_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public NetSyncVoipAttenuationValueList(IntPtr a) { DeserializableList_1__ctor_m1FBFD17AFB3C32796D4C153A7331DDFF51431BEE(__this, /*hidden argument*/DeserializableList_1__ctor_m1FBFD17AFB3C32796D4C153A7331DDFF51431BEE_RuntimeMethod_var); // var count = (int)CAPI.ovr_NetSyncVoipAttenuationValueArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_NetSyncVoipAttenuationValueArray_GetSize_mD7150C380068135EFEA3D3820B39989FE8A502FD((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE * L_4 = (List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE *)il2cpp_codegen_object_new(List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE_il2cpp_TypeInfo_var); List_1__ctor_mBFDD29EEB5DF2688668D2AA10EE44CBE2A97E555(L_4, L_3, /*hidden argument*/List_1__ctor_mBFDD29EEB5DF2688668D2AA10EE44CBE2A97E555_RuntimeMethod_var); ((DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new NetSyncVoipAttenuationValue(CAPI.ovr_NetSyncVoipAttenuationValueArray_GetElement(a, (UIntPtr)i))); List_1_tC50E971775E5905E6C9F427BD80DBF45C06297FE * L_5 = ((DeserializableList_1_tE14C481F6F6DD115EB01A58474BD7B4C01A78DDA *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_NetSyncVoipAttenuationValueArray_GetElement_m49B65D4C44C1B39383AA199934E5492BC489D638((intptr_t)L_6, L_8, /*hidden argument*/NULL); NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B * L_10 = (NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B *)il2cpp_codegen_object_new(NetSyncVoipAttenuationValue_t3BF8F4649F8477243333AFD0A871BE76F1B6D30B_il2cpp_TypeInfo_var); NetSyncVoipAttenuationValue__ctor_m8381C5CCF0C543C97D0695E3282AAF1EF10A6319(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_mA8863CA185BF1BD52EB0A3186C57DC03F87F1B96(L_5, L_10, /*hidden argument*/List_1_Add_mA8863CA185BF1BD52EB0A3186C57DC03F87F1B96_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.NetworkingPeer::.ctor(System.UInt64,Oculus.Platform.PeerConnectionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkingPeer__ctor_mBD7DA91EF0617D9867F4425919D34FE43D667E11 (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, uint64_t ___id0, int32_t ___state1, const RuntimeMethod* method) { { // public NetworkingPeer(UInt64 id, PeerConnectionState state) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ID = id; uint64_t L_0 = ___id0; NetworkingPeer_set_ID_m1778A2666D9C305F4D35DF593626D5F0C337226F_inline(__this, L_0, /*hidden argument*/NULL); // State = state; int32_t L_1 = ___state1; NetworkingPeer_set_State_m2111B922C7ABC5A309AF6E375DA27F257ED01F5F_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.UInt64 Oculus.Platform.Models.NetworkingPeer::get_ID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NetworkingPeer_get_ID_m069985E3E54933C8DC6D737B79A7710E519A3D3E (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, const RuntimeMethod* method) { { // public UInt64 ID { get; private set; } uint64_t L_0 = __this->get_U3CIDU3Ek__BackingField_0(); return L_0; } } // System.Void Oculus.Platform.Models.NetworkingPeer::set_ID(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkingPeer_set_ID_m1778A2666D9C305F4D35DF593626D5F0C337226F (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public UInt64 ID { get; private set; } uint64_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } // Oculus.Platform.PeerConnectionState Oculus.Platform.Models.NetworkingPeer::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkingPeer_get_State_mC2B21B34F2ED64AC8FE6632995FF67EC96F728A7 (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, const RuntimeMethod* method) { { // public PeerConnectionState State { get; private set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_1(); return L_0; } } // System.Void Oculus.Platform.Models.NetworkingPeer::set_State(Oculus.Platform.PeerConnectionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkingPeer_set_State_m2111B922C7ABC5A309AF6E375DA27F257ED01F5F (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public PeerConnectionState State { get; private set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Oculus.Platform.Request`1 Oculus.Platform.Notifications::GetRoomInviteNotifications() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t905B55299B98360BD28441866328CC345E8F3910 * Notifications_GetRoomInviteNotifications_m48887B2B1903726362C92EE90FF49062D421C66B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m125C03C5989D3BB0BF08B4B477CD32CBF8084E20_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t905B55299B98360BD28441866328CC345E8F3910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_Notification_GetRoomInvites()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Notification_GetRoomInvites_m8B02E4775EEB18B7155E3553EDB6543F44E3B457(/*hidden argument*/NULL); Request_1_t905B55299B98360BD28441866328CC345E8F3910 * L_2 = (Request_1_t905B55299B98360BD28441866328CC345E8F3910 *)il2cpp_codegen_object_new(Request_1_t905B55299B98360BD28441866328CC345E8F3910_il2cpp_TypeInfo_var); Request_1__ctor_m125C03C5989D3BB0BF08B4B477CD32CBF8084E20(L_2, L_1, /*hidden argument*/Request_1__ctor_m125C03C5989D3BB0BF08B4B477CD32CBF8084E20_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t905B55299B98360BD28441866328CC345E8F3910 *)NULL; } } // Oculus.Platform.Request Oculus.Platform.Notifications::MarkAsRead(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * Notifications_MarkAsRead_mDD0AF2117C3DF2FD2CECCAD74AB2431A1DC81C1E (uint64_t ___notificationID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_Notification_MarkAsRead(notificationID)); uint64_t L_1 = ___notificationID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_Notification_MarkAsRead_m87CF1A9B9131F8BF4F852871EBC584F6A2349469(L_1, /*hidden argument*/NULL); Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * L_3 = (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)il2cpp_codegen_object_new(Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); Request__ctor_mB551C6FD263CD2C452703D9B91B62B010C78958B(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Notifications::GetNextRoomInviteNotificationListPage(Oculus.Platform.Models.RoomInviteNotificationList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t905B55299B98360BD28441866328CC345E8F3910 * Notifications_GetNextRoomInviteNotificationListPage_m9DF8F721680E0B5A40AFB1700C91EB10A5FDB285 (RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_HasNextPage_mE6640221B79A8FFECFE5AF1AB289EBDE9FD05AF5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_NextUrl_mDAE26B294BC8AEBC354E3DCFDDDF9D98AA65928F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m125C03C5989D3BB0BF08B4B477CD32CBF8084E20_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t905B55299B98360BD28441866328CC345E8F3910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE8A75FBF3AF403A4513700A5BE99AC361971262); s_Il2CppMethodInitialized = true; } { // if (!list.HasNextPage) RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * L_0 = ___list0; NullCheck(L_0); bool L_1; L_1 = DeserializableList_1_get_HasNextPage_mE6640221B79A8FFECFE5AF1AB289EBDE9FD05AF5(L_0, /*hidden argument*/DeserializableList_1_get_HasNextPage_mE6640221B79A8FFECFE5AF1AB289EBDE9FD05AF5_RuntimeMethod_var); if (L_1) { goto IL_0014; } } { // Debug.LogWarning("Oculus.Platform.GetNextRoomInviteNotificationListPage: List has no next page"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteralDE8A75FBF3AF403A4513700A5BE99AC361971262, /*hidden argument*/NULL); // return null; return (Request_1_t905B55299B98360BD28441866328CC345E8F3910 *)NULL; } IL_0014: { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_2; L_2 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { // return new Request( // CAPI.ovr_HTTP_GetWithMessageType( // list.NextUrl, // (int)Message.MessageType.Notification_GetNextRoomInviteNotificationArrayPage // ) // ); RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * L_3 = ___list0; NullCheck(L_3); String_t* L_4; L_4 = DeserializableList_1_get_NextUrl_mDAE26B294BC8AEBC354E3DCFDDDF9D98AA65928F_inline(L_3, /*hidden argument*/DeserializableList_1_get_NextUrl_mDAE26B294BC8AEBC354E3DCFDDDF9D98AA65928F_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = CAPI_ovr_HTTP_GetWithMessageType_m3ADC2C3BFF17A426ECE7CA61B3A84451BAD3CF40(L_4, ((int32_t)102890359), /*hidden argument*/NULL); Request_1_t905B55299B98360BD28441866328CC345E8F3910 * L_6 = (Request_1_t905B55299B98360BD28441866328CC345E8F3910 *)il2cpp_codegen_object_new(Request_1_t905B55299B98360BD28441866328CC345E8F3910_il2cpp_TypeInfo_var); Request_1__ctor_m125C03C5989D3BB0BF08B4B477CD32CBF8084E20(L_6, L_5, /*hidden argument*/Request_1__ctor_m125C03C5989D3BB0BF08B4B477CD32CBF8084E20_RuntimeMethod_var); return L_6; } IL_0031: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_7 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_7, /*hidden argument*/NULL); // return null; return (Request_1_t905B55299B98360BD28441866328CC345E8F3910 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.OrgScopedID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrgScopedID__ctor_m8E653E69DC22393635B356CB6006E0A20C1E0BEE (OrgScopedID_tB1BEECC4583C752389EFF379941DE6B72090B261 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public OrgScopedID(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ID = CAPI.ovr_OrgScopedID_GetID(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_OrgScopedID_GetID_mD131B5B314E183C44CDFA498B5CCDEE97FEC7224((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ID_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Packet::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet__ctor_m2B22160FAB4028F51DED7D513D6695A9F8695344 (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, intptr_t ___packetHandle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Packet(IntPtr packetHandle) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.packetHandle = packetHandle; intptr_t L_0 = ___packetHandle0; __this->set_packetHandle_1((intptr_t)L_0); // size = (ulong) CAPI.ovr_Packet_GetSize(packetHandle); intptr_t L_1 = ___packetHandle0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_2; L_2 = CAPI_ovr_Packet_GetSize_m8C80B9FD7FE225A913BDCE0D6AEBF6EDED74AF11((intptr_t)L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = UIntPtr_op_Explicit_m5BE0C5F6B2C91B503F2F0AC4EE76F475CCD9A125(L_2, /*hidden argument*/NULL); __this->set_size_0(L_3); // } return; } } // System.UInt64 Oculus.Platform.Packet::ReadBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Packet_ReadBytes_m0380D2B990896E5EC95075B6938695C856431D05 (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___destination0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ((ulong) destination.LongLength < size) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___destination0; NullCheck(L_0); uint64_t L_1 = __this->get_size_0(); if ((!(((uint64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))))) < ((uint64_t)L_1)))) { goto IL_0026; } } { // throw new System.ArgumentException(String.Format("Destination array was not big enough to hold {0} bytes", size)); uint64_t L_2 = __this->get_size_0(); uint64_t L_3 = L_2; RuntimeObject * L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)), &L_3); String_t* L_5; L_5 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE386A93B8C53D7B4E1348948EA384D48B27414CB)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Packet_ReadBytes_m0380D2B990896E5EC95075B6938695C856431D05_RuntimeMethod_var))); } IL_0026: { // Marshal.Copy(CAPI.ovr_Packet_GetBytes(packetHandle), destination, 0, (int) size); intptr_t L_7 = __this->get_packetHandle_1(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_8; L_8 = CAPI_ovr_Packet_GetBytes_m783C2688F18A4760921022252BB8F80686B9D55F((intptr_t)L_7, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___destination0; uint64_t L_10 = __this->get_size_0(); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m5B5711DAE25F766427A60AA33208E669EACD0716((intptr_t)L_8, L_9, 0, ((int32_t)((int32_t)L_10)), /*hidden argument*/NULL); // return size; uint64_t L_11 = __this->get_size_0(); return L_11; } } // System.UInt64 Oculus.Platform.Packet::get_SenderID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Packet_get_SenderID_m9B1AF58B764E2A6FE83FEA19C03FBEA6BCDE0F09 (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return CAPI.ovr_Packet_GetSenderID(packetHandle); } intptr_t L_0 = __this->get_packetHandle_1(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Packet_GetSenderID_m7109739EED4DFC909B375C36789EC73ED2EB93D8((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt64 Oculus.Platform.Packet::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Packet_get_Size_m81363C510F076AB1B61C269DD311AE3532670001 (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, const RuntimeMethod* method) { { // get { return size; } uint64_t L_0 = __this->get_size_0(); return L_0; } } // Oculus.Platform.SendPolicy Oculus.Platform.Packet::get_Policy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Packet_get_Policy_mDFBE83E2E50F538F2452A30A086B549EA6047D73 (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return (SendPolicy)CAPI.ovr_Packet_GetSendPolicy(packetHandle); } intptr_t L_0 = __this->get_packetHandle_1(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CAPI_ovr_Packet_GetSendPolicy_mA9ADA986AEB560FB1A3BA6678F3DF960FAFAF7C6((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Oculus.Platform.Packet::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet_Finalize_mA3C304628FC4CE533D6E88633E13798F3F95860C (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // Dispose(); Packet_Dispose_m8660A927DFE7387F8EA24C1485890B3BE1A50C21(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0xF, FINALLY_0008); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0008; } FINALLY_0008: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(8) } // end finally (depth: 1) IL2CPP_CLEANUP(8) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF, IL_000f) } IL_000f: { // } return; } } // System.Void Oculus.Platform.Packet::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet_Dispose_m8660A927DFE7387F8EA24C1485890B3BE1A50C21 (Packet_t1B5C94FD74B0FCB7FBBE67D137CC0BAA36B3540A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_Packet_Free(packetHandle); intptr_t L_0 = __this->get_packetHandle_1(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Packet_Free_m6D955BA0E0340BE9189B53A0DD6345E8CFCB59AD((intptr_t)L_0, /*hidden argument*/NULL); // GC.SuppressFinalize(this); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E(__this, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Oculus.Platform.Request`1 Oculus.Platform.Parties::GetCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035 * Parties_GetCurrent_mF9F1319BCB93C4AB726393D6617436DFA70C1DB2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mBF5B02E55E7EACCE5000A1DEB5C79D09092ED4E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_Party_GetCurrent()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Party_GetCurrent_mC5EFBB2F0B0AEE921EC84747E0432275358EAF68(/*hidden argument*/NULL); Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035 * L_2 = (Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035 *)il2cpp_codegen_object_new(Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035_il2cpp_TypeInfo_var); Request_1__ctor_mBF5B02E55E7EACCE5000A1DEB5C79D09092ED4E6(L_2, L_1, /*hidden argument*/Request_1__ctor_mBF5B02E55E7EACCE5000A1DEB5C79D09092ED4E6_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_tB5293422543EA1E44432A7E6E4A90D0E3C096035 *)NULL; } } // System.Void Oculus.Platform.Parties::SetPartyUpdateNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parties_SetPartyUpdateNotificationCallback_mDD804DF0D6B3ABC46BA4F787E2B3EC7CFA5EFAD3 (Callback_t413C50F50EB8340B0AB5684D79EA7C09AEFE31BC * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisPartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5_mC4E991245619E93C941E1C994B0A21E94FB49B21_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Party_PartyUpdate, // callback // ); Callback_t413C50F50EB8340B0AB5684D79EA7C09AEFE31BC * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisPartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5_mC4E991245619E93C941E1C994B0A21E94FB49B21(((int32_t)487688882), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisPartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5_mC4E991245619E93C941E1C994B0A21E94FB49B21_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.Party::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Party__ctor_m5C796690334ABDABF17CB3632878ADA96D4B37DE (Party_t178DC369E19ECEFFF59C9DD9B1258DF6656FFBEB * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); { // public Party(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ID = CAPI.ovr_Party_GetID(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Party_GetID_mCD8D9A635AF0884CF5A5A5CC901814E8C7ACDA90((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ID_0(L_1); // var pointer = CAPI.ovr_Party_GetInvitedUsers(o); intptr_t L_2 = ___o0; intptr_t L_3; L_3 = CAPI_ovr_Party_GetInvitedUsers_mEA375E164DFDE8740E4F38BBF05E933BE2EEC4D1((intptr_t)L_2, /*hidden argument*/NULL); V_0 = (intptr_t)L_3; // InvitedUsers = new UserList(pointer); intptr_t L_4 = V_0; UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_5 = (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)il2cpp_codegen_object_new(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); UserList__ctor_m96C3F13B2411948E074F6635F8CD20C58CE918FB(L_5, (intptr_t)L_4, /*hidden argument*/NULL); __this->set_InvitedUsers_2(L_5); // if (pointer == IntPtr.Zero) { intptr_t L_6 = V_0; bool L_7; L_7 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_6, (intptr_t)(0), /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { // InvitedUsersOptional = null; __this->set_InvitedUsersOptional_1((UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)NULL); // } else { goto IL_0047; } IL_003b: { // InvitedUsersOptional = InvitedUsers; UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_8 = __this->get_InvitedUsers_2(); __this->set_InvitedUsersOptional_1(L_8); } IL_0047: { // var pointer = CAPI.ovr_Party_GetLeader(o); intptr_t L_9 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_10; L_10 = CAPI_ovr_Party_GetLeader_m061DA537125BFC8DDF8BC18801037BBBB8850128((intptr_t)L_9, /*hidden argument*/NULL); V_1 = (intptr_t)L_10; // Leader = new User(pointer); intptr_t L_11 = V_1; User_tA163463AE919860D9B337F6104B028990A44B69D * L_12 = (User_tA163463AE919860D9B337F6104B028990A44B69D *)il2cpp_codegen_object_new(User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); User__ctor_m4AF62433B0AEE86B747583E8FF7B851472D7F961(L_12, (intptr_t)L_11, /*hidden argument*/NULL); __this->set_Leader_4(L_12); // if (pointer == IntPtr.Zero) { intptr_t L_13 = V_1; bool L_14; L_14 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_13, (intptr_t)(0), /*hidden argument*/NULL); if (!L_14) { goto IL_0070; } } { // LeaderOptional = null; __this->set_LeaderOptional_3((User_tA163463AE919860D9B337F6104B028990A44B69D *)NULL); // } else { goto IL_007c; } IL_0070: { // LeaderOptional = Leader; User_tA163463AE919860D9B337F6104B028990A44B69D * L_15 = __this->get_Leader_4(); __this->set_LeaderOptional_3(L_15); } IL_007c: { // var pointer = CAPI.ovr_Party_GetRoom(o); intptr_t L_16 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_17; L_17 = CAPI_ovr_Party_GetRoom_mEA9A97282454F7F51CCDEC45F494B194C2042CED((intptr_t)L_16, /*hidden argument*/NULL); V_2 = (intptr_t)L_17; // Room = new Room(pointer); intptr_t L_18 = V_2; Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_19 = (Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *)il2cpp_codegen_object_new(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); Room__ctor_m3D051E457AB4DF0627AF460FDAF157DF188489B8(L_19, (intptr_t)L_18, /*hidden argument*/NULL); __this->set_Room_6(L_19); // if (pointer == IntPtr.Zero) { intptr_t L_20 = V_2; bool L_21; L_21 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_20, (intptr_t)(0), /*hidden argument*/NULL); if (!L_21) { goto IL_00a5; } } { // RoomOptional = null; __this->set_RoomOptional_5((Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *)NULL); // } else { goto IL_00b1; } IL_00a5: { // RoomOptional = Room; Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_22 = __this->get_Room_6(); __this->set_RoomOptional_5(L_22); } IL_00b1: { // var pointer = CAPI.ovr_Party_GetUsers(o); intptr_t L_23 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_24; L_24 = CAPI_ovr_Party_GetUsers_mE9A302579308A40B2A3A59144D1404D7C6BD4E31((intptr_t)L_23, /*hidden argument*/NULL); V_3 = (intptr_t)L_24; // Users = new UserList(pointer); intptr_t L_25 = V_3; UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_26 = (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)il2cpp_codegen_object_new(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); UserList__ctor_m96C3F13B2411948E074F6635F8CD20C58CE918FB(L_26, (intptr_t)L_25, /*hidden argument*/NULL); __this->set_Users_8(L_26); // if (pointer == IntPtr.Zero) { intptr_t L_27 = V_3; bool L_28; L_28 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_27, (intptr_t)(0), /*hidden argument*/NULL); if (!L_28) { goto IL_00d9; } } { // UsersOptional = null; __this->set_UsersOptional_7((UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)NULL); // } else { return; } IL_00d9: { // UsersOptional = Users; UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_29 = __this->get_Users_8(); __this->set_UsersOptional_7(L_29); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.PartyID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartyID__ctor_m3BE1A3E44FD6DB114FEA3B8442282678A7C27E1B (PartyID_t885D13954216C8038402FF2D1F2B045654C6BA59 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PartyID(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ID = CAPI.ovr_PartyID_GetID(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_PartyID_GetID_m53F41687148C971E80E20966109255E5CBDE5034((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ID_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.PartyUpdateNotification::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartyUpdateNotification__ctor_m41B52CB6B04F8EFBB0A1B582C494B4C878A260D2 (PartyUpdateNotification_t9A4B180D376DE7EEFF2C79680C75B7A41E4F19D5 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PartyUpdateNotification(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Action = CAPI.ovr_PartyUpdateNotification_GetAction(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CAPI_ovr_PartyUpdateNotification_GetAction_mDFBBA36BB711D92367E08BADAEA21B4FB9FAB3FF((intptr_t)L_0, /*hidden argument*/NULL); __this->set_Action_0(L_1); // PartyId = CAPI.ovr_PartyUpdateNotification_GetPartyId(o); intptr_t L_2 = ___o0; uint64_t L_3; L_3 = CAPI_ovr_PartyUpdateNotification_GetPartyId_m2D87ED5E4634DEC9384D6DDA169AA66182CDDA05((intptr_t)L_2, /*hidden argument*/NULL); __this->set_PartyId_1(L_3); // SenderId = CAPI.ovr_PartyUpdateNotification_GetSenderId(o); intptr_t L_4 = ___o0; uint64_t L_5; L_5 = CAPI_ovr_PartyUpdateNotification_GetSenderId_m75A00293FB0257ADD681235A58263E3E0FD20FAE((intptr_t)L_4, /*hidden argument*/NULL); __this->set_SenderId_2(L_5); // UpdateTimestamp = CAPI.ovr_PartyUpdateNotification_GetUpdateTimestamp(o); intptr_t L_6 = ___o0; String_t* L_7; L_7 = CAPI_ovr_PartyUpdateNotification_GetUpdateTimestamp_m5232AC3BD5BCB6D261DECA5B77AE6D13561DA9C5((intptr_t)L_6, /*hidden argument*/NULL); __this->set_UpdateTimestamp_3(L_7); // UserAlias = CAPI.ovr_PartyUpdateNotification_GetUserAlias(o); intptr_t L_8 = ___o0; String_t* L_9; L_9 = CAPI_ovr_PartyUpdateNotification_GetUserAlias_m4494B94E34F99A96DB3AC4059DE60CF15C67E752((intptr_t)L_8, /*hidden argument*/NULL); __this->set_UserAlias_4(L_9); // UserId = CAPI.ovr_PartyUpdateNotification_GetUserId(o); intptr_t L_10 = ___o0; uint64_t L_11; L_11 = CAPI_ovr_PartyUpdateNotification_GetUserId_m105CCC36B417F6C3DC31A852855510ED4241A8FE((intptr_t)L_10, /*hidden argument*/NULL); __this->set_UserId_5(L_11); // UserName = CAPI.ovr_PartyUpdateNotification_GetUserName(o); intptr_t L_12 = ___o0; String_t* L_13; L_13 = CAPI_ovr_PartyUpdateNotification_GetUserName_m23B095B8D01B1114DD15080B1D32E80775B5A76A((intptr_t)L_12, /*hidden argument*/NULL); __this->set_UserName_6(L_13); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.Pid::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pid__ctor_m2BD19BB59BA01B8CBED3A55F910A566C891C0877 (Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Pid(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Id = CAPI.ovr_Pid_GetId(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_1; L_1 = CAPI_ovr_Pid_GetId_m3BF9EF228478FFE4CD6BC160F5B4821B1A57FDF6((intptr_t)L_0, /*hidden argument*/NULL); __this->set_Id_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.PidList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PidList__ctor_m21442E690E1FC01F57A8A3B61073FE47BBBEC1DF (PidList_t891283A24E8065477D9F74286AE24A0AA94E50DC * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m45E981B3CAD57FC3D2F05787E2E59490BFDE629B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4EA18BB63BFEAF76AA407442A4E145110CFB0EFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBBEDF3751FFFC20A994E4509F6261E95EE1F0335_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t76614734F621AFD54E4A1505402DFEE94376947F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public PidList(IntPtr a) { DeserializableList_1__ctor_m45E981B3CAD57FC3D2F05787E2E59490BFDE629B(__this, /*hidden argument*/DeserializableList_1__ctor_m45E981B3CAD57FC3D2F05787E2E59490BFDE629B_RuntimeMethod_var); // var count = (int)CAPI.ovr_PidArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_PidArray_GetSize_m91778F9EA62F4D4CD4F02E0744B18055DA0CE316((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_t76614734F621AFD54E4A1505402DFEE94376947F * L_4 = (List_1_t76614734F621AFD54E4A1505402DFEE94376947F *)il2cpp_codegen_object_new(List_1_t76614734F621AFD54E4A1505402DFEE94376947F_il2cpp_TypeInfo_var); List_1__ctor_mBBEDF3751FFFC20A994E4509F6261E95EE1F0335(L_4, L_3, /*hidden argument*/List_1__ctor_mBBEDF3751FFFC20A994E4509F6261E95EE1F0335_RuntimeMethod_var); ((DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413 *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new Pid(CAPI.ovr_PidArray_GetElement(a, (UIntPtr)i))); List_1_t76614734F621AFD54E4A1505402DFEE94376947F * L_5 = ((DeserializableList_1_t2B453A6BCB085AF02783A19CA28B9339DC3C1413 *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_PidArray_GetElement_m4E35B3AECFC4FE475B0C443024A47216972F37D2((intptr_t)L_6, L_8, /*hidden argument*/NULL); Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5 * L_10 = (Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5 *)il2cpp_codegen_object_new(Pid_t3C0E388353BA69BB08D4C1B0199D7F92D6CEA5C5_il2cpp_TypeInfo_var); Pid__ctor_m2BD19BB59BA01B8CBED3A55F910A566C891C0877(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m4EA18BB63BFEAF76AA407442A4E145110CFB0EFF(L_5, L_10, /*hidden argument*/List_1_Add_m4EA18BB63BFEAF76AA407442A4E145110CFB0EFF_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.PingResult::.ctor(System.UInt64,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PingResult__ctor_m927D3A2019192396815FBF407B162AA86A515AAE (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * __this, uint64_t ___id0, Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C ___pingTimeUsec1, const RuntimeMethod* method) { { // public PingResult(UInt64 id, UInt64? pingTimeUsec) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.ID = id; uint64_t L_0 = ___id0; PingResult_set_ID_mF198896BB8E0C1E23B74F439F12B179E5747D5A2_inline(__this, L_0, /*hidden argument*/NULL); // this.pingTimeUsec = pingTimeUsec; Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_1 = ___pingTimeUsec1; __this->set_pingTimeUsec_1(L_1); // } return; } } // System.UInt64 Oculus.Platform.Models.PingResult::get_ID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t PingResult_get_ID_mDF782C297DA1365591EDFB22741A75FEC8E9C724 (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * __this, const RuntimeMethod* method) { { // public UInt64 ID { get; private set; } uint64_t L_0 = __this->get_U3CIDU3Ek__BackingField_0(); return L_0; } } // System.Void Oculus.Platform.Models.PingResult::set_ID(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PingResult_set_ID_mF198896BB8E0C1E23B74F439F12B179E5747D5A2 (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public UInt64 ID { get; private set; } uint64_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } // System.UInt64 Oculus.Platform.Models.PingResult::get_PingTimeUsec() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t PingResult_get_PingTimeUsec_m70F0A542DAF04C6192FE3CB341DEEF5B4EB6C928 (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m90FA9FBA39DBC4811AB9700983A957D5F2845EAB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return pingTimeUsec.HasValue ? pingTimeUsec.Value : 0; Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * L_0 = __this->get_address_of_pingTimeUsec_1(); bool L_1; L_1 = Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_inline((Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *)L_0, /*hidden argument*/Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_RuntimeMethod_var); if (L_1) { goto IL_0010; } } { return ((int64_t)((int64_t)0)); } IL_0010: { Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * L_2 = __this->get_address_of_pingTimeUsec_1(); uint64_t L_3; L_3 = Nullable_1_get_Value_m90FA9FBA39DBC4811AB9700983A957D5F2845EAB((Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *)L_2, /*hidden argument*/Nullable_1_get_Value_m90FA9FBA39DBC4811AB9700983A957D5F2845EAB_RuntimeMethod_var); return L_3; } } // System.Boolean Oculus.Platform.Models.PingResult::get_IsTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PingResult_get_IsTimeout_mF482A82D5C03A7094D89463EE52141B6016EDCCE (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return !pingTimeUsec.HasValue; Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * L_0 = __this->get_address_of_pingTimeUsec_1(); bool L_1; L_1 = Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_inline((Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *)L_0, /*hidden argument*/Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_RuntimeMethod_var); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.PlatformInitialize::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformInitialize__ctor_m5A95062D1CE9262141FEEE0E93D7980C988DBF30 (PlatformInitialize_tB7EE16E921791873DFC8C065BF13FE7996106F50 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PlatformInitialize(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Result = CAPI.ovr_PlatformInitialize_GetResult(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CAPI_ovr_PlatformInitialize_GetResult_m1C62B659D6FC74BE58CB2A3DB053C12210AA64C1((intptr_t)L_0, /*hidden argument*/NULL); __this->set_Result_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.PlatformInternal::CrashApplication() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformInternal_CrashApplication_mCE253A4EAC2E2D2B3644B9F4C7FCCC44439EAB73 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_CrashApplication(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_CrashApplication_mFD3B8BA997E721FED8B0EEF1CDE2202D975D53E3(/*hidden argument*/NULL); // } return; } } // Oculus.Platform.Message Oculus.Platform.PlatformInternal::ParseMessageHandle(System.IntPtr,Oculus.Platform.Message/MessageType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * PlatformInternal_ParseMessageHandle_m7E786D5296CAD465173D2593820473355FDAC889 (intptr_t ___messageHandle0, uint32_t ___messageType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithAbuseReportRecording_tFF93689E4EF8BC1ECEAB821554B7090D99998393_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithCalApplicationFinalized_t33C2A5EC721BEFA1AC0D9947558C63F125E32831_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithCalApplicationSuggestionList_t93F917E30B5B80378348E4684BFB366B87B0FCCC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithInstalledApplicationList_t7113CB511EF3E462FEEB787582391FA3D8582DF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithLaunchBlockFlowResult_t049C28157FCDF68D4FE9C3B7B89F9B682A9A472F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithLaunchReportFlowResult_t94E14C2558077B6B5B12E50C9D71AE30E42918A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithLaunchUnblockFlowResult_t5D99984DF32A5C5355302FBA0BD258C80D186C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithLinkedAccountList_t3EA821069A0E468ACA5FBB51747C7FD50BDB096E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithLivestreamingApplicationStatus_t12B51B4EFBF6334DD1306E10E16A0B555BCDB197_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithLivestreamingStartResult_t82AF73169F096F06881D2BDAEA24E28CE7673F13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithLivestreamingVideoStats_t8F01CC42D962B6B041AB7082F8E346CE0F638F03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithNetSyncConnection_t53DA53BF4AA3CB862793CD705F28293566464FEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithNetSyncSessionList_tEA7897143720D031BF73A1A4CA10EC88404DEB6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithNetSyncSetSessionPropertyResult_tC1AEC3AEA3194D76548FA3DC009E9BE37EC0A3EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithNetSyncVoipAttenuationValueList_t881380F1E2F4E9818357501C43185D4539C808C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithParty_t47591733C170E4A940E558968881918663246F23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * V_0 = NULL; uint32_t V_1 = 0; { // Message message = null; V_0 = (Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *)NULL; // switch ((PlatformInternal.MessageTypeInternal)messageType) uint32_t L_0 = ___messageType1; V_1 = L_0; uint32_t L_1 = V_1; if ((!(((uint32_t)L_1) <= ((uint32_t)((int32_t)1343932350))))) { goto IL_0225; } } { uint32_t L_2 = V_1; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)661065560))))) { goto IL_0112; } } { uint32_t L_3 = V_1; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)359268021))))) { goto IL_008e; } } { uint32_t L_4 = V_1; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)191729014))))) { goto IL_0050; } } { uint32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)65065289)))) { goto IL_0474; } } { uint32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)125660812)))) { goto IL_051c; } } { uint32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)191729014)))) { goto IL_04b9; } } { goto IL_0535; } IL_0050: { uint32_t L_8 = V_1; if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)292822787))))) { goto IL_0073; } } { uint32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)288016919)))) { goto IL_04ef; } } { uint32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)292822787)))) { goto IL_0525; } } { goto IL_0535; } IL_0073: { uint32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)346172055)))) { goto IL_04a4; } } { uint32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)359268021)))) { goto IL_04d4; } } { goto IL_0535; } IL_008e: { uint32_t L_13 = V_1; if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)475495815))))) { goto IL_00d4; } } { uint32_t L_14 = V_1; if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)432190251))))) { goto IL_00b9; } } { uint32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)409847005)))) { goto IL_0474; } } { uint32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)432190251)))) { goto IL_052e; } } { goto IL_0535; } IL_00b9: { uint32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)450042703)))) { goto IL_050a; } } { uint32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)((int32_t)475495815)))) { goto IL_0474; } } { goto IL_0535; } IL_00d4: { uint32_t L_19 = V_1; if ((!(((uint32_t)L_19) <= ((uint32_t)((int32_t)517416647))))) { goto IL_00f7; } } { uint32_t L_20 = V_1; if ((((int32_t)L_20) == ((int32_t)((int32_t)497667029)))) { goto IL_045c; } } { uint32_t L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)517416647)))) { goto IL_0525; } } { goto IL_0535; } IL_00f7: { uint32_t L_22 = V_1; if ((((int32_t)L_22) == ((int32_t)((int32_t)645772532)))) { goto IL_0474; } } { uint32_t L_23 = V_1; if ((((int32_t)L_23) == ((int32_t)((int32_t)661065560)))) { goto IL_0474; } } { goto IL_0535; } IL_0112: { uint32_t L_24 = V_1; if ((!(((uint32_t)L_24) <= ((uint32_t)((int32_t)901104867))))) { goto IL_01a1; } } { uint32_t L_25 = V_1; if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)848430801))))) { goto IL_0163; } } { uint32_t L_26 = V_1; if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)822018158))))) { goto IL_0148; } } { uint32_t L_27 = V_1; if ((((int32_t)L_27) == ((int32_t)((int32_t)766496213)))) { goto IL_0474; } } { uint32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)((int32_t)822018158)))) { goto IL_0525; } } { goto IL_0535; } IL_0148: { uint32_t L_29 = V_1; if ((((int32_t)L_29) == ((int32_t)((int32_t)840263277)))) { goto IL_0474; } } { uint32_t L_30 = V_1; if ((((int32_t)L_30) == ((int32_t)((int32_t)848430801)))) { goto IL_0474; } } { goto IL_0535; } IL_0163: { uint32_t L_31 = V_1; if ((!(((uint32_t)L_31) <= ((uint32_t)((int32_t)878018226))))) { goto IL_0186; } } { uint32_t L_32 = V_1; if ((((int32_t)L_32) == ((int32_t)((int32_t)855832432)))) { goto IL_0474; } } { uint32_t L_33 = V_1; if ((((int32_t)L_33) == ((int32_t)((int32_t)878018226)))) { goto IL_0525; } } { goto IL_0535; } IL_0186: { uint32_t L_34 = V_1; if ((((int32_t)L_34) == ((int32_t)((int32_t)882366454)))) { goto IL_0474; } } { uint32_t L_35 = V_1; if ((((int32_t)L_35) == ((int32_t)((int32_t)901104867)))) { goto IL_050a; } } { goto IL_0535; } IL_01a1: { uint32_t L_36 = V_1; if ((!(((uint32_t)L_36) <= ((uint32_t)((int32_t)1286683246))))) { goto IL_01e7; } } { uint32_t L_37 = V_1; if ((!(((uint32_t)L_37) <= ((uint32_t)((int32_t)1050353505))))) { goto IL_01cc; } } { uint32_t L_38 = V_1; if ((((int32_t)L_38) == ((int32_t)((int32_t)921194380)))) { goto IL_0525; } } { uint32_t L_39 = V_1; if ((((int32_t)L_39) == ((int32_t)((int32_t)1050353505)))) { goto IL_0474; } } { goto IL_0535; } IL_01cc: { uint32_t L_40 = V_1; if ((((int32_t)L_40) == ((int32_t)((int32_t)1155796426)))) { goto IL_04cb; } } { uint32_t L_41 = V_1; if ((((int32_t)L_41) == ((int32_t)((int32_t)1286683246)))) { goto IL_0498; } } { goto IL_0535; } IL_01e7: { uint32_t L_42 = V_1; if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)1317270237))))) { goto IL_020a; } } { uint32_t L_43 = V_1; if ((((int32_t)L_43) == ((int32_t)((int32_t)1317133401)))) { goto IL_0525; } } { uint32_t L_44 = V_1; if ((((int32_t)L_44) == ((int32_t)((int32_t)1317270237)))) { goto IL_0474; } } { goto IL_0535; } IL_020a: { uint32_t L_45 = V_1; if ((((int32_t)L_45) == ((int32_t)((int32_t)1328734477)))) { goto IL_0474; } } { uint32_t L_46 = V_1; if ((((int32_t)L_46) == ((int32_t)((int32_t)1343932350)))) { goto IL_04c2; } } { goto IL_0535; } IL_0225: { uint32_t L_47 = V_1; if ((!(((uint32_t)L_47) <= ((uint32_t)((int32_t)1684899167))))) { goto IL_0343; } } { uint32_t L_48 = V_1; if ((!(((uint32_t)L_48) <= ((uint32_t)((int32_t)1480774160))))) { goto IL_02bf; } } { uint32_t L_49 = V_1; if ((!(((uint32_t)L_49) <= ((uint32_t)((int32_t)1450209301))))) { goto IL_0281; } } { uint32_t L_50 = V_1; if ((!(((uint32_t)L_50) <= ((uint32_t)((int32_t)1434844938))))) { goto IL_0266; } } { uint32_t L_51 = V_1; if ((((int32_t)L_51) == ((int32_t)((int32_t)1376744524)))) { goto IL_0480; } } { uint32_t L_52 = V_1; if ((((int32_t)L_52) == ((int32_t)((int32_t)1434844938)))) { goto IL_04e6; } } { goto IL_0535; } IL_0266: { uint32_t L_53 = V_1; if ((((int32_t)L_53) == ((int32_t)((int32_t)1449304081)))) { goto IL_052e; } } { uint32_t L_54 = V_1; if ((((int32_t)L_54) == ((int32_t)((int32_t)1450209301)))) { goto IL_0468; } } { goto IL_0535; } IL_0281: { uint32_t L_55 = V_1; if ((!(((uint32_t)L_55) <= ((uint32_t)((int32_t)1469314134))))) { goto IL_02a4; } } { uint32_t L_56 = V_1; if ((((int32_t)L_56) == ((int32_t)((int32_t)1467721888)))) { goto IL_04ef; } } { uint32_t L_57 = V_1; if ((((int32_t)L_57) == ((int32_t)((int32_t)1469314134)))) { goto IL_04b0; } } { goto IL_0535; } IL_02a4: { uint32_t L_58 = V_1; if ((((int32_t)L_58) == ((int32_t)((int32_t)1477614734)))) { goto IL_0474; } } { uint32_t L_59 = V_1; if ((((int32_t)L_59) == ((int32_t)((int32_t)1480774160)))) { goto IL_0525; } } { goto IL_0535; } IL_02bf: { uint32_t L_60 = V_1; if ((!(((uint32_t)L_60) <= ((uint32_t)((int32_t)1590749746))))) { goto IL_0305; } } { uint32_t L_61 = V_1; if ((!(((uint32_t)L_61) <= ((uint32_t)((int32_t)1553310963))))) { goto IL_02ea; } } { uint32_t L_62 = V_1; if ((((int32_t)L_62) == ((int32_t)((int32_t)1489764138)))) { goto IL_0501; } } { uint32_t L_63 = V_1; if ((((int32_t)L_63) == ((int32_t)((int32_t)1553310963)))) { goto IL_0474; } } { goto IL_0535; } IL_02ea: { uint32_t L_64 = V_1; if ((((int32_t)L_64) == ((int32_t)((int32_t)1586058173)))) { goto IL_04f8; } } { uint32_t L_65 = V_1; if ((((int32_t)L_65) == ((int32_t)((int32_t)1590749746)))) { goto IL_0474; } } { goto IL_0535; } IL_0305: { uint32_t L_66 = V_1; if ((!(((uint32_t)L_66) <= ((uint32_t)((int32_t)1636310390))))) { goto IL_0328; } } { uint32_t L_67 = V_1; if ((((int32_t)L_67) == ((int32_t)((int32_t)1618513035)))) { goto IL_052e; } } { uint32_t L_68 = V_1; if ((((int32_t)L_68) == ((int32_t)((int32_t)1636310390)))) { goto IL_051c; } } { goto IL_0535; } IL_0328: { uint32_t L_69 = V_1; if ((((int32_t)L_69) == ((int32_t)((int32_t)1675623566)))) { goto IL_0474; } } { uint32_t L_70 = V_1; if ((((int32_t)L_70) == ((int32_t)((int32_t)1684899167)))) { goto IL_04d4; } } { goto IL_0535; } IL_0343: { uint32_t L_71 = V_1; if ((!(((uint32_t)L_71) <= ((uint32_t)((int32_t)1874211363))))) { goto IL_03d2; } } { uint32_t L_72 = V_1; if ((!(((uint32_t)L_72) <= ((uint32_t)((int32_t)1788128654))))) { goto IL_0394; } } { uint32_t L_73 = V_1; if ((!(((uint32_t)L_73) <= ((uint32_t)((int32_t)1742839095))))) { goto IL_0379; } } { uint32_t L_74 = V_1; if ((((int32_t)L_74) == ((int32_t)((int32_t)1701884605)))) { goto IL_0474; } } { uint32_t L_75 = V_1; if ((((int32_t)L_75) == ((int32_t)((int32_t)1742839095)))) { goto IL_04e6; } } { goto IL_0535; } IL_0379: { uint32_t L_76 = V_1; if ((((int32_t)L_76) == ((int32_t)((int32_t)1744993395)))) { goto IL_050a; } } { uint32_t L_77 = V_1; if ((((int32_t)L_77) == ((int32_t)((int32_t)1788128654)))) { goto IL_0474; } } { goto IL_0535; } IL_0394: { uint32_t L_78 = V_1; if ((!(((uint32_t)L_78) <= ((uint32_t)((int32_t)1819161571))))) { goto IL_03b7; } } { uint32_t L_79 = V_1; if ((((int32_t)L_79) == ((int32_t)((int32_t)1798743375)))) { goto IL_0525; } } { uint32_t L_80 = V_1; if ((((int32_t)L_80) == ((int32_t)((int32_t)1819161571)))) { goto IL_0450; } } { goto IL_0535; } IL_03b7: { uint32_t L_81 = V_1; if ((((int32_t)L_81) == ((int32_t)((int32_t)1859521077)))) { goto IL_04dd; } } { uint32_t L_82 = V_1; if ((((int32_t)L_82) == ((int32_t)((int32_t)1874211363)))) { goto IL_0525; } } { goto IL_0535; } IL_03d2: { uint32_t L_83 = V_1; if ((!(((uint32_t)L_83) <= ((uint32_t)((int32_t)1990567876))))) { goto IL_0415; } } { uint32_t L_84 = V_1; if ((!(((uint32_t)L_84) <= ((uint32_t)((int32_t)1895893271))))) { goto IL_03fa; } } { uint32_t L_85 = V_1; if ((((int32_t)L_85) == ((int32_t)((int32_t)1876305192)))) { goto IL_048c; } } { uint32_t L_86 = V_1; if ((((int32_t)L_86) == ((int32_t)((int32_t)1895893271)))) { goto IL_0474; } } { goto IL_0535; } IL_03fa: { uint32_t L_87 = V_1; if ((((int32_t)L_87) == ((int32_t)((int32_t)1921499523)))) { goto IL_050a; } } { uint32_t L_88 = V_1; if ((((int32_t)L_88) == ((int32_t)((int32_t)1990567876)))) { goto IL_0525; } } { goto IL_0535; } IL_0415: { uint32_t L_89 = V_1; if ((!(((uint32_t)L_89) <= ((uint32_t)((int32_t)2077219214))))) { goto IL_0438; } } { uint32_t L_90 = V_1; if ((((int32_t)L_90) == ((int32_t)((int32_t)2066701532)))) { goto IL_04c2; } } { uint32_t L_91 = V_1; if ((((int32_t)L_91) == ((int32_t)((int32_t)2077219214)))) { goto IL_0525; } } { goto IL_0535; } IL_0438: { uint32_t L_92 = V_1; if ((((int32_t)L_92) == ((int32_t)((int32_t)2089683601)))) { goto IL_0513; } } { uint32_t L_93 = V_1; if ((((int32_t)L_93) == ((int32_t)((int32_t)2139314275)))) { goto IL_0498; } } { goto IL_0535; } IL_0450: { // message = new MessageWithAbuseReportRecording(messageHandle); intptr_t L_94 = ___messageHandle0; MessageWithAbuseReportRecording_tFF93689E4EF8BC1ECEAB821554B7090D99998393 * L_95 = (MessageWithAbuseReportRecording_tFF93689E4EF8BC1ECEAB821554B7090D99998393 *)il2cpp_codegen_object_new(MessageWithAbuseReportRecording_tFF93689E4EF8BC1ECEAB821554B7090D99998393_il2cpp_TypeInfo_var); MessageWithAbuseReportRecording__ctor_mBFD88B68B6CD74195C0A6EAC8D2B5AE77FDF6742(L_95, (intptr_t)L_94, /*hidden argument*/NULL); V_0 = L_95; // break; goto IL_0535; } IL_045c: { // message = new MessageWithCalApplicationFinalized(messageHandle); intptr_t L_96 = ___messageHandle0; MessageWithCalApplicationFinalized_t33C2A5EC721BEFA1AC0D9947558C63F125E32831 * L_97 = (MessageWithCalApplicationFinalized_t33C2A5EC721BEFA1AC0D9947558C63F125E32831 *)il2cpp_codegen_object_new(MessageWithCalApplicationFinalized_t33C2A5EC721BEFA1AC0D9947558C63F125E32831_il2cpp_TypeInfo_var); MessageWithCalApplicationFinalized__ctor_mFFC07DAA8067B3DD2868DD50E080199D9D67BF4C(L_97, (intptr_t)L_96, /*hidden argument*/NULL); V_0 = L_97; // break; goto IL_0535; } IL_0468: { // message = new MessageWithCalApplicationSuggestionList(messageHandle); intptr_t L_98 = ___messageHandle0; MessageWithCalApplicationSuggestionList_t93F917E30B5B80378348E4684BFB366B87B0FCCC * L_99 = (MessageWithCalApplicationSuggestionList_t93F917E30B5B80378348E4684BFB366B87B0FCCC *)il2cpp_codegen_object_new(MessageWithCalApplicationSuggestionList_t93F917E30B5B80378348E4684BFB366B87B0FCCC_il2cpp_TypeInfo_var); MessageWithCalApplicationSuggestionList__ctor_m170B17477BC6533009E018007B0BC7C86278E9FE(L_99, (intptr_t)L_98, /*hidden argument*/NULL); V_0 = L_99; // break; goto IL_0535; } IL_0474: { // message = new Message(messageHandle); intptr_t L_100 = ___messageHandle0; Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * L_101 = (Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *)il2cpp_codegen_object_new(Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9_il2cpp_TypeInfo_var); Message__ctor_m1A40D0572AA2D65F83F585D5A181540D06436A78(L_101, (intptr_t)L_100, /*hidden argument*/NULL); V_0 = L_101; // break; goto IL_0535; } IL_0480: { // message = new MessageWithInstalledApplicationList(messageHandle); intptr_t L_102 = ___messageHandle0; MessageWithInstalledApplicationList_t7113CB511EF3E462FEEB787582391FA3D8582DF4 * L_103 = (MessageWithInstalledApplicationList_t7113CB511EF3E462FEEB787582391FA3D8582DF4 *)il2cpp_codegen_object_new(MessageWithInstalledApplicationList_t7113CB511EF3E462FEEB787582391FA3D8582DF4_il2cpp_TypeInfo_var); MessageWithInstalledApplicationList__ctor_m9F644ABC506351C01E655192262C6CAE640DDFF2(L_103, (intptr_t)L_102, /*hidden argument*/NULL); V_0 = L_103; // break; goto IL_0535; } IL_048c: { // message = new MessageWithLaunchBlockFlowResult(messageHandle); intptr_t L_104 = ___messageHandle0; MessageWithLaunchBlockFlowResult_t049C28157FCDF68D4FE9C3B7B89F9B682A9A472F * L_105 = (MessageWithLaunchBlockFlowResult_t049C28157FCDF68D4FE9C3B7B89F9B682A9A472F *)il2cpp_codegen_object_new(MessageWithLaunchBlockFlowResult_t049C28157FCDF68D4FE9C3B7B89F9B682A9A472F_il2cpp_TypeInfo_var); MessageWithLaunchBlockFlowResult__ctor_m1BD3D3BD8B0251F42889ADA6DE2E3FA0C15745ED(L_105, (intptr_t)L_104, /*hidden argument*/NULL); V_0 = L_105; // break; goto IL_0535; } IL_0498: { // message = new MessageWithLaunchReportFlowResult(messageHandle); intptr_t L_106 = ___messageHandle0; MessageWithLaunchReportFlowResult_t94E14C2558077B6B5B12E50C9D71AE30E42918A2 * L_107 = (MessageWithLaunchReportFlowResult_t94E14C2558077B6B5B12E50C9D71AE30E42918A2 *)il2cpp_codegen_object_new(MessageWithLaunchReportFlowResult_t94E14C2558077B6B5B12E50C9D71AE30E42918A2_il2cpp_TypeInfo_var); MessageWithLaunchReportFlowResult__ctor_m86C2C6B01B44C2F71B921D84ED072D9827BCD266(L_107, (intptr_t)L_106, /*hidden argument*/NULL); V_0 = L_107; // break; goto IL_0535; } IL_04a4: { // message = new MessageWithLaunchUnblockFlowResult(messageHandle); intptr_t L_108 = ___messageHandle0; MessageWithLaunchUnblockFlowResult_t5D99984DF32A5C5355302FBA0BD258C80D186C92 * L_109 = (MessageWithLaunchUnblockFlowResult_t5D99984DF32A5C5355302FBA0BD258C80D186C92 *)il2cpp_codegen_object_new(MessageWithLaunchUnblockFlowResult_t5D99984DF32A5C5355302FBA0BD258C80D186C92_il2cpp_TypeInfo_var); MessageWithLaunchUnblockFlowResult__ctor_mC37081599F15F1A161B957ADE0F11CED71224409(L_109, (intptr_t)L_108, /*hidden argument*/NULL); V_0 = L_109; // break; goto IL_0535; } IL_04b0: { // message = new MessageWithLinkedAccountList(messageHandle); intptr_t L_110 = ___messageHandle0; MessageWithLinkedAccountList_t3EA821069A0E468ACA5FBB51747C7FD50BDB096E * L_111 = (MessageWithLinkedAccountList_t3EA821069A0E468ACA5FBB51747C7FD50BDB096E *)il2cpp_codegen_object_new(MessageWithLinkedAccountList_t3EA821069A0E468ACA5FBB51747C7FD50BDB096E_il2cpp_TypeInfo_var); MessageWithLinkedAccountList__ctor_m2C9BE65D4FE0B4899BBE906F8429A194AF4730C6(L_111, (intptr_t)L_110, /*hidden argument*/NULL); V_0 = L_111; // break; goto IL_0535; } IL_04b9: { // message = new MessageWithLivestreamingApplicationStatus(messageHandle); intptr_t L_112 = ___messageHandle0; MessageWithLivestreamingApplicationStatus_t12B51B4EFBF6334DD1306E10E16A0B555BCDB197 * L_113 = (MessageWithLivestreamingApplicationStatus_t12B51B4EFBF6334DD1306E10E16A0B555BCDB197 *)il2cpp_codegen_object_new(MessageWithLivestreamingApplicationStatus_t12B51B4EFBF6334DD1306E10E16A0B555BCDB197_il2cpp_TypeInfo_var); MessageWithLivestreamingApplicationStatus__ctor_mE203FE5F150E7055AB8C0A8A092F14E2500A2ADC(L_113, (intptr_t)L_112, /*hidden argument*/NULL); V_0 = L_113; // break; goto IL_0535; } IL_04c2: { // message = new MessageWithLivestreamingStartResult(messageHandle); intptr_t L_114 = ___messageHandle0; MessageWithLivestreamingStartResult_t82AF73169F096F06881D2BDAEA24E28CE7673F13 * L_115 = (MessageWithLivestreamingStartResult_t82AF73169F096F06881D2BDAEA24E28CE7673F13 *)il2cpp_codegen_object_new(MessageWithLivestreamingStartResult_t82AF73169F096F06881D2BDAEA24E28CE7673F13_il2cpp_TypeInfo_var); MessageWithLivestreamingStartResult__ctor_mD0C6D08084DAC44BDFD307155447E180D6F053C7(L_115, (intptr_t)L_114, /*hidden argument*/NULL); V_0 = L_115; // break; goto IL_0535; } IL_04cb: { // message = new MessageWithLivestreamingVideoStats(messageHandle); intptr_t L_116 = ___messageHandle0; MessageWithLivestreamingVideoStats_t8F01CC42D962B6B041AB7082F8E346CE0F638F03 * L_117 = (MessageWithLivestreamingVideoStats_t8F01CC42D962B6B041AB7082F8E346CE0F638F03 *)il2cpp_codegen_object_new(MessageWithLivestreamingVideoStats_t8F01CC42D962B6B041AB7082F8E346CE0F638F03_il2cpp_TypeInfo_var); MessageWithLivestreamingVideoStats__ctor_m09A46D7551394A5DE8EE61A93140BDAB50028E9F(L_117, (intptr_t)L_116, /*hidden argument*/NULL); V_0 = L_117; // break; goto IL_0535; } IL_04d4: { // message = new MessageWithNetSyncConnection(messageHandle); intptr_t L_118 = ___messageHandle0; MessageWithNetSyncConnection_t53DA53BF4AA3CB862793CD705F28293566464FEF * L_119 = (MessageWithNetSyncConnection_t53DA53BF4AA3CB862793CD705F28293566464FEF *)il2cpp_codegen_object_new(MessageWithNetSyncConnection_t53DA53BF4AA3CB862793CD705F28293566464FEF_il2cpp_TypeInfo_var); MessageWithNetSyncConnection__ctor_m446DB88513E55460ADDAB822FCD6E60BD956AB98(L_119, (intptr_t)L_118, /*hidden argument*/NULL); V_0 = L_119; // break; goto IL_0535; } IL_04dd: { // message = new MessageWithNetSyncSessionList(messageHandle); intptr_t L_120 = ___messageHandle0; MessageWithNetSyncSessionList_tEA7897143720D031BF73A1A4CA10EC88404DEB6A * L_121 = (MessageWithNetSyncSessionList_tEA7897143720D031BF73A1A4CA10EC88404DEB6A *)il2cpp_codegen_object_new(MessageWithNetSyncSessionList_tEA7897143720D031BF73A1A4CA10EC88404DEB6A_il2cpp_TypeInfo_var); MessageWithNetSyncSessionList__ctor_m80BD6BBCEB04A7F3E46AE41B60FB40F0C538E4BA(L_121, (intptr_t)L_120, /*hidden argument*/NULL); V_0 = L_121; // break; goto IL_0535; } IL_04e6: { // message = new MessageWithNetSyncSetSessionPropertyResult(messageHandle); intptr_t L_122 = ___messageHandle0; MessageWithNetSyncSetSessionPropertyResult_tC1AEC3AEA3194D76548FA3DC009E9BE37EC0A3EA * L_123 = (MessageWithNetSyncSetSessionPropertyResult_tC1AEC3AEA3194D76548FA3DC009E9BE37EC0A3EA *)il2cpp_codegen_object_new(MessageWithNetSyncSetSessionPropertyResult_tC1AEC3AEA3194D76548FA3DC009E9BE37EC0A3EA_il2cpp_TypeInfo_var); MessageWithNetSyncSetSessionPropertyResult__ctor_mDF42B8B6F67786BB9B2935497D5FBAC44BC15A7E(L_123, (intptr_t)L_122, /*hidden argument*/NULL); V_0 = L_123; // break; goto IL_0535; } IL_04ef: { // message = new MessageWithNetSyncVoipAttenuationValueList(messageHandle); intptr_t L_124 = ___messageHandle0; MessageWithNetSyncVoipAttenuationValueList_t881380F1E2F4E9818357501C43185D4539C808C5 * L_125 = (MessageWithNetSyncVoipAttenuationValueList_t881380F1E2F4E9818357501C43185D4539C808C5 *)il2cpp_codegen_object_new(MessageWithNetSyncVoipAttenuationValueList_t881380F1E2F4E9818357501C43185D4539C808C5_il2cpp_TypeInfo_var); MessageWithNetSyncVoipAttenuationValueList__ctor_m97C700DCF6F27B6AA4894756288CDEFEF5FA0E45(L_125, (intptr_t)L_124, /*hidden argument*/NULL); V_0 = L_125; // break; goto IL_0535; } IL_04f8: { // message = new MessageWithParty(messageHandle); intptr_t L_126 = ___messageHandle0; MessageWithParty_t47591733C170E4A940E558968881918663246F23 * L_127 = (MessageWithParty_t47591733C170E4A940E558968881918663246F23 *)il2cpp_codegen_object_new(MessageWithParty_t47591733C170E4A940E558968881918663246F23_il2cpp_TypeInfo_var); MessageWithParty__ctor_m89ED654642C9750ADE0674DDF68D349C2ADBE640(L_127, (intptr_t)L_126, /*hidden argument*/NULL); V_0 = L_127; // break; goto IL_0535; } IL_0501: { // message = new MessageWithPartyUnderCurrentParty(messageHandle); intptr_t L_128 = ___messageHandle0; MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2 * L_129 = (MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2 *)il2cpp_codegen_object_new(MessageWithPartyUnderCurrentParty_t19C60DA9A79F63BC4EE0CF2F8750D8426CDF55E2_il2cpp_TypeInfo_var); MessageWithPartyUnderCurrentParty__ctor_m2FB74B3620D0628E27E76FB21EF5A757F6F7AB94(L_129, (intptr_t)L_128, /*hidden argument*/NULL); V_0 = L_129; // break; goto IL_0535; } IL_050a: { // message = new MessageWithPartyID(messageHandle); intptr_t L_130 = ___messageHandle0; MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751 * L_131 = (MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751 *)il2cpp_codegen_object_new(MessageWithPartyID_t813B7D11655F5DD08B803A74D3F1A2DB1995A751_il2cpp_TypeInfo_var); MessageWithPartyID__ctor_mFBEFFC2A4371CF088D8C53F65C2CEBAB646E4EFC(L_131, (intptr_t)L_130, /*hidden argument*/NULL); V_0 = L_131; // break; goto IL_0535; } IL_0513: { // message = new MessageWithRoomUnderViewerRoom(messageHandle); intptr_t L_132 = ___messageHandle0; MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA * L_133 = (MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA *)il2cpp_codegen_object_new(MessageWithRoomUnderViewerRoom_t6148005A2FF4DF75783C32869DFCCC11BDB1C6BA_il2cpp_TypeInfo_var); MessageWithRoomUnderViewerRoom__ctor_mDF2329AED746FF2DBAA2B00306B76DE1701C36B4(L_133, (intptr_t)L_132, /*hidden argument*/NULL); V_0 = L_133; // break; goto IL_0535; } IL_051c: { // message = new MessageWithRoomList(messageHandle); intptr_t L_134 = ___messageHandle0; MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9 * L_135 = (MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9 *)il2cpp_codegen_object_new(MessageWithRoomList_t4872F8CB36394F1A6AB50B0519DF9ABD01948FC9_il2cpp_TypeInfo_var); MessageWithRoomList__ctor_m8D2E530650018C4132A6BF15F82C596040AFA33B(L_135, (intptr_t)L_134, /*hidden argument*/NULL); V_0 = L_135; // break; goto IL_0535; } IL_0525: { // message = new MessageWithString(messageHandle); intptr_t L_136 = ___messageHandle0; MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416 * L_137 = (MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416 *)il2cpp_codegen_object_new(MessageWithString_t8EF805C8B83F2FC72F3EB775E06BA6A85F56E416_il2cpp_TypeInfo_var); MessageWithString__ctor_mEA5C5759B064A36D004C36522BD0BC216F931C14(L_137, (intptr_t)L_136, /*hidden argument*/NULL); V_0 = L_137; // break; goto IL_0535; } IL_052e: { // message = new MessageWithUserReportID(messageHandle); intptr_t L_138 = ___messageHandle0; MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5 * L_139 = (MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5 *)il2cpp_codegen_object_new(MessageWithUserReportID_tE907291C451176FAA049D711108B843C53D352F5_il2cpp_TypeInfo_var); MessageWithUserReportID__ctor_mD29E1AAD3DF9A65F5FE43FE420B1663D7A643795(L_139, (intptr_t)L_138, /*hidden argument*/NULL); V_0 = L_139; } IL_0535: { // return message; Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * L_140 = V_0; return L_140; } } // Oculus.Platform.Request`1 Oculus.Platform.PlatformInternal::InitializeStandaloneAsync(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * PlatformInternal_InitializeStandaloneAsync_mB06B54E4E0C5547DD8411AE503DE49F2D54FADF9 (uint64_t ___appID0, String_t* ___accessToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisCallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956_mA804A429919763B6A386C256F44F0559EE3D86CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9B869E8231B0DF58267CE8D7759A44EA3A1D964); s_Il2CppMethodInitialized = true; } Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * G_B2_0 = NULL; Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * G_B1_0 = NULL; { // var platform = new StandalonePlatform(); StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A * L_0 = (StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A *)il2cpp_codegen_object_new(StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A_il2cpp_TypeInfo_var); StandalonePlatform__ctor_m3AE4474A8116A9398BB6F0430B68526EB20A56B2(L_0, /*hidden argument*/NULL); // var initRequest = platform.AsyncInitialize(appID, accessToken); uint64_t L_1 = ___appID0; String_t* L_2 = ___accessToken1; NullCheck(L_0); Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * L_3; L_3 = StandalonePlatform_AsyncInitialize_mAA5299BE3E7F8064B5FAEA525264C4A8DCE8B38E(L_0, L_1, L_2, /*hidden argument*/NULL); // if (initRequest == null) Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * L_4 = L_3; G_B1_0 = L_4; if (L_4) { G_B2_0 = L_4; goto IL_001a; } } { // throw new UnityException("Oculus Platform failed to initialize."); UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * L_5 = (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var))); UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46C357A4C93691C83EFEDB04BD0E8ED0A6E202CF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformInternal_InitializeStandaloneAsync_mB06B54E4E0C5547DD8411AE503DE49F2D54FADF9_RuntimeMethod_var))); } IL_001a: { // Platform.Core.ForceInitialized(); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); Core_ForceInitialized_mFDF32C0D5CAA4CFCB504C543BFA9FC85FA8A5EDE(/*hidden argument*/NULL); // (new GameObject("Oculus.Platform.CallbackRunner")).AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_6, _stringLiteralB9B869E8231B0DF58267CE8D7759A44EA3A1D964, /*hidden argument*/NULL); NullCheck(L_6); CallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956 * L_7; L_7 = GameObject_AddComponent_TisCallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956_mA804A429919763B6A386C256F44F0559EE3D86CE(L_6, /*hidden argument*/GameObject_AddComponent_TisCallbackRunner_tFB2E315BCCE4D13E83D948A4DBA42CB2624BA956_mA804A429919763B6A386C256F44F0559EE3D86CE_RuntimeMethod_var); // return initRequest; return G_B2_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Oculus.Platform.PlatformSettings::get_AppID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformSettings_get_AppID_m6097EA582644A8063A9D45489245D6AB9E902B54 (const RuntimeMethod* method) { { // get { return Instance.ovrAppID; } PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_0; L_0 = PlatformSettings_get_Instance_mBA4670054455746D813450B62CF9E002023CE843(/*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = L_0->get_ovrAppID_4(); return L_1; } } // System.Void Oculus.Platform.PlatformSettings::set_AppID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSettings_set_AppID_m2AE9C1995F881853D58609D99D33B398F6B15B93 (String_t* ___value0, const RuntimeMethod* method) { { // set { Instance.ovrAppID = value; } PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_0; L_0 = PlatformSettings_get_Instance_mBA4670054455746D813450B62CF9E002023CE843(/*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); L_0->set_ovrAppID_4(L_1); // set { Instance.ovrAppID = value; } return; } } // System.String Oculus.Platform.PlatformSettings::get_MobileAppID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformSettings_get_MobileAppID_m08A26133A0E765EDCE4355FCC64A18F8FF67936B (const RuntimeMethod* method) { { // get { return Instance.ovrMobileAppID; } PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_0; L_0 = PlatformSettings_get_Instance_mBA4670054455746D813450B62CF9E002023CE843(/*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = L_0->get_ovrMobileAppID_5(); return L_1; } } // System.Void Oculus.Platform.PlatformSettings::set_MobileAppID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSettings_set_MobileAppID_m5E2BB7F779C9B8A74719209E02890854F70486D3 (String_t* ___value0, const RuntimeMethod* method) { { // set { Instance.ovrMobileAppID = value; } PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_0; L_0 = PlatformSettings_get_Instance_mBA4670054455746D813450B62CF9E002023CE843(/*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); L_0->set_ovrMobileAppID_5(L_1); // set { Instance.ovrMobileAppID = value; } return; } } // System.Boolean Oculus.Platform.PlatformSettings::get_UseStandalonePlatform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformSettings_get_UseStandalonePlatform_m667FFD8C8C5CC391972EB214D25F6ADEB66E087E (const RuntimeMethod* method) { { // get { return Instance.ovrUseStandalonePlatform; } PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_0; L_0 = PlatformSettings_get_Instance_mBA4670054455746D813450B62CF9E002023CE843(/*hidden argument*/NULL); NullCheck(L_0); bool L_1 = L_0->get_ovrUseStandalonePlatform_6(); return L_1; } } // System.Void Oculus.Platform.PlatformSettings::set_UseStandalonePlatform(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSettings_set_UseStandalonePlatform_mEA189C90CEC61B4B8A51201C85DD6BA995BCCA4F (bool ___value0, const RuntimeMethod* method) { { // set { Instance.ovrUseStandalonePlatform = value; } PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_0; L_0 = PlatformSettings_get_Instance_mBA4670054455746D813450B62CF9E002023CE843(/*hidden argument*/NULL); bool L_1 = ___value0; NullCheck(L_0); L_0->set_ovrUseStandalonePlatform_6(L_1); // set { Instance.ovrUseStandalonePlatform = value; } return; } } // Oculus.Platform.PlatformSettings Oculus.Platform.PlatformSettings::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * PlatformSettings_get_Instance_mBA4670054455746D813450B62CF9E002023CE843 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_mA934F318B1F311E0D6520075254E0B177D434BE3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_m5DEF2C7120175951508210018FE61F2A7E2C3BE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral116E4E447ED60DC267CBBA2F800CCBEAC8DC4677); s_Il2CppMethodInitialized = true; } { // if (instance == null) PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_0 = ((PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_StaticFields*)il2cpp_codegen_static_fields_for(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var))->get_instance_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0033; } } { // instance = Resources.Load("OculusPlatformSettings"); PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_2; L_2 = Resources_Load_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_mA934F318B1F311E0D6520075254E0B177D434BE3(_stringLiteral116E4E447ED60DC267CBBA2F800CCBEAC8DC4677, /*hidden argument*/Resources_Load_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_mA934F318B1F311E0D6520075254E0B177D434BE3_RuntimeMethod_var); ((PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_StaticFields*)il2cpp_codegen_static_fields_for(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var))->set_instance_7(L_2); // if (instance == null) PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_3 = ((PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_StaticFields*)il2cpp_codegen_static_fields_for(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var))->get_instance_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } { // instance = ScriptableObject.CreateInstance(); PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_5; L_5 = ScriptableObject_CreateInstance_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_m5DEF2C7120175951508210018FE61F2A7E2C3BE1(/*hidden argument*/ScriptableObject_CreateInstance_TisPlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_m5DEF2C7120175951508210018FE61F2A7E2C3BE1_RuntimeMethod_var); ((PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_StaticFields*)il2cpp_codegen_static_fields_for(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var))->set_instance_7(L_5); } IL_0033: { // return instance; PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_6 = ((PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_StaticFields*)il2cpp_codegen_static_fields_for(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var))->get_instance_7(); return L_6; } } // System.Void Oculus.Platform.PlatformSettings::set_Instance(Oculus.Platform.PlatformSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSettings_set_Instance_m01DA4C1EDAC24E9971E1EEAD984021A789D5EA41 (PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // instance = value; PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * L_0 = ___value0; ((PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_StaticFields*)il2cpp_codegen_static_fields_for(PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB_il2cpp_TypeInfo_var))->set_instance_7(L_0); // } return; } } // System.Void Oculus.Platform.PlatformSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformSettings__ctor_mD42716FCFC435E3D04E4D58AF6DA201ECFCF16AE (PlatformSettings_t9047C3D108E0AF05F3D88A956C943E6BC05224EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // private string ovrAppID = ""; __this->set_ovrAppID_4(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // private string ovrMobileAppID = ""; __this->set_ovrMobileAppID_5(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // private bool ovrUseStandalonePlatform = true; __this->set_ovrUseStandalonePlatform_6((bool)1); ScriptableObject__ctor_m8DAE6CDCFA34E16F2543B02CC3669669FF203063(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.Product::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Product__ctor_mB7FB491D8CBF0441B194271CF38C221D2F568850 (Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Product(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Description = CAPI.ovr_Product_GetDescription(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_1; L_1 = CAPI_ovr_Product_GetDescription_m15B4D71ACDD687423958488545CFD9EA26125919((intptr_t)L_0, /*hidden argument*/NULL); __this->set_Description_0(L_1); // FormattedPrice = CAPI.ovr_Product_GetFormattedPrice(o); intptr_t L_2 = ___o0; String_t* L_3; L_3 = CAPI_ovr_Product_GetFormattedPrice_m56F448DE3D73C2666AF1834060BA1885DECADBCF((intptr_t)L_2, /*hidden argument*/NULL); __this->set_FormattedPrice_1(L_3); // Name = CAPI.ovr_Product_GetName(o); intptr_t L_4 = ___o0; String_t* L_5; L_5 = CAPI_ovr_Product_GetName_mCF13F3EAFFC8A9C24D6B9108B325B9C6479D1FD2((intptr_t)L_4, /*hidden argument*/NULL); __this->set_Name_2(L_5); // Sku = CAPI.ovr_Product_GetSKU(o); intptr_t L_6 = ___o0; String_t* L_7; L_7 = CAPI_ovr_Product_GetSKU_m14A717F1B65F995688518F2E5DD07AD263D55B8E((intptr_t)L_6, /*hidden argument*/NULL); __this->set_Sku_3(L_7); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.ProductList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProductList__ctor_m58AF4F93816E9220F25C729A900621211795F6BF (ProductList_tC2405EC15E1F8BA7208810CB03DC828362BE293F * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m3A3DE43247E2653084A5F8AF875CDE985B10F340_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m17A18C3CAD9EE25DAE85D032AA70031B1E8951C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCFAD7D1858FDE514F0BCFED8CECD3F9FE6653976_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public ProductList(IntPtr a) { DeserializableList_1__ctor_m3A3DE43247E2653084A5F8AF875CDE985B10F340(__this, /*hidden argument*/DeserializableList_1__ctor_m3A3DE43247E2653084A5F8AF875CDE985B10F340_RuntimeMethod_var); // var count = (int)CAPI.ovr_ProductArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_ProductArray_GetSize_m40DC8DD02E29249F5FD58B9ACAC31048E68BA55E((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D * L_4 = (List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D *)il2cpp_codegen_object_new(List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D_il2cpp_TypeInfo_var); List_1__ctor_mCFAD7D1858FDE514F0BCFED8CECD3F9FE6653976(L_4, L_3, /*hidden argument*/List_1__ctor_mCFAD7D1858FDE514F0BCFED8CECD3F9FE6653976_RuntimeMethod_var); ((DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755 *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new Product(CAPI.ovr_ProductArray_GetElement(a, (UIntPtr)i))); List_1_tDD51D22B352296EA56F43F4F2FFD55135860D63D * L_5 = ((DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755 *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_ProductArray_GetElement_mA63580FBE27AB0DBABFDEE1BCF1B00FE16948646((intptr_t)L_6, L_8, /*hidden argument*/NULL); Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70 * L_10 = (Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70 *)il2cpp_codegen_object_new(Product_t5AF667541007A6472DE1AB4F7A09ADBDAA51FC70_il2cpp_TypeInfo_var); Product__ctor_mB7FB491D8CBF0441B194271CF38C221D2F568850(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m17A18C3CAD9EE25DAE85D032AA70031B1E8951C9(L_5, L_10, /*hidden argument*/List_1_Add_m17A18C3CAD9EE25DAE85D032AA70031B1E8951C9_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // _NextUrl = CAPI.ovr_ProductArray_GetNextUrl(a); intptr_t L_14 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_15; L_15 = CAPI_ovr_ProductArray_GetNextUrl_m57F1FD1FD94E39D52FAC553F67917133B42620D5((intptr_t)L_14, /*hidden argument*/NULL); ((DeserializableList_1_tAF0413A7C0855E71EF2DF7CB4DC4E5E5F27E2755 *)__this)->set__NextUrl_1(L_15); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.Purchase::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Purchase__ctor_m7F4817017457DC8BE9111B59B8FF76EC0F00B1DF (Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Purchase(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ExpirationTime = CAPI.ovr_Purchase_GetExpirationTime(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = CAPI_ovr_Purchase_GetExpirationTime_mD3DD5A8EBCEA863444C55B909BFEF48ACDCF2BBA((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ExpirationTime_0(L_1); // GrantTime = CAPI.ovr_Purchase_GetGrantTime(o); intptr_t L_2 = ___o0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = CAPI_ovr_Purchase_GetGrantTime_mBC9EE7DEDA704D90969EC8416EF68795607D7017((intptr_t)L_2, /*hidden argument*/NULL); __this->set_GrantTime_1(L_3); // ID = CAPI.ovr_Purchase_GetPurchaseStrID(o); intptr_t L_4 = ___o0; String_t* L_5; L_5 = CAPI_ovr_Purchase_GetPurchaseStrID_mB63F95844403853F3905230E043DFD5E20E97624((intptr_t)L_4, /*hidden argument*/NULL); __this->set_ID_2(L_5); // Sku = CAPI.ovr_Purchase_GetSKU(o); intptr_t L_6 = ___o0; String_t* L_7; L_7 = CAPI_ovr_Purchase_GetSKU_mF5EFC4F0C73B4DA234B2215F572DB8C585BE003E((intptr_t)L_6, /*hidden argument*/NULL); __this->set_Sku_3(L_7); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.PurchaseList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PurchaseList__ctor_m9F6F5731BB0F2BE4D2592D58F800695E5EF6C9E8 (PurchaseList_tB5899D214872077DFC94C5CED373C45BD7A14802 * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m92E061AE583A8A070C5E2F583EE88AC06C9EDF60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5F02AADD3FC0CA8A8072EFA2913D29A8198FA0A4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2E422C9EB987521A521CC96B51FFDA5B2C7EC7B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tEF576F33659755044A466574FB2C3AE99B17F353_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public PurchaseList(IntPtr a) { DeserializableList_1__ctor_m92E061AE583A8A070C5E2F583EE88AC06C9EDF60(__this, /*hidden argument*/DeserializableList_1__ctor_m92E061AE583A8A070C5E2F583EE88AC06C9EDF60_RuntimeMethod_var); // var count = (int)CAPI.ovr_PurchaseArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_PurchaseArray_GetSize_m8578F21A7F8ABD888FFF976DFA9062D3171D8CCB((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_tEF576F33659755044A466574FB2C3AE99B17F353 * L_4 = (List_1_tEF576F33659755044A466574FB2C3AE99B17F353 *)il2cpp_codegen_object_new(List_1_tEF576F33659755044A466574FB2C3AE99B17F353_il2cpp_TypeInfo_var); List_1__ctor_m2E422C9EB987521A521CC96B51FFDA5B2C7EC7B2(L_4, L_3, /*hidden argument*/List_1__ctor_m2E422C9EB987521A521CC96B51FFDA5B2C7EC7B2_RuntimeMethod_var); ((DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6 *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new Purchase(CAPI.ovr_PurchaseArray_GetElement(a, (UIntPtr)i))); List_1_tEF576F33659755044A466574FB2C3AE99B17F353 * L_5 = ((DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6 *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_PurchaseArray_GetElement_mD205FBC22129D2F4BA7FADF07D082E894CF53AB6((intptr_t)L_6, L_8, /*hidden argument*/NULL); Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 * L_10 = (Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91 *)il2cpp_codegen_object_new(Purchase_tA33CB35E4A6CD77FF2E2D25CDB4FC7FF90D39D91_il2cpp_TypeInfo_var); Purchase__ctor_m7F4817017457DC8BE9111B59B8FF76EC0F00B1DF(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m5F02AADD3FC0CA8A8072EFA2913D29A8198FA0A4(L_5, L_10, /*hidden argument*/List_1_Add_m5F02AADD3FC0CA8A8072EFA2913D29A8198FA0A4_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // _NextUrl = CAPI.ovr_PurchaseArray_GetNextUrl(a); intptr_t L_14 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_15; L_15 = CAPI_ovr_PurchaseArray_GetNextUrl_m495A713EEC702EF65070D261B63CBD29C49FFE73((intptr_t)L_14, /*hidden argument*/NULL); ((DeserializableList_1_t9BC2C71287BFAB5F666C907F08CEEF7FFF95D9E6 *)__this)->set__NextUrl_1(L_15); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.RejoinDialogResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RejoinDialogResult__ctor_m5C70362A2AC08F13639253A097FC718D5722F468 (RejoinDialogResult_t0C7C119AB35BB3C10752AFA7A8F4A14CC8594E8B * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RejoinDialogResult(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // RejoinSelected = CAPI.ovr_RejoinDialogResult_GetRejoinSelected(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_1; L_1 = CAPI_ovr_RejoinDialogResult_GetRejoinSelected_m61B5E6D392ED7942ED091F03999CC9BD24285CAC((intptr_t)L_0, /*hidden argument*/NULL); __this->set_RejoinSelected_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Request::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__ctor_mB551C6FD263CD2C452703D9B91B62B010C78958B (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * __this, uint64_t ___requestID0, const RuntimeMethod* method) { { // public Request(ulong requestID) {this.RequestID = requestID;} Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // public Request(ulong requestID) {this.RequestID = requestID;} uint64_t L_0 = ___requestID0; Request_set_RequestID_mB248C21CEAB92CF7F595F0D95714EBA81847BBFF_inline(__this, L_0, /*hidden argument*/NULL); // public Request(ulong requestID) {this.RequestID = requestID;} return; } } // System.UInt64 Oculus.Platform.Request::get_RequestID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Request_get_RequestID_m2FC9CBB00C4E9062465F6B4A7487104F8A7338BC (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * __this, const RuntimeMethod* method) { { // public ulong RequestID {get; set;} uint64_t L_0 = __this->get_U3CRequestIDU3Ek__BackingField_1(); return L_0; } } // System.Void Oculus.Platform.Request::set_RequestID(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request_set_RequestID_mB248C21CEAB92CF7F595F0D95714EBA81847BBFF (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public ulong RequestID {get; set;} uint64_t L_0 = ___value0; __this->set_U3CRequestIDU3Ek__BackingField_1(L_0); return; } } // Oculus.Platform.Request Oculus.Platform.Request::OnComplete(Oculus.Platform.Message/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * Request_OnComplete_mDD83CB14C5B7BC1C0B9CE8DE61D77F43F918588B (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * __this, Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // callback_ = callback; Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * L_0 = ___callback0; __this->set_callback__0(L_0); // Callback.AddRequest(this); IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_AddRequest_mFA701F763726249BE988194368240B026FC319B8(__this, /*hidden argument*/NULL); // return this; return __this; } } // System.Void Oculus.Platform.Request::HandleMessage(Oculus.Platform.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request_HandleMessage_mECFAD6677F9DBD582011DFDA2BE7FD1B87DD3F13 (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * __this, Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * ___msg0, const RuntimeMethod* method) { { // if (callback_ != null) Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * L_0 = __this->get_callback__0(); if (!L_0) { goto IL_0015; } } { // callback_(msg); Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * L_1 = __this->get_callback__0(); Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * L_2 = ___msg0; NullCheck(L_1); Callback_Invoke_mDC50EE4F978809B23970C33936C48F628E386C37(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0015: { // throw new UnityException("Request with no handler. This should never happen."); UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * L_3 = (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var))); UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral490E7A78D754BCECC6CF945C78681E1F4248DFB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Request_HandleMessage_mECFAD6677F9DBD582011DFDA2BE7FD1B87DD3F13_RuntimeMethod_var))); } } // System.Void Oculus.Platform.Request::RunCallbacks(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request_RunCallbacks_mFF290C76CEC75A31D2BA6E8003906915952F7CB6 (uint32_t ___limit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (limit == 0) uint32_t L_0 = ___limit0; if (L_0) { goto IL_0009; } } { // Callback.RunCallbacks(); IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_RunCallbacks_m5A78DD8A17B173692A0DB672DC6B442A807F2891(/*hidden argument*/NULL); // } return; } IL_0009: { // Callback.RunLimitedCallbacks(limit); uint32_t L_1 = ___limit0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_RunLimitedCallbacks_mE471A0A03052028BC1E4C43407E6EDF73DECD555(L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Oculus.Platform.Request Oculus.Platform.RichPresence::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * RichPresence_Clear_m5ED6344375C9CE20DC9ACB7C90247D557BA20976 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_RichPresence_Clear()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_RichPresence_Clear_mD90AE0F0CE11041DE8CD4E12FA3B5B14729CAF06(/*hidden argument*/NULL); Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * L_2 = (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)il2cpp_codegen_object_new(Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); Request__ctor_mB551C6FD263CD2C452703D9B91B62B010C78958B(L_2, L_1, /*hidden argument*/NULL); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.RichPresence::GetDestinations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 * RichPresence_GetDestinations_mAE1065C77D2BD22ED58D9A97AFD6045F40C1BB88 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m289903812773892D8C1A1F850BBA1ABCB0C8F64A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_RichPresence_GetDestinations()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_RichPresence_GetDestinations_m4428CC655FA8FF7B41D83BF79A02E172B66DDE26(/*hidden argument*/NULL); Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 * L_2 = (Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 *)il2cpp_codegen_object_new(Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28_il2cpp_TypeInfo_var); Request_1__ctor_m289903812773892D8C1A1F850BBA1ABCB0C8F64A(L_2, L_1, /*hidden argument*/Request_1__ctor_m289903812773892D8C1A1F850BBA1ABCB0C8F64A_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 *)NULL; } } // Oculus.Platform.Request Oculus.Platform.RichPresence::Set(Oculus.Platform.RichPresenceOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * RichPresence_Set_m636715734D8858F2EF1E723BB7830224B99B543C (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * ___richPresenceOptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { // return new Request(CAPI.ovr_RichPresence_Set((IntPtr)richPresenceOptions)); RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * L_1 = ___richPresenceOptions0; intptr_t L_2; L_2 = RichPresenceOptions_op_Explicit_mE0053F8C425039EA127AB948C75EBED9A5352C96(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_RichPresence_Set_m9C6E65BB5CE78F922D4E71B871D104A970BBAC1D((intptr_t)L_2, /*hidden argument*/NULL); Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * L_4 = (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)il2cpp_codegen_object_new(Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); Request__ctor_mB551C6FD263CD2C452703D9B91B62B010C78958B(L_4, L_3, /*hidden argument*/NULL); return L_4; } IL_0018: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.RichPresence::GetNextDestinationListPage(Oculus.Platform.Models.DestinationList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 * RichPresence_GetNextDestinationListPage_m83AA9F089FDACB79E5CFED51997112C0F0ECB4EF (DestinationList_t324E6458E9933B4981A5C75342FDBE853371926C * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_HasNextPage_m9D5F4ADF66BD892D1957B8D242BEC5E88BDA9539_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_NextUrl_mE5FC031A26807CAF44CFEFE2C096E1320370059D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m289903812773892D8C1A1F850BBA1ABCB0C8F64A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33157D9C9F7D31AF8194BEB1C5D43B3972AC216D); s_Il2CppMethodInitialized = true; } { // if (!list.HasNextPage) DestinationList_t324E6458E9933B4981A5C75342FDBE853371926C * L_0 = ___list0; NullCheck(L_0); bool L_1; L_1 = DeserializableList_1_get_HasNextPage_m9D5F4ADF66BD892D1957B8D242BEC5E88BDA9539(L_0, /*hidden argument*/DeserializableList_1_get_HasNextPage_m9D5F4ADF66BD892D1957B8D242BEC5E88BDA9539_RuntimeMethod_var); if (L_1) { goto IL_0014; } } { // Debug.LogWarning("Oculus.Platform.GetNextDestinationListPage: List has no next page"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral33157D9C9F7D31AF8194BEB1C5D43B3972AC216D, /*hidden argument*/NULL); // return null; return (Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 *)NULL; } IL_0014: { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_2; L_2 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { // return new Request( // CAPI.ovr_HTTP_GetWithMessageType( // list.NextUrl, // (int)Message.MessageType.RichPresence_GetNextDestinationArrayPage // ) // ); DestinationList_t324E6458E9933B4981A5C75342FDBE853371926C * L_3 = ___list0; NullCheck(L_3); String_t* L_4; L_4 = DeserializableList_1_get_NextUrl_mE5FC031A26807CAF44CFEFE2C096E1320370059D_inline(L_3, /*hidden argument*/DeserializableList_1_get_NextUrl_mE5FC031A26807CAF44CFEFE2C096E1320370059D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = CAPI_ovr_HTTP_GetWithMessageType_m3ADC2C3BFF17A426ECE7CA61B3A84451BAD3CF40(L_4, ((int32_t)1731624773), /*hidden argument*/NULL); Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 * L_6 = (Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 *)il2cpp_codegen_object_new(Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28_il2cpp_TypeInfo_var); Request_1__ctor_m289903812773892D8C1A1F850BBA1ABCB0C8F64A(L_6, L_5, /*hidden argument*/Request_1__ctor_m289903812773892D8C1A1F850BBA1ABCB0C8F64A_RuntimeMethod_var); return L_6; } IL_0031: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_7 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_7, /*hidden argument*/NULL); // return null; return (Request_1_t1481E43CF6A24116B22D86F3EAC76CBD7F326A28 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.RichPresenceOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions__ctor_m9982F99C3C2AECF8DD7C8F3C5BE56D151D0766B4 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RichPresenceOptions() { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Handle = CAPI.ovr_RichPresenceOptions_Create(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CAPI_ovr_RichPresenceOptions_Create_m2AB8FB70A3821D882751E0550CD7BCF1D132C618(/*hidden argument*/NULL); __this->set_Handle_0((intptr_t)L_0); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetApiName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetApiName_mD2E8ED408DF628345290DC2B83D99193C9DE89E1 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetApiName(Handle, value); intptr_t L_0 = __this->get_Handle_0(); String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetApiName_m9A9FF48D27E110814E184CF422FCBA5EFFD00A13((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetCurrentCapacity(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetCurrentCapacity_m0A6D692CF569D34A69E6C841BEFB992EE2498E42 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetCurrentCapacity(Handle, value); intptr_t L_0 = __this->get_Handle_0(); uint32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetCurrentCapacity_m8C5EB9B1F0BB516256B2BC3B5C922A064BCBEC44((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetDeeplinkMessageOverride(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetDeeplinkMessageOverride_m0F2CD67446291FC3673884DA504CFDD3287D12B1 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetDeeplinkMessageOverride(Handle, value); intptr_t L_0 = __this->get_Handle_0(); String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetDeeplinkMessageOverride_m9A8F1BA070B09365D3CBBB41C926464CBAB1AAD1((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetEndTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetEndTime_m3F8CB3C5F616E041134159C6E78AC3A8F35E75F0 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetEndTime(Handle, value); intptr_t L_0 = __this->get_Handle_0(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetEndTime_m08E84EDC0B9B3C6F4BD0D0F19C65D78C7E7631AE((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetExtraContext(Oculus.Platform.RichPresenceExtraContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetExtraContext_m68243A692FEEF1CD96D89AD2EB452BB48A468661 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetExtraContext(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetExtraContext_mAB637E084DADCED3CF4EB494209A9F65112B58F1((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetInstanceId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetInstanceId_m6670A307AA99B2AB4BE320582ACD328F5E798FCE (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetInstanceId(Handle, value); intptr_t L_0 = __this->get_Handle_0(); String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetInstanceId_m6FD3B8BBDD4D4CC589557530F195998A883EA99E((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetIsIdle(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetIsIdle_m5655B0FC368278A34DDF542DF6B85F4C442C3037 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetIsIdle(Handle, value); intptr_t L_0 = __this->get_Handle_0(); bool L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetIsIdle_m4495C73E05A3412BD193482CEF039D665D55123E((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetIsJoinable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetIsJoinable_m8A387F5682D0DCFA936B47922C2291BD194D5BB9 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetIsJoinable(Handle, value); intptr_t L_0 = __this->get_Handle_0(); bool L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetIsJoinable_m760717B23D2BD16BFF4869704E0E954B83ED572E((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetMaxCapacity(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetMaxCapacity_mFE0603DBDEF4F91C1F682727D76EE25F1AEABA97 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetMaxCapacity(Handle, value); intptr_t L_0 = __this->get_Handle_0(); uint32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetMaxCapacity_m172401983D2A545F0A3903E380BE16975698E550((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RichPresenceOptions::SetStartTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_SetStartTime_m24BEB69FFCDA8A46FF3AF1005D1B533AA4AFCB1E (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RichPresenceOptions_SetStartTime(Handle, value); intptr_t L_0 = __this->get_Handle_0(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_SetStartTime_m53AB66ACC8DEFB0D7E4693D079021EBA07475319((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.IntPtr Oculus.Platform.RichPresenceOptions::op_Explicit(Oculus.Platform.RichPresenceOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RichPresenceOptions_op_Explicit_mE0053F8C425039EA127AB948C75EBED9A5352C96 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return options != null ? options.Handle : IntPtr.Zero; RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * L_0 = ___options0; if (L_0) { goto IL_0009; } } { return (intptr_t)(0); } IL_0009: { RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * L_1 = ___options0; NullCheck(L_1); intptr_t L_2 = L_1->get_Handle_0(); return (intptr_t)L_2; } } // System.Void Oculus.Platform.RichPresenceOptions::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichPresenceOptions_Finalize_mB3870233C19145F22AD397A57FE2195665603473 (RichPresenceOptions_tCDA91DB8252054140B91C3B2E412F3FD35E9B950 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // CAPI.ovr_RichPresenceOptions_Destroy(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RichPresenceOptions_Destroy_m19E16B60CE67C76D0E0AB3A1B5E1A28593DF7D1E((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x14, FINALLY_000d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) } // end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14, IL_0014) } IL_0014: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.Room::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Room__ctor_m3D051E457AB4DF0627AF460FDAF157DF188489B8 (Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); intptr_t V_4; memset((&V_4), 0, sizeof(V_4)); { // public Room(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ApplicationID = CAPI.ovr_Room_GetApplicationID(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Room_GetApplicationID_m5B9D1A5CBE85B82711A404FA33BA7FE48EE46F78((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ApplicationID_0(L_1); // DataStore = CAPI.DataStoreFromNative(CAPI.ovr_Room_GetDataStore(o)); intptr_t L_2 = ___o0; intptr_t L_3; L_3 = CAPI_ovr_Room_GetDataStore_m4A0757297CB6DC3D885AA69CF8159F1BCA940556((intptr_t)L_2, /*hidden argument*/NULL); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_4; L_4 = CAPI_DataStoreFromNative_mCDA8E5F4E14D513F9D22352EA9D5E097081C58F6((intptr_t)L_3, /*hidden argument*/NULL); __this->set_DataStore_1(L_4); // Description = CAPI.ovr_Room_GetDescription(o); intptr_t L_5 = ___o0; String_t* L_6; L_6 = CAPI_ovr_Room_GetDescription_m20C76109FB3594336F0021DC6D4E394CF3C5FCB2((intptr_t)L_5, /*hidden argument*/NULL); __this->set_Description_2(L_6); // ID = CAPI.ovr_Room_GetID(o); intptr_t L_7 = ___o0; uint64_t L_8; L_8 = CAPI_ovr_Room_GetID_m68CF144D9E40799130DBE5C53EDFEE5180EB402A((intptr_t)L_7, /*hidden argument*/NULL); __this->set_ID_3(L_8); // var pointer = CAPI.ovr_Room_GetInvitedUsers(o); intptr_t L_9 = ___o0; intptr_t L_10; L_10 = CAPI_ovr_Room_GetInvitedUsers_m49B3010147D9F9801A4D18D3680D3245139BCEAC((intptr_t)L_9, /*hidden argument*/NULL); V_0 = (intptr_t)L_10; // InvitedUsers = new UserList(pointer); intptr_t L_11 = V_0; UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_12 = (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)il2cpp_codegen_object_new(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); UserList__ctor_m96C3F13B2411948E074F6635F8CD20C58CE918FB(L_12, (intptr_t)L_11, /*hidden argument*/NULL); __this->set_InvitedUsers_5(L_12); // if (pointer == IntPtr.Zero) { intptr_t L_13 = V_0; bool L_14; L_14 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_13, (intptr_t)(0), /*hidden argument*/NULL); if (!L_14) { goto IL_0064; } } { // InvitedUsersOptional = null; __this->set_InvitedUsersOptional_4((UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)NULL); // } else { goto IL_0070; } IL_0064: { // InvitedUsersOptional = InvitedUsers; UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_15 = __this->get_InvitedUsers_5(); __this->set_InvitedUsersOptional_4(L_15); } IL_0070: { // IsMembershipLocked = CAPI.ovr_Room_GetIsMembershipLocked(o); intptr_t L_16 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_17; L_17 = CAPI_ovr_Room_GetIsMembershipLocked_m399F0C83700B5CADC388602423778D1A80DDE9C9((intptr_t)L_16, /*hidden argument*/NULL); __this->set_IsMembershipLocked_6(L_17); // JoinPolicy = CAPI.ovr_Room_GetJoinPolicy(o); intptr_t L_18 = ___o0; int32_t L_19; L_19 = CAPI_ovr_Room_GetJoinPolicy_m6056DA09F3DB9E784B3F9F7501E0880691C49E8D((intptr_t)L_18, /*hidden argument*/NULL); __this->set_JoinPolicy_7(L_19); // Joinability = CAPI.ovr_Room_GetJoinability(o); intptr_t L_20 = ___o0; int32_t L_21; L_21 = CAPI_ovr_Room_GetJoinability_m4D7A8C39177B58B5DFBB9227560E75E67E638C7E((intptr_t)L_20, /*hidden argument*/NULL); __this->set_Joinability_8(L_21); // var pointer = CAPI.ovr_Room_GetMatchedUsers(o); intptr_t L_22 = ___o0; intptr_t L_23; L_23 = CAPI_ovr_Room_GetMatchedUsers_m683AB161DF83DAAC34AA7E75D4FE124ED019AAEA((intptr_t)L_22, /*hidden argument*/NULL); V_1 = (intptr_t)L_23; // MatchedUsers = new MatchmakingEnqueuedUserList(pointer); intptr_t L_24 = V_1; MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * L_25 = (MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED *)il2cpp_codegen_object_new(MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED_il2cpp_TypeInfo_var); MatchmakingEnqueuedUserList__ctor_mBD8989C4E0B09B5346C3FE7B8102FEA8982613DD(L_25, (intptr_t)L_24, /*hidden argument*/NULL); __this->set_MatchedUsers_10(L_25); // if (pointer == IntPtr.Zero) { intptr_t L_26 = V_1; bool L_27; L_27 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_26, (intptr_t)(0), /*hidden argument*/NULL); if (!L_27) { goto IL_00bd; } } { // MatchedUsersOptional = null; __this->set_MatchedUsersOptional_9((MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED *)NULL); // } else { goto IL_00c9; } IL_00bd: { // MatchedUsersOptional = MatchedUsers; MatchmakingEnqueuedUserList_tC780921276D6B09F2903BB5C00DD9936556C62ED * L_28 = __this->get_MatchedUsers_10(); __this->set_MatchedUsersOptional_9(L_28); } IL_00c9: { // MaxUsers = CAPI.ovr_Room_GetMaxUsers(o); intptr_t L_29 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint32_t L_30; L_30 = CAPI_ovr_Room_GetMaxUsers_m9C305A9C899E75E49AB690F4979EEAB175BBAC34((intptr_t)L_29, /*hidden argument*/NULL); __this->set_MaxUsers_11(L_30); // Name = CAPI.ovr_Room_GetName(o); intptr_t L_31 = ___o0; String_t* L_32; L_32 = CAPI_ovr_Room_GetName_mCE73F4DA82A321D15F5EF3C487ADD4C24A66B2F2((intptr_t)L_31, /*hidden argument*/NULL); __this->set_Name_12(L_32); // var pointer = CAPI.ovr_Room_GetOwner(o); intptr_t L_33 = ___o0; intptr_t L_34; L_34 = CAPI_ovr_Room_GetOwner_m487AEA060A458E001DB440E845A944C4DF970629((intptr_t)L_33, /*hidden argument*/NULL); V_2 = (intptr_t)L_34; // Owner = new User(pointer); intptr_t L_35 = V_2; User_tA163463AE919860D9B337F6104B028990A44B69D * L_36 = (User_tA163463AE919860D9B337F6104B028990A44B69D *)il2cpp_codegen_object_new(User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); User__ctor_m4AF62433B0AEE86B747583E8FF7B851472D7F961(L_36, (intptr_t)L_35, /*hidden argument*/NULL); __this->set_Owner_14(L_36); // if (pointer == IntPtr.Zero) { intptr_t L_37 = V_2; bool L_38; L_38 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_37, (intptr_t)(0), /*hidden argument*/NULL); if (!L_38) { goto IL_010a; } } { // OwnerOptional = null; __this->set_OwnerOptional_13((User_tA163463AE919860D9B337F6104B028990A44B69D *)NULL); // } else { goto IL_0116; } IL_010a: { // OwnerOptional = Owner; User_tA163463AE919860D9B337F6104B028990A44B69D * L_39 = __this->get_Owner_14(); __this->set_OwnerOptional_13(L_39); } IL_0116: { // var pointer = CAPI.ovr_Room_GetTeams(o); intptr_t L_40 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_41; L_41 = CAPI_ovr_Room_GetTeams_mFF93BB95623917CE99EA0683F100A841CB933C55((intptr_t)L_40, /*hidden argument*/NULL); V_3 = (intptr_t)L_41; // Teams = new TeamList(pointer); intptr_t L_42 = V_3; TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * L_43 = (TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 *)il2cpp_codegen_object_new(TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46_il2cpp_TypeInfo_var); TeamList__ctor_m2831EE8248C762F932D9124401C16CCFBCF0A704(L_43, (intptr_t)L_42, /*hidden argument*/NULL); __this->set_Teams_16(L_43); // if (pointer == IntPtr.Zero) { intptr_t L_44 = V_3; bool L_45; L_45 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_44, (intptr_t)(0), /*hidden argument*/NULL); if (!L_45) { goto IL_013f; } } { // TeamsOptional = null; __this->set_TeamsOptional_15((TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 *)NULL); // } else { goto IL_014b; } IL_013f: { // TeamsOptional = Teams; TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * L_46 = __this->get_Teams_16(); __this->set_TeamsOptional_15(L_46); } IL_014b: { // Type = CAPI.ovr_Room_GetType(o); intptr_t L_47 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_48; L_48 = CAPI_ovr_Room_GetType_mDC96CD49717D4B7DD97FF174B32952F6714A39AF((intptr_t)L_47, /*hidden argument*/NULL); __this->set_Type_17(L_48); // var pointer = CAPI.ovr_Room_GetUsers(o); intptr_t L_49 = ___o0; intptr_t L_50; L_50 = CAPI_ovr_Room_GetUsers_mCD01BB0BA1363F5B293DC4169D28FDF53449A5F9((intptr_t)L_49, /*hidden argument*/NULL); V_4 = (intptr_t)L_50; // Users = new UserList(pointer); intptr_t L_51 = V_4; UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_52 = (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)il2cpp_codegen_object_new(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); UserList__ctor_m96C3F13B2411948E074F6635F8CD20C58CE918FB(L_52, (intptr_t)L_51, /*hidden argument*/NULL); __this->set_Users_19(L_52); // if (pointer == IntPtr.Zero) { intptr_t L_53 = V_4; bool L_54; L_54 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_53, (intptr_t)(0), /*hidden argument*/NULL); if (!L_54) { goto IL_0183; } } { // UsersOptional = null; __this->set_UsersOptional_18((UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)NULL); // } else { goto IL_018f; } IL_0183: { // UsersOptional = Users; UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_55 = __this->get_Users_19(); __this->set_UsersOptional_18(L_55); } IL_018f: { // Version = CAPI.ovr_Room_GetVersion(o); intptr_t L_56 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint32_t L_57; L_57 = CAPI_ovr_Room_GetVersion_m3EE1725F917E51B938C213993FA11504A50EF0D7((intptr_t)L_56, /*hidden argument*/NULL); __this->set_Version_20(L_57); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.RoomInviteNotification::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomInviteNotification__ctor_mDA40124A0A59DD6DF7FAA5D2AB8EA420349C83A6 (RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RoomInviteNotification(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ID = CAPI.ovr_RoomInviteNotification_GetID(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_RoomInviteNotification_GetID_m315DBBB268B506E88D02B2E4BA29C004212E3E13((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ID_0(L_1); // RoomID = CAPI.ovr_RoomInviteNotification_GetRoomID(o); intptr_t L_2 = ___o0; uint64_t L_3; L_3 = CAPI_ovr_RoomInviteNotification_GetRoomID_m9CDFBA6821FF6F5E2797570AAE9AE96127A50259((intptr_t)L_2, /*hidden argument*/NULL); __this->set_RoomID_1(L_3); // SenderID = CAPI.ovr_RoomInviteNotification_GetSenderID(o); intptr_t L_4 = ___o0; uint64_t L_5; L_5 = CAPI_ovr_RoomInviteNotification_GetSenderID_m22A495187196D0C78092B1FBCE68F23CC4331667((intptr_t)L_4, /*hidden argument*/NULL); __this->set_SenderID_2(L_5); // SentTime = CAPI.ovr_RoomInviteNotification_GetSentTime(o); intptr_t L_6 = ___o0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = CAPI_ovr_RoomInviteNotification_GetSentTime_m14C29E2A27A5E1ED376C31A0BF20297AC1C81997((intptr_t)L_6, /*hidden argument*/NULL); __this->set_SentTime_3(L_7); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.RoomInviteNotificationList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomInviteNotificationList__ctor_mCA8989A61319B0F67B034F82E3E430D6613E8EC4 (RoomInviteNotificationList_t368AAAB683E7F76B2FEE55EB2EFCE3A1FD65197E * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m13FCC4F3CF59A5B839D9BA03CF51B2CD86D81928_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m693150B2C3F6D65C10D3F8C027C03C2B6018477B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mFFAFE04D9AA6D2A2EA10C2F95C5C9DEC95E6495E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public RoomInviteNotificationList(IntPtr a) { DeserializableList_1__ctor_m13FCC4F3CF59A5B839D9BA03CF51B2CD86D81928(__this, /*hidden argument*/DeserializableList_1__ctor_m13FCC4F3CF59A5B839D9BA03CF51B2CD86D81928_RuntimeMethod_var); // var count = (int)CAPI.ovr_RoomInviteNotificationArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_RoomInviteNotificationArray_GetSize_m5C4446E6615B65A1C6FBBAEE54EDC3DBBA3E4C0C((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B * L_4 = (List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B *)il2cpp_codegen_object_new(List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B_il2cpp_TypeInfo_var); List_1__ctor_mFFAFE04D9AA6D2A2EA10C2F95C5C9DEC95E6495E(L_4, L_3, /*hidden argument*/List_1__ctor_mFFAFE04D9AA6D2A2EA10C2F95C5C9DEC95E6495E_RuntimeMethod_var); ((DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new RoomInviteNotification(CAPI.ovr_RoomInviteNotificationArray_GetElement(a, (UIntPtr)i))); List_1_tBABCE3E4A1D007A44A699A25CDABA032E3A4003B * L_5 = ((DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_RoomInviteNotificationArray_GetElement_m2C5165A07399622478C8A66D36CA908D60347AB9((intptr_t)L_6, L_8, /*hidden argument*/NULL); RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 * L_10 = (RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8 *)il2cpp_codegen_object_new(RoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_il2cpp_TypeInfo_var); RoomInviteNotification__ctor_mDA40124A0A59DD6DF7FAA5D2AB8EA420349C83A6(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m693150B2C3F6D65C10D3F8C027C03C2B6018477B(L_5, L_10, /*hidden argument*/List_1_Add_m693150B2C3F6D65C10D3F8C027C03C2B6018477B_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // _NextUrl = CAPI.ovr_RoomInviteNotificationArray_GetNextUrl(a); intptr_t L_14 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_15; L_15 = CAPI_ovr_RoomInviteNotificationArray_GetNextUrl_m160FD23B4F470BD89301D0F882055ACE024489EC((intptr_t)L_14, /*hidden argument*/NULL); ((DeserializableList_1_t161CBE3970EEFF17E2165269FC4E240A08ED7F2D *)__this)->set__NextUrl_1(L_15); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.RoomList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomList__ctor_mE034146A4A7A7341B6FD188878DD9071C4743C65 (RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m5BDEE5E946EDE664F4026E167834AB67E19181B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m7E791914069A8DC5AC1B05D10C78385D8CF63910_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m22251578E8293299E2B894B5B7628D4E5ECA4CDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public RoomList(IntPtr a) { DeserializableList_1__ctor_m5BDEE5E946EDE664F4026E167834AB67E19181B5(__this, /*hidden argument*/DeserializableList_1__ctor_m5BDEE5E946EDE664F4026E167834AB67E19181B5_RuntimeMethod_var); // var count = (int)CAPI.ovr_RoomArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_RoomArray_GetSize_mE86F2C0CF2A634C3D1B89A514854A08D587FF532((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F * L_4 = (List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F *)il2cpp_codegen_object_new(List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F_il2cpp_TypeInfo_var); List_1__ctor_m22251578E8293299E2B894B5B7628D4E5ECA4CDB(L_4, L_3, /*hidden argument*/List_1__ctor_m22251578E8293299E2B894B5B7628D4E5ECA4CDB_RuntimeMethod_var); ((DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new Room(CAPI.ovr_RoomArray_GetElement(a, (UIntPtr)i))); List_1_t4516EDFD0028F2B62B72159D9E202D2643CFE89F * L_5 = ((DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_RoomArray_GetElement_mC6AD604D23A567C6CB012A73E51EEDB40A92ED34((intptr_t)L_6, L_8, /*hidden argument*/NULL); Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_10 = (Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *)il2cpp_codegen_object_new(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); Room__ctor_m3D051E457AB4DF0627AF460FDAF157DF188489B8(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m7E791914069A8DC5AC1B05D10C78385D8CF63910(L_5, L_10, /*hidden argument*/List_1_Add_m7E791914069A8DC5AC1B05D10C78385D8CF63910_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // _NextUrl = CAPI.ovr_RoomArray_GetNextUrl(a); intptr_t L_14 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_15; L_15 = CAPI_ovr_RoomArray_GetNextUrl_m852F45F99C28715D9089B20296C2F500AAC3E3E6((intptr_t)L_14, /*hidden argument*/NULL); ((DeserializableList_1_t3C955045ED2EE6580CDF3722FC22A6A36B22BCCA *)__this)->set__NextUrl_1(L_15); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.RoomOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions__ctor_m0033EC756843AF0ABDBF14B53B58ECC118C41E5E (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RoomOptions() { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Handle = CAPI.ovr_RoomOptions_Create(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CAPI_ovr_RoomOptions_Create_m9B407DA4507CE49C111C1773E54F854144C00930(/*hidden argument*/NULL); __this->set_Handle_0((intptr_t)L_0); // } return; } } // System.Void Oculus.Platform.RoomOptions::SetDataStore(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_SetDataStore_m680F4F5649EBC6F4C37A4543AB7D1A871E622A1C (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RoomOptions_SetDataStoreString(Handle, key, value); intptr_t L_0 = __this->get_Handle_0(); String_t* L_1 = ___key0; String_t* L_2 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_SetDataStoreString_mBB9FDF92B4BC653A675DB793EB4058D87CC9DB38((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RoomOptions::ClearDataStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_ClearDataStore_m8FF573B3D24C27CD9BC513B965E406AC9D9C5215 (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RoomOptions_ClearDataStore(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_ClearDataStore_m30712B04B2B6BD9E832ECD0261E501E8BC759CBA((intptr_t)L_0, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RoomOptions::SetExcludeRecentlyMet(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_SetExcludeRecentlyMet_mAB0BFA645C44856C5892B9E8EEC6EDA831F99087 (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RoomOptions_SetExcludeRecentlyMet(Handle, value); intptr_t L_0 = __this->get_Handle_0(); bool L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_SetExcludeRecentlyMet_m7F5794E78F31BFE4BC23FDD1C878D4C94037987C((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RoomOptions::SetMaxUserResults(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_SetMaxUserResults_m4B7667F006EE4F2A7E1131167C439F32E63DCE3E (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RoomOptions_SetMaxUserResults(Handle, value); intptr_t L_0 = __this->get_Handle_0(); uint32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_SetMaxUserResults_mF7939FDC89E8498212B5ABD6BFADC419CC87F0E3((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RoomOptions::SetOrdering(Oculus.Platform.UserOrdering) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_SetOrdering_mBD9F4A4F6B75426033C18602A0E01421C83380F6 (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RoomOptions_SetOrdering(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_SetOrdering_m5025B304528E896606979115027896F9FAA66B4B((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RoomOptions::SetRecentlyMetTimeWindow(Oculus.Platform.TimeWindow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_SetRecentlyMetTimeWindow_m970B5F567C117D407FF70DAFB61B4718CC3B2665 (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RoomOptions_SetRecentlyMetTimeWindow(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_SetRecentlyMetTimeWindow_mAEA0327F621E0C014702EE9D97078CA42F1151EB((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RoomOptions::SetRoomId(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_SetRoomId_m09BF064745C04EBB101AB6DC5C70CFC43A172134 (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RoomOptions_SetRoomId(Handle, value); intptr_t L_0 = __this->get_Handle_0(); uint64_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_SetRoomId_mEA5A2F842DE26F8D9831FA847CE1E1F06C8DF838((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RoomOptions::SetTurnOffUpdates(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_SetTurnOffUpdates_mA8C988BB66669EE8C5C1D41D2F3BF12DB4093A14 (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RoomOptions_SetTurnOffUpdates(Handle, value); intptr_t L_0 = __this->get_Handle_0(); bool L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_SetTurnOffUpdates_m6B825E386DADB9CA50812D6FDDF8284B1462AF51((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.IntPtr Oculus.Platform.RoomOptions::op_Explicit(Oculus.Platform.RoomOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RoomOptions_op_Explicit_mD2405A04FD2122A053D165FC7F1852044A5FD0DA (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return options != null ? options.Handle : IntPtr.Zero; RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * L_0 = ___options0; if (L_0) { goto IL_0009; } } { return (intptr_t)(0); } IL_0009: { RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * L_1 = ___options0; NullCheck(L_1); intptr_t L_2 = L_1->get_Handle_0(); return (intptr_t)L_2; } } // System.Void Oculus.Platform.RoomOptions::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoomOptions_Finalize_mAAF36B637C7853ED02340A99CD494197C3CBB3AB (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // CAPI.ovr_RoomOptions_Destroy(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RoomOptions_Destroy_m7C954DF3B5414A15F8B86D4E8F0FB206FB8ED6CF((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x14, FINALLY_000d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) } // end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14, IL_0014) } IL_0014: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Oculus.Platform.Request`1 Oculus.Platform.Rooms::UpdateDataStore(System.UInt64,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_UpdateDataStore_m074B4D5FCFC95B15D82AD6F593AC729689DE39E6 (uint64_t ___roomID0, Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m42802FFFC275E928911F87B16DFE504319DF58F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455* V_0 = NULL; int32_t V_1 = 0; Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB V_2; memset((&V_2), 0, sizeof(V_2)); KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_006a; } } { // CAPI.ovrKeyValuePair[] kvps = new CAPI.ovrKeyValuePair[data.Count]; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_1 = ___data1; NullCheck(L_1); int32_t L_2; L_2 = Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA(L_1, /*hidden argument*/Dictionary_2_get_Count_m0D12A8E922828B1FBE6FCA8D404FDA65E0F78CDA_RuntimeMethod_var); ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455* L_3 = (ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455*)(ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455*)SZArrayNew(ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // int i=0; V_1 = 0; // foreach(var item in data) Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_4 = ___data1; NullCheck(L_4); Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB L_5; L_5 = Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m8C0A038B5FA7E62DEF4DB9EF1F5FCC4348D785C5_RuntimeMethod_var); V_2 = L_5; } IL_001c: try { // begin try (depth: 1) { goto IL_0044; } IL_001e: { // foreach(var item in data) KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC L_6; L_6 = Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_inline((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_2), /*hidden argument*/Enumerator_get_Current_m45394A0B01FA26CB32851562F9CBF27DB35FF4DD_RuntimeMethod_var); V_3 = L_6; // kvps[i++] = new CAPI.ovrKeyValuePair(item.Key, item.Value); ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455* L_7 = V_0; int32_t L_8 = V_1; int32_t L_9 = L_8; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); String_t* L_10; L_10 = KeyValuePair_2_get_Key_m42802FFFC275E928911F87B16DFE504319DF58F1_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m42802FFFC275E928911F87B16DFE504319DF58F1_RuntimeMethod_var); String_t* L_11; L_11 = KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_3), /*hidden argument*/KeyValuePair_2_get_Value_mB6B24D3920A4744624F8ED9AE493783D0E5F81DD_RuntimeMethod_var); ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 L_12; memset((&L_12), 0, sizeof(L_12)); ovrKeyValuePair__ctor_m5089885D4B2E1B074A2D19CB31CDA1C95B5A9E44((&L_12), L_10, L_11, /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(L_9), (ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 )L_12); } IL_0044: { // foreach(var item in data) bool L_13; L_13 = Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_2), /*hidden argument*/Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var); if (L_13) { goto IL_001e; } } IL_004d: { IL2CPP_LEAVE(0x5D, FINALLY_004f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004f; } FINALLY_004f: { // begin finally (depth: 1) Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_2), /*hidden argument*/Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var); IL2CPP_END_FINALLY(79) } // end finally (depth: 1) IL2CPP_CLEANUP(79) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { // return new Request(CAPI.ovr_Room_UpdateDataStore(roomID, kvps)); uint64_t L_14 = ___roomID0; ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455* L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_16; L_16 = CAPI_ovr_Room_UpdateDataStore_mEB39E82B99BDD896A88991E9E18E403C46013F68(L_14, L_15, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_17 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_17, L_16, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_17; } IL_006a: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_18 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_18, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // System.Void Oculus.Platform.Rooms::SetRoomInviteNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rooms_SetRoomInviteNotificationCallback_m427AC0DFB613CF6E8328B039EC86605C9B3F49C0 (Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * ___callback0, const RuntimeMethod* method) { { // SetRoomInviteAcceptedNotificationCallback(callback); Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * L_0 = ___callback0; Rooms_SetRoomInviteAcceptedNotificationCallback_mC5198F97E439E95C2772E3B532412BD32FFC1421(L_0, /*hidden argument*/NULL); // } return; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::CreateAndJoinPrivate(Oculus.Platform.RoomJoinPolicy,System.UInt32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_CreateAndJoinPrivate_m85B51B8A4F11FDDF3F8F7C9593901E667DBCA2E4 (int32_t ___joinPolicy0, uint32_t ___maxUsers1, bool ___subscribeToUpdates2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { // return new Request(CAPI.ovr_Room_CreateAndJoinPrivate(joinPolicy, maxUsers, subscribeToUpdates)); int32_t L_1 = ___joinPolicy0; uint32_t L_2 = ___maxUsers1; bool L_3 = ___subscribeToUpdates2; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_4; L_4 = CAPI_ovr_Room_CreateAndJoinPrivate_m0B482D154147B6CC7053417A67B62C860129CAFE(L_1, L_2, L_3, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_5 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_5, L_4, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_5; } IL_0015: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_6 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_6, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::CreateAndJoinPrivate2(Oculus.Platform.RoomJoinPolicy,System.UInt32,Oculus.Platform.RoomOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_CreateAndJoinPrivate2_m618DCD3F8EEE15BC43BC740F363BD97BE8FC18B3 (int32_t ___joinPolicy0, uint32_t ___maxUsers1, RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * ___roomOptions2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { // return new Request(CAPI.ovr_Room_CreateAndJoinPrivate2(joinPolicy, maxUsers, (IntPtr)roomOptions)); int32_t L_1 = ___joinPolicy0; uint32_t L_2 = ___maxUsers1; RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * L_3 = ___roomOptions2; intptr_t L_4; L_4 = RoomOptions_op_Explicit_mD2405A04FD2122A053D165FC7F1852044A5FD0DA(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = CAPI_ovr_Room_CreateAndJoinPrivate2_mCAD0F4383F9202F9E921E3BC8D17D54858037EB5(L_1, L_2, (intptr_t)L_4, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_6 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_6, L_5, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_6; } IL_001a: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_7 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_7, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::Get(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_Get_mAE7D4332ECF707C6FD7024D365F12E5749B7AFEF (uint64_t ___roomID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_Room_Get(roomID)); uint64_t L_1 = ___roomID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_Room_Get_mE11FDAC7280B1934CD84E42D129263DA290F73E9(L_1, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_3 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_3, L_2, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::GetCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_GetCurrent_m2FBCD9252D8AD8CAD7711ECC1313289636B24A6E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_Room_GetCurrent()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Room_GetCurrent_m2815C27EEBC4377968F75F8C91CADEBEB72B6EB9(/*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_2 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_2, L_1, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::GetCurrentForUser(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_GetCurrentForUser_mBCF201B551C297360FCFBA1CACD8BD73D01E3B16 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_Room_GetCurrentForUser(userID)); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_Room_GetCurrentForUser_mE49AA948F04DC16174A91938EFE57F4C5540F1DE(L_1, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_3 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_3, L_2, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::GetInvitableUsers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * Rooms_GetInvitableUsers_mBE19AD95E1EBF705062457610FC6F4BDFC1B55A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_Room_GetInvitableUsers()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Room_GetInvitableUsers_m314B5454609062C5BEF04B9C59F5E02875EE580E(/*hidden argument*/NULL); Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * L_2 = (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)il2cpp_codegen_object_new(Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var); Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5(L_2, L_1, /*hidden argument*/Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::GetInvitableUsers2(Oculus.Platform.RoomOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * Rooms_GetInvitableUsers2_m92E8B8EE8B87B680E487DF5C97CBF2B7BAF2C587 (RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * ___roomOptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { // return new Request(CAPI.ovr_Room_GetInvitableUsers2((IntPtr)roomOptions)); RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * L_1 = ___roomOptions0; intptr_t L_2; L_2 = RoomOptions_op_Explicit_mD2405A04FD2122A053D165FC7F1852044A5FD0DA(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_Room_GetInvitableUsers2_m0D96D6690B031288468EC42E18B9A7CDD726A11D((intptr_t)L_2, /*hidden argument*/NULL); Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * L_4 = (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)il2cpp_codegen_object_new(Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var); Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5(L_4, L_3, /*hidden argument*/Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var); return L_4; } IL_0018: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::GetModeratedRooms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 * Rooms_GetModeratedRooms_mDDAAED9BA14AEA10796E7067FDCD8330708DAA28 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mC8DE29C7715A9BFA89CB963B7139291B8CC6E469_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_Room_GetModeratedRooms()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Room_GetModeratedRooms_mB9E02CE449FE178658747416C607B89465C40320(/*hidden argument*/NULL); Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 * L_2 = (Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 *)il2cpp_codegen_object_new(Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5_il2cpp_TypeInfo_var); Request_1__ctor_mC8DE29C7715A9BFA89CB963B7139291B8CC6E469(L_2, L_1, /*hidden argument*/Request_1__ctor_mC8DE29C7715A9BFA89CB963B7139291B8CC6E469_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::InviteUser(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_InviteUser_mB63D567F3CB47A3B283E9F8FD17853A174D6E20F (uint64_t ___roomID0, String_t* ___inviteToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request(CAPI.ovr_Room_InviteUser(roomID, inviteToken)); uint64_t L_1 = ___roomID0; String_t* L_2 = ___inviteToken1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_Room_InviteUser_m7B6E5205E2A0091BA681D8E9EC223171CA8032A2(L_1, L_2, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_4 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_4, L_3, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::Join(System.UInt64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_Join_mEF7CAD7E2E0171C4BAC0E73CADD2BEF0AE8C3472 (uint64_t ___roomID0, bool ___subscribeToUpdates1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request(CAPI.ovr_Room_Join(roomID, subscribeToUpdates)); uint64_t L_1 = ___roomID0; bool L_2 = ___subscribeToUpdates1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_Room_Join_m064467A8D1C845C03C1C9FF4A934CDBE8D0D74F0(L_1, L_2, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_4 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_4, L_3, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::Join2(System.UInt64,Oculus.Platform.RoomOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_Join2_m30E0D8F7C9FABE531F994B8026E0FB46A21A503A (uint64_t ___roomID0, RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * ___roomOptions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { // return new Request(CAPI.ovr_Room_Join2(roomID, (IntPtr)roomOptions)); uint64_t L_1 = ___roomID0; RoomOptions_tCE1FBE438C5C1560E503042DAA53EA36059E7B7E * L_2 = ___roomOptions1; intptr_t L_3; L_3 = RoomOptions_op_Explicit_mD2405A04FD2122A053D165FC7F1852044A5FD0DA(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_4; L_4 = CAPI_ovr_Room_Join2_mC97670E27827C90BE6027A91EB7AEB3F04C89D9D(L_1, (intptr_t)L_3, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_5 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_5, L_4, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_5; } IL_0019: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_6 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_6, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::KickUser(System.UInt64,System.UInt64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_KickUser_mF808837F1ADFB584AE5455B2FD850AAE7BD9E1E1 (uint64_t ___roomID0, uint64_t ___userID1, int32_t ___kickDurationSeconds2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { // return new Request(CAPI.ovr_Room_KickUser(roomID, userID, kickDurationSeconds)); uint64_t L_1 = ___roomID0; uint64_t L_2 = ___userID1; int32_t L_3 = ___kickDurationSeconds2; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_4; L_4 = CAPI_ovr_Room_KickUser_mB6B1D41260BD2E185E6E944987F5E39823390F17(L_1, L_2, L_3, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_5 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_5, L_4, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_5; } IL_0015: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_6 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_6, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request Oculus.Platform.Rooms::LaunchInvitableUserFlow(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * Rooms_LaunchInvitableUserFlow_m91C79AE8E733EE4B54F880D34AB8358B213BE54A (uint64_t ___roomID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_Room_LaunchInvitableUserFlow(roomID)); uint64_t L_1 = ___roomID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_Room_LaunchInvitableUserFlow_m384B97B3CA6C7C0F79312AA922F48CF6B32F827B(L_1, /*hidden argument*/NULL); Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * L_3 = (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)il2cpp_codegen_object_new(Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); Request__ctor_mB551C6FD263CD2C452703D9B91B62B010C78958B(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::Leave(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_Leave_mB5D5E0D3EE46E63A129C873354C62E14412F2FA3 (uint64_t ___roomID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_Room_Leave(roomID)); uint64_t L_1 = ___roomID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_Room_Leave_mE01E651E637605C7C508339A8663BCE0D40A6448(L_1, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_3 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_3, L_2, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::SetDescription(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_SetDescription_mDEE3564EBF5B10E1DCC5C8AC2595AA6BB81E8629 (uint64_t ___roomID0, String_t* ___description1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request(CAPI.ovr_Room_SetDescription(roomID, description)); uint64_t L_1 = ___roomID0; String_t* L_2 = ___description1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_Room_SetDescription_m6551DC8931A6E8B465C0F576CDACA425E220D9EB(L_1, L_2, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_4 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_4, L_3, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::UpdateMembershipLockStatus(System.UInt64,Oculus.Platform.RoomMembershipLockStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_UpdateMembershipLockStatus_m4D1C50CB67E60516EC3C9B656E3C3800F7EF9F13 (uint64_t ___roomID0, int32_t ___membershipLockStatus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request(CAPI.ovr_Room_UpdateMembershipLockStatus(roomID, membershipLockStatus)); uint64_t L_1 = ___roomID0; int32_t L_2 = ___membershipLockStatus1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_Room_UpdateMembershipLockStatus_m63996C9C2B6254405B9BE9A3722EDCEB9087C8D7(L_1, L_2, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_4 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_4, L_3, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // Oculus.Platform.Request Oculus.Platform.Rooms::UpdateOwner(System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * Rooms_UpdateOwner_m1FD0B7D832B93C9C40BB154ABF4FB50BEFE6044F (uint64_t ___roomID0, uint64_t ___userID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request(CAPI.ovr_Room_UpdateOwner(roomID, userID)); uint64_t L_1 = ___roomID0; uint64_t L_2 = ___userID1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_Room_UpdateOwner_mB89B8D455F501A0E7EC2E5293178DE79DEA26C2F(L_1, L_2, /*hidden argument*/NULL); Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * L_4 = (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)il2cpp_codegen_object_new(Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2_il2cpp_TypeInfo_var); Request__ctor_mB551C6FD263CD2C452703D9B91B62B010C78958B(L_4, L_3, /*hidden argument*/NULL); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::UpdatePrivateRoomJoinPolicy(System.UInt64,Oculus.Platform.RoomJoinPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * Rooms_UpdatePrivateRoomJoinPolicy_m6D5E33734A5CE4F96418BDB84D7BA2A9AE92AD6E (uint64_t ___roomID0, int32_t ___newJoinPolicy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request(CAPI.ovr_Room_UpdatePrivateRoomJoinPolicy(roomID, newJoinPolicy)); uint64_t L_1 = ___roomID0; int32_t L_2 = ___newJoinPolicy1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_Room_UpdatePrivateRoomJoinPolicy_m7D42843D98045E0CC74E890B10910B141508329D(L_1, L_2, /*hidden argument*/NULL); Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 * L_4 = (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)il2cpp_codegen_object_new(Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9_il2cpp_TypeInfo_var); Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8(L_4, L_3, /*hidden argument*/Request_1__ctor_mED3CF256FFE4F7181710E23235A2DB58FD9BE2F8_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_t7ECEAA33EF506480AEBACE1161892777F8C68EA9 *)NULL; } } // System.Void Oculus.Platform.Rooms::SetRoomInviteAcceptedNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rooms_SetRoomInviteAcceptedNotificationCallback_mC5198F97E439E95C2772E3B532412BD32FFC1421 (Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Room_InviteAccepted, // callback // ); Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175(((int32_t)1829794225), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.Rooms::SetRoomInviteReceivedNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rooms_SetRoomInviteReceivedNotificationCallback_m8B160AF7E8C12E51FF9EDFCDD1FBB5E82DF7EBA3 (Callback_t2738E26970FDD9D111F9D6CCBBB107852DE3F9FC * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisRoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_m47DD46C406DE278A4DD5ABFD5F6D7704143695F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Room_InviteReceived, // callback // ); Callback_t2738E26970FDD9D111F9D6CCBBB107852DE3F9FC * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisRoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_m47DD46C406DE278A4DD5ABFD5F6D7704143695F2(((int32_t)1783209300), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisRoomInviteNotification_t3B0F10113CBB7EE5B4F3F86CD7FEE298EC2EC5B8_m47DD46C406DE278A4DD5ABFD5F6D7704143695F2_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.Rooms::SetUpdateNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rooms_SetUpdateNotificationCallback_m032E0F7C3D59A364887B9EC878333A218F428E7F (Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisRoom_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_mE549FBDF379A6B93F7588217682B76BE62DA87EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Room_RoomUpdate, // callback // ); Callback_tF84567CF4B70B3F9F0DF3F8412FB50BAF521AF87 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisRoom_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_mE549FBDF379A6B93F7588217682B76BE62DA87EE(((int32_t)1626094639), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisRoom_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_mE549FBDF379A6B93F7588217682B76BE62DA87EE_RuntimeMethod_var); // } return; } } // Oculus.Platform.Request`1 Oculus.Platform.Rooms::GetNextRoomListPage(Oculus.Platform.Models.RoomList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 * Rooms_GetNextRoomListPage_mC14E63787E8AAE6BA3C517A33DFA66E6447BDCDD (RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_HasNextPage_mDFDD1705C90CD1F2DDC6BFA2BEE89E3C37ECB6A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_NextUrl_mF88551A9660F8EBD0EF412C131EE38A00AFA40B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mC8DE29C7715A9BFA89CB963B7139291B8CC6E469_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB92D325438C8B008E393D6B7E6906DE9B33D321); s_Il2CppMethodInitialized = true; } { // if (!list.HasNextPage) RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * L_0 = ___list0; NullCheck(L_0); bool L_1; L_1 = DeserializableList_1_get_HasNextPage_mDFDD1705C90CD1F2DDC6BFA2BEE89E3C37ECB6A0(L_0, /*hidden argument*/DeserializableList_1_get_HasNextPage_mDFDD1705C90CD1F2DDC6BFA2BEE89E3C37ECB6A0_RuntimeMethod_var); if (L_1) { goto IL_0014; } } { // Debug.LogWarning("Oculus.Platform.GetNextRoomListPage: List has no next page"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteralBB92D325438C8B008E393D6B7E6906DE9B33D321, /*hidden argument*/NULL); // return null; return (Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 *)NULL; } IL_0014: { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_2; L_2 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { // return new Request( // CAPI.ovr_HTTP_GetWithMessageType( // list.NextUrl, // (int)Message.MessageType.Room_GetNextRoomArrayPage // ) // ); RoomList_t207839A231FFF8CED968FBF572DAC4FC7DEB6AD5 * L_3 = ___list0; NullCheck(L_3); String_t* L_4; L_4 = DeserializableList_1_get_NextUrl_mF88551A9660F8EBD0EF412C131EE38A00AFA40B4_inline(L_3, /*hidden argument*/DeserializableList_1_get_NextUrl_mF88551A9660F8EBD0EF412C131EE38A00AFA40B4_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = CAPI_ovr_HTTP_GetWithMessageType_m3ADC2C3BFF17A426ECE7CA61B3A84451BAD3CF40(L_4, ((int32_t)1317239238), /*hidden argument*/NULL); Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 * L_6 = (Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 *)il2cpp_codegen_object_new(Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5_il2cpp_TypeInfo_var); Request_1__ctor_mC8DE29C7715A9BFA89CB963B7139291B8CC6E469(L_6, L_5, /*hidden argument*/Request_1__ctor_mC8DE29C7715A9BFA89CB963B7139291B8CC6E469_RuntimeMethod_var); return L_6; } IL_0031: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_7 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_7, /*hidden argument*/NULL); // return null; return (Request_1_t8F33869811CECF1B7E369F3CB535CF67F2B030E5 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.RosterOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RosterOptions__ctor_mC2D8EC73EBD1BA5EA04BB93BF0A875803C8DDCB5 (RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RosterOptions() { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Handle = CAPI.ovr_RosterOptions_Create(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CAPI_ovr_RosterOptions_Create_mDC582A8A0E8CD840D59441D8714EF645D49A5973(/*hidden argument*/NULL); __this->set_Handle_0((intptr_t)L_0); // } return; } } // System.Void Oculus.Platform.RosterOptions::AddSuggestedUser(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RosterOptions_AddSuggestedUser_mACB06D9032944F0BD08268AA17F7D861D9A11EC7 (RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53 * __this, uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RosterOptions_AddSuggestedUser(Handle, userID); intptr_t L_0 = __this->get_Handle_0(); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RosterOptions_AddSuggestedUser_m42AA151EA6E2441B9DA1D0B52BC367995EA31AA6((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.RosterOptions::ClearSuggestedUsers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RosterOptions_ClearSuggestedUsers_m6A6860509561C23357F21271F78409F797F97595 (RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_RosterOptions_ClearSuggestedUsers(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RosterOptions_ClearSuggestedUsers_m3F2DD787B8C9F0AB527B0842257F2C47BC98A2E6((intptr_t)L_0, /*hidden argument*/NULL); // } return; } } // System.IntPtr Oculus.Platform.RosterOptions::op_Explicit(Oculus.Platform.RosterOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RosterOptions_op_Explicit_mC14BA33FBF168629F0B383E428ECC177A8A6F438 (RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53 * ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return options != null ? options.Handle : IntPtr.Zero; RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53 * L_0 = ___options0; if (L_0) { goto IL_0009; } } { return (intptr_t)(0); } IL_0009: { RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53 * L_1 = ___options0; NullCheck(L_1); intptr_t L_2 = L_1->get_Handle_0(); return (intptr_t)L_2; } } // System.Void Oculus.Platform.RosterOptions::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RosterOptions_Finalize_mF553D67F532DDE2E3BB037A393D15E0F53CCFD42 (RosterOptions_t2EB2264E45DEA2E89EDCC1662EAE600890864B53 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // CAPI.ovr_RosterOptions_Destroy(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_RosterOptions_Destroy_m83C8373F00F3005BEFF54481812904D1DD1C21FC((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x14, FINALLY_000d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) } // end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14, IL_0014) } IL_0014: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.SdkAccount::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SdkAccount__ctor_mBC9B55B678D20231E3EF37054403D4FCBFD8A5E7 (SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SdkAccount(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // AccountType = CAPI.ovr_SdkAccount_GetAccountType(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CAPI_ovr_SdkAccount_GetAccountType_mBB04A3492BD6E249CFBD46CB52E803985520D3AB((intptr_t)L_0, /*hidden argument*/NULL); __this->set_AccountType_0(L_1); // UserId = CAPI.ovr_SdkAccount_GetUserId(o); intptr_t L_2 = ___o0; uint64_t L_3; L_3 = CAPI_ovr_SdkAccount_GetUserId_mAE39490C9AB8DBCB161D3E06B9D26AB5C9F4E0C1((intptr_t)L_2, /*hidden argument*/NULL); __this->set_UserId_1(L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.SdkAccountList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SdkAccountList__ctor_m2569AC12C02DCE79DD2F4550750E2BD7CC3725A3 (SdkAccountList_t17DE1D8697BC517AEE8E6A0D2D938D98030D1D67 * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m46B04179074ECA7AEE37D5B7D51E9ACFB4CBB93C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC89D0C471C42416ED7C29A3B871127B4CB308288_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4FB1C73F653828982F22ADC6C00CE8B6135B0572_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public SdkAccountList(IntPtr a) { DeserializableList_1__ctor_m46B04179074ECA7AEE37D5B7D51E9ACFB4CBB93C(__this, /*hidden argument*/DeserializableList_1__ctor_m46B04179074ECA7AEE37D5B7D51E9ACFB4CBB93C_RuntimeMethod_var); // var count = (int)CAPI.ovr_SdkAccountArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_SdkAccountArray_GetSize_m4AF1A21051BFBE1E597980CA5B96680D691F577F((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E * L_4 = (List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E *)il2cpp_codegen_object_new(List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E_il2cpp_TypeInfo_var); List_1__ctor_m4FB1C73F653828982F22ADC6C00CE8B6135B0572(L_4, L_3, /*hidden argument*/List_1__ctor_m4FB1C73F653828982F22ADC6C00CE8B6135B0572_RuntimeMethod_var); ((DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new SdkAccount(CAPI.ovr_SdkAccountArray_GetElement(a, (UIntPtr)i))); List_1_t3A794C8B7EF48D2D6ABAC74571E9C8680DE3218E * L_5 = ((DeserializableList_1_t60ACFB90F4DCC5D87997015C54FC393EC700F26F *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_SdkAccountArray_GetElement_m1E5F9A8D7020989F0CB194CEBD5D0B0DA03508AB((intptr_t)L_6, L_8, /*hidden argument*/NULL); SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A * L_10 = (SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A *)il2cpp_codegen_object_new(SdkAccount_t8F143083736D51938F4B7B5C6DD3A42A45BE5D1A_il2cpp_TypeInfo_var); SdkAccount__ctor_mBC9B55B678D20231E3EF37054403D4FCBFD8A5E7(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_mC89D0C471C42416ED7C29A3B871127B4CB308288(L_5, L_10, /*hidden argument*/List_1_Add_mC89D0C471C42416ED7C29A3B871127B4CB308288_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.SendInvitesResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendInvitesResult__ctor_mC2AB2F39DB83CB86B7C2A9F980FFD268101C8354 (SendInvitesResult_tEABC6CFCF87F156BE28732AFA9FE2F7FF12D1130 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SendInvitesResult(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Invites = new ApplicationInviteList(CAPI.ovr_SendInvitesResult_GetInvites(o)); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_SendInvitesResult_GetInvites_m1F148EEFC505EB8DCEEEF29EAD1DD7A192647ED3((intptr_t)L_0, /*hidden argument*/NULL); ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360 * L_2 = (ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360 *)il2cpp_codegen_object_new(ApplicationInviteList_t0EB6840C5C83B21438F83AF64477873668826360_il2cpp_TypeInfo_var); ApplicationInviteList__ctor_mBF3A124C10AC8CCEFCD2EFB20D3F2EC4AA624EC5(L_2, (intptr_t)L_1, /*hidden argument*/NULL); __this->set_Invites_0(L_2); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.ShareMediaResult::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShareMediaResult__ctor_m0AC8F70EACE4FF4E09F5BB82A1DB5D4AFFBD634E (ShareMediaResult_t6D6DCFD01772A8EB53B232207352F5EF863806F7 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ShareMediaResult(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Status = CAPI.ovr_ShareMediaResult_GetStatus(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CAPI_ovr_ShareMediaResult_GetStatus_m19C6C4E0756E7A3E0F668077D8E0D462A3D0A9B4((intptr_t)L_0, /*hidden argument*/NULL); __this->set_Status_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Oculus.Platform.Request`1 Oculus.Platform.StandalonePlatform::InitializeInEditor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * StandalonePlatform_InitializeInEditor_mCACEC03D148CC9037B7AF66FC6CDC863F6644EF7 (StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { // if (String.IsNullOrEmpty(PlatformSettings.AppID)) String_t* L_0; L_0 = PlatformSettings_get_AppID_m6097EA582644A8063A9D45489245D6AB9E902B54(/*hidden argument*/NULL); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { // throw new UnityException("Update your App ID by selecting 'Oculus Platform' -> 'Edit Settings'"); UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * L_2 = (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var))); UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6502DBEA7DCA489774648AC2338DB14B68A43496)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandalonePlatform_InitializeInEditor_mCACEC03D148CC9037B7AF66FC6CDC863F6644EF7_RuntimeMethod_var))); } IL_0017: { // var appID = PlatformSettings.AppID; String_t* L_3; L_3 = PlatformSettings_get_AppID_m6097EA582644A8063A9D45489245D6AB9E902B54(/*hidden argument*/NULL); V_0 = L_3; // if (String.IsNullOrEmpty(StandalonePlatformSettings.OculusPlatformTestUserAccessToken)) String_t* L_4; L_4 = StandalonePlatformSettings_get_OculusPlatformTestUserAccessToken_m14ED5FB11903CDC76E8B71BD88F67DF936CF6896_inline(/*hidden argument*/NULL); bool L_5; L_5 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0034; } } { // throw new UnityException("Update your standalone credentials by selecting 'Oculus Platform' -> 'Edit Settings'"); UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * L_6 = (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var))); UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral141DB8E2222B0556D3C6A55EC404DB7A9D4332CF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandalonePlatform_InitializeInEditor_mCACEC03D148CC9037B7AF66FC6CDC863F6644EF7_RuntimeMethod_var))); } IL_0034: { // var accessToken = StandalonePlatformSettings.OculusPlatformTestUserAccessToken; String_t* L_7; L_7 = StandalonePlatformSettings_get_OculusPlatformTestUserAccessToken_m14ED5FB11903CDC76E8B71BD88F67DF936CF6896_inline(/*hidden argument*/NULL); V_1 = L_7; // return AsyncInitialize(UInt64.Parse(appID), accessToken); String_t* L_8 = V_0; uint64_t L_9; L_9 = UInt64_Parse_mBD4E76B24B2A2E1E1A1A2ADBBCE3EB3CE7C9DEF5(L_8, /*hidden argument*/NULL); String_t* L_10 = V_1; Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * L_11; L_11 = StandalonePlatform_AsyncInitialize_mAA5299BE3E7F8064B5FAEA525264C4A8DCE8B38E(__this, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // Oculus.Platform.Request`1 Oculus.Platform.StandalonePlatform::AsyncInitialize(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * StandalonePlatform_AsyncInitialize_mAA5299BE3E7F8064B5FAEA525264C4A8DCE8B38E (StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A * __this, uint64_t ___appID0, String_t* ___accessToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mFC271BC4F496EA2BA46A55350DC8D6A3FC7B6688_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_UnityResetTestPlatform(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_UnityResetTestPlatform_mA50C6C2E6BC8BC42371079CDE5D8712675549C49(/*hidden argument*/NULL); // CAPI.ovr_UnityInitGlobals(IntPtr.Zero); CAPI_ovr_UnityInitGlobals_m8D4B1C6F162D614F8F2752C2255CA8CA86B8F751((intptr_t)(0), /*hidden argument*/NULL); // return new Request(CAPI.ovr_PlatformInitializeWithAccessToken(appID, accessToken)); uint64_t L_0 = ___appID0; String_t* L_1 = ___accessToken1; uint64_t L_2; L_2 = CAPI_ovr_PlatformInitializeWithAccessToken_m55DD6B1B1C2C275D19BD75B1AF28C21C5F5B20EF(L_0, L_1, /*hidden argument*/NULL); Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * L_3 = (Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 *)il2cpp_codegen_object_new(Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4_il2cpp_TypeInfo_var); Request_1__ctor_mFC271BC4F496EA2BA46A55350DC8D6A3FC7B6688(L_3, L_2, /*hidden argument*/Request_1__ctor_mFC271BC4F496EA2BA46A55350DC8D6A3FC7B6688_RuntimeMethod_var); return L_3; } } // System.Void Oculus.Platform.StandalonePlatform::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandalonePlatform__ctor_m3AE4474A8116A9398BB6F0430B68526EB20A56B2 (StandalonePlatform_t3F9342999178C7C40E2E5373286D050D109DB76A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Oculus.Platform.StandalonePlatformSettings::get_OculusPlatformTestUserEmail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandalonePlatformSettings_get_OculusPlatformTestUserEmail_mE56C509416F1258FCC47020D08318FC12404061B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.Void Oculus.Platform.StandalonePlatformSettings::set_OculusPlatformTestUserEmail(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandalonePlatformSettings_set_OculusPlatformTestUserEmail_mD3B03DA1553C241A479FBA98C5E122159761F79A (String_t* ___value0, const RuntimeMethod* method) { { // } return; } } // System.String Oculus.Platform.StandalonePlatformSettings::get_OculusPlatformTestUserPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandalonePlatformSettings_get_OculusPlatformTestUserPassword_mFE8FBDE809F3B443BC71D13B8389C33406CE4A71 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.Void Oculus.Platform.StandalonePlatformSettings::set_OculusPlatformTestUserPassword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandalonePlatformSettings_set_OculusPlatformTestUserPassword_m0409158F7D6EB4F38ECE86FEBABAE07F8F0E9792 (String_t* ___value0, const RuntimeMethod* method) { { // } return; } } // System.String Oculus.Platform.StandalonePlatformSettings::get_OculusPlatformTestUserAccessToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandalonePlatformSettings_get_OculusPlatformTestUserAccessToken_m14ED5FB11903CDC76E8B71BD88F67DF936CF6896 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.Void Oculus.Platform.StandalonePlatformSettings::set_OculusPlatformTestUserAccessToken(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandalonePlatformSettings_set_OculusPlatformTestUserAccessToken_m3CC460E8CA09577F496DF36600C5B82EA53672F2 (String_t* ___value0, const RuntimeMethod* method) { { // } return; } } // System.Void Oculus.Platform.StandalonePlatformSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandalonePlatformSettings__ctor_mE40843F44FD1FB58636DE57723CD5ED1570FD762 (StandalonePlatformSettings_t81164F0EE1FD705DDCFF63D90358B03D1A633036 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.SupplementaryMetric::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupplementaryMetric__ctor_mABF7CC54C159B31D2F27F7F2BDCDE160FF222279 (SupplementaryMetric_tAD2A1FE2910E75FD32E7101A7577B373FDE4D185 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SupplementaryMetric(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ID = CAPI.ovr_SupplementaryMetric_GetID(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_SupplementaryMetric_GetID_mB5D18583CCB0329289FC45B2B2C7A481F405B2C4((intptr_t)L_0, /*hidden argument*/NULL); __this->set_ID_0(L_1); // Metric = CAPI.ovr_SupplementaryMetric_GetMetric(o); intptr_t L_2 = ___o0; int64_t L_3; L_3 = CAPI_ovr_SupplementaryMetric_GetMetric_mEB8F1C3E11C2E4B9DBC625C644F01021AC42A77F((intptr_t)L_2, /*hidden argument*/NULL); __this->set_Metric_1(L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.SystemVoipState::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemVoipState__ctor_m9CC93A6027110E1938F59AEA8CA304EAD75DE1A5 (SystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SystemVoipState(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // MicrophoneMuted = CAPI.ovr_SystemVoipState_GetMicrophoneMuted(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CAPI_ovr_SystemVoipState_GetMicrophoneMuted_m60EB30C8995F1F189F0ADE1238602887BDFD323F((intptr_t)L_0, /*hidden argument*/NULL); __this->set_MicrophoneMuted_0(L_1); // Status = CAPI.ovr_SystemVoipState_GetStatus(o); intptr_t L_2 = ___o0; int32_t L_3; L_3 = CAPI_ovr_SystemVoipState_GetStatus_m3A93BFA14E0E22C882B6DDEA25217F4FA3691D6D((intptr_t)L_2, /*hidden argument*/NULL); __this->set_Status_1(L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.Team::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Team__ctor_m78FFC056B34E1E35602983B01DE497165489E361 (Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Team(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // AssignedUsers = new UserList(CAPI.ovr_Team_GetAssignedUsers(o)); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_Team_GetAssignedUsers_mEEDEA407D128EF1D951DF28147A44F8B8D550532((intptr_t)L_0, /*hidden argument*/NULL); UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_2 = (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B *)il2cpp_codegen_object_new(UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B_il2cpp_TypeInfo_var); UserList__ctor_m96C3F13B2411948E074F6635F8CD20C58CE918FB(L_2, (intptr_t)L_1, /*hidden argument*/NULL); __this->set_AssignedUsers_0(L_2); // MaxUsers = CAPI.ovr_Team_GetMaxUsers(o); intptr_t L_3 = ___o0; int32_t L_4; L_4 = CAPI_ovr_Team_GetMaxUsers_m9AE0FF488805FCF4BA1CE1336DD1E0F9DBFC1D94((intptr_t)L_3, /*hidden argument*/NULL); __this->set_MaxUsers_1(L_4); // MinUsers = CAPI.ovr_Team_GetMinUsers(o); intptr_t L_5 = ___o0; int32_t L_6; L_6 = CAPI_ovr_Team_GetMinUsers_m101C0504AEAB46AF2798F05C18AF40C23688DB24((intptr_t)L_5, /*hidden argument*/NULL); __this->set_MinUsers_2(L_6); // Name = CAPI.ovr_Team_GetName(o); intptr_t L_7 = ___o0; String_t* L_8; L_8 = CAPI_ovr_Team_GetName_m9FC6F9C3458C080094C4A45E2D11A2E9F0C7FEA4((intptr_t)L_7, /*hidden argument*/NULL); __this->set_Name_3(L_8); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.TeamList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeamList__ctor_m2831EE8248C762F932D9124401C16CCFBCF0A704 (TeamList_t4124515EA898C2E303F8DFF5EB5AF955D7219B46 * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_mAB7228FB3D86951154FE8023972652E1311626B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBF2F50F2FB1783A8DB33917917087D7A629372FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m09EB5665BFEF44DD41A2937561B1A94145BE79DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2D436535887B174C4FD890661D903CEF9665EB33_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public TeamList(IntPtr a) { DeserializableList_1__ctor_mAB7228FB3D86951154FE8023972652E1311626B6(__this, /*hidden argument*/DeserializableList_1__ctor_mAB7228FB3D86951154FE8023972652E1311626B6_RuntimeMethod_var); // var count = (int)CAPI.ovr_TeamArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_TeamArray_GetSize_mB77F6D99D044E353B94A1A3D747F4A67DDFF30E2((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_t2D436535887B174C4FD890661D903CEF9665EB33 * L_4 = (List_1_t2D436535887B174C4FD890661D903CEF9665EB33 *)il2cpp_codegen_object_new(List_1_t2D436535887B174C4FD890661D903CEF9665EB33_il2cpp_TypeInfo_var); List_1__ctor_m09EB5665BFEF44DD41A2937561B1A94145BE79DA(L_4, L_3, /*hidden argument*/List_1__ctor_m09EB5665BFEF44DD41A2937561B1A94145BE79DA_RuntimeMethod_var); ((DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17 *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new Team(CAPI.ovr_TeamArray_GetElement(a, (UIntPtr)i))); List_1_t2D436535887B174C4FD890661D903CEF9665EB33 * L_5 = ((DeserializableList_1_t9C1C51D0B1079A93679618196C94CFB31A93CE17 *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_TeamArray_GetElement_m3761F090406F71236DC7D09445655C5407F20925((intptr_t)L_6, L_8, /*hidden argument*/NULL); Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA * L_10 = (Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA *)il2cpp_codegen_object_new(Team_tD3E3C6189C50B654FF38041548BD419E6C3D4AFA_il2cpp_TypeInfo_var); Team__ctor_m78FFC056B34E1E35602983B01DE497165489E361(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_mBF2F50F2FB1783A8DB33917917087D7A629372FE(L_5, L_10, /*hidden argument*/List_1_Add_mBF2F50F2FB1783A8DB33917917087D7A629372FE_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.User::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void User__ctor_m4AF62433B0AEE86B747583E8FF7B851472D7F961 (User_tA163463AE919860D9B337F6104B028990A44B69D * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public User(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // DisplayName = CAPI.ovr_User_GetDisplayName(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_1; L_1 = CAPI_ovr_User_GetDisplayName_m18F5227EC901969BBCFA99901A481FE3866C7A95((intptr_t)L_0, /*hidden argument*/NULL); __this->set_DisplayName_0(L_1); // ID = CAPI.ovr_User_GetID(o); intptr_t L_2 = ___o0; uint64_t L_3; L_3 = CAPI_ovr_User_GetID_m08CEF10644360A7BD9561DA5DC56C5345DB1AF3F((intptr_t)L_2, /*hidden argument*/NULL); __this->set_ID_1(L_3); // ImageURL = CAPI.ovr_User_GetImageUrl(o); intptr_t L_4 = ___o0; String_t* L_5; L_5 = CAPI_ovr_User_GetImageUrl_m31D5066EF9ABCCA12877E996822FBD5567F0A843((intptr_t)L_4, /*hidden argument*/NULL); __this->set_ImageURL_2(L_5); // InviteToken = CAPI.ovr_User_GetInviteToken(o); intptr_t L_6 = ___o0; String_t* L_7; L_7 = CAPI_ovr_User_GetInviteToken_m1FF3FCEA273A22FD5BA3FF19D4C5CF313D4F2B6E((intptr_t)L_6, /*hidden argument*/NULL); __this->set_InviteToken_3(L_7); // OculusID = CAPI.ovr_User_GetOculusID(o); intptr_t L_8 = ___o0; String_t* L_9; L_9 = CAPI_ovr_User_GetOculusID_mBC734BE0BD3199E5B9ED123EDC9D29E7B048E8C1((intptr_t)L_8, /*hidden argument*/NULL); __this->set_OculusID_4(L_9); // Presence = CAPI.ovr_User_GetPresence(o); intptr_t L_10 = ___o0; String_t* L_11; L_11 = CAPI_ovr_User_GetPresence_mC3495E2F726B03AE064F9D4692A9BDC72266AACB((intptr_t)L_10, /*hidden argument*/NULL); __this->set_Presence_5(L_11); // PresenceDeeplinkMessage = CAPI.ovr_User_GetPresenceDeeplinkMessage(o); intptr_t L_12 = ___o0; String_t* L_13; L_13 = CAPI_ovr_User_GetPresenceDeeplinkMessage_m6C83B9B68AEF16AA4D42C53ECF81B6A763068AF2((intptr_t)L_12, /*hidden argument*/NULL); __this->set_PresenceDeeplinkMessage_6(L_13); // PresenceDestinationApiName = CAPI.ovr_User_GetPresenceDestinationApiName(o); intptr_t L_14 = ___o0; String_t* L_15; L_15 = CAPI_ovr_User_GetPresenceDestinationApiName_mB24E824A11BD5DF04393BEE842DB352C0C9574E8((intptr_t)L_14, /*hidden argument*/NULL); __this->set_PresenceDestinationApiName_7(L_15); // PresenceLobbySessionId = CAPI.ovr_User_GetPresenceLobbySessionId(o); intptr_t L_16 = ___o0; String_t* L_17; L_17 = CAPI_ovr_User_GetPresenceLobbySessionId_mA1A249DF2DABB3CE77286D4B3D0722EE58616043((intptr_t)L_16, /*hidden argument*/NULL); __this->set_PresenceLobbySessionId_8(L_17); // PresenceMatchSessionId = CAPI.ovr_User_GetPresenceMatchSessionId(o); intptr_t L_18 = ___o0; String_t* L_19; L_19 = CAPI_ovr_User_GetPresenceMatchSessionId_m035C67B001418780FB33CA7E2596FD28A3DEAFC1((intptr_t)L_18, /*hidden argument*/NULL); __this->set_PresenceMatchSessionId_9(L_19); // PresenceStatus = CAPI.ovr_User_GetPresenceStatus(o); intptr_t L_20 = ___o0; int32_t L_21; L_21 = CAPI_ovr_User_GetPresenceStatus_m3C0870BDD40129850F6C5F46A322B5526A9B9448((intptr_t)L_20, /*hidden argument*/NULL); __this->set_PresenceStatus_10(L_21); // SmallImageUrl = CAPI.ovr_User_GetSmallImageUrl(o); intptr_t L_22 = ___o0; String_t* L_23; L_23 = CAPI_ovr_User_GetSmallImageUrl_m0C35A6456A32B6C9B6B787112DAC8CFB9EB57961((intptr_t)L_22, /*hidden argument*/NULL); __this->set_SmallImageUrl_11(L_23); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.UserAndRoom::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserAndRoom__ctor_mEB192F734DCA736AA705FCF94AB440174A8EFE0C (UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { // public UserAndRoom(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // var pointer = CAPI.ovr_UserAndRoom_GetRoom(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CAPI_ovr_UserAndRoom_GetRoom_mFF4FC1DDA61670748ED0FC045DF6D75D9411BB48((intptr_t)L_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_1; // Room = new Room(pointer); intptr_t L_2 = V_0; Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_3 = (Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *)il2cpp_codegen_object_new(Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857_il2cpp_TypeInfo_var); Room__ctor_m3D051E457AB4DF0627AF460FDAF157DF188489B8(L_3, (intptr_t)L_2, /*hidden argument*/NULL); __this->set_Room_1(L_3); // if (pointer == IntPtr.Zero) { intptr_t L_4 = V_0; bool L_5; L_5 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_4, (intptr_t)(0), /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } { // RoomOptional = null; __this->set_RoomOptional_0((Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 *)NULL); // } else { goto IL_003b; } IL_002f: { // RoomOptional = Room; Room_t47228ADEF9681BA79B214C4B2D1CB04BF3F2F857 * L_6 = __this->get_Room_1(); __this->set_RoomOptional_0(L_6); } IL_003b: { // User = new User(CAPI.ovr_UserAndRoom_GetUser(o)); intptr_t L_7 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_8; L_8 = CAPI_ovr_UserAndRoom_GetUser_mFD47CB66666BB0BCA3DDB12C4F303E9DEBB737D3((intptr_t)L_7, /*hidden argument*/NULL); User_tA163463AE919860D9B337F6104B028990A44B69D * L_9 = (User_tA163463AE919860D9B337F6104B028990A44B69D *)il2cpp_codegen_object_new(User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); User__ctor_m4AF62433B0AEE86B747583E8FF7B851472D7F961(L_9, (intptr_t)L_8, /*hidden argument*/NULL); __this->set_User_2(L_9); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.UserAndRoomList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserAndRoomList__ctor_m9BF9479233F34263A6285B5FD00E299E2A1ACED8 (UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m7F06DF5A7957D69926FC06231C1B6AB352338B35_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m05DDCD087AC09DA1BFE803F5933FF5E4EE570638_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3F53784E1A92E049156DD71024FE8D4E9ABB88DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t170398B9618F382160996609D78622C9AEDAA3EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public UserAndRoomList(IntPtr a) { DeserializableList_1__ctor_m7F06DF5A7957D69926FC06231C1B6AB352338B35(__this, /*hidden argument*/DeserializableList_1__ctor_m7F06DF5A7957D69926FC06231C1B6AB352338B35_RuntimeMethod_var); // var count = (int)CAPI.ovr_UserAndRoomArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_UserAndRoomArray_GetSize_m725D939181DAE172F8AA505DEAD53D4B8EDB4D5A((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_t170398B9618F382160996609D78622C9AEDAA3EC * L_4 = (List_1_t170398B9618F382160996609D78622C9AEDAA3EC *)il2cpp_codegen_object_new(List_1_t170398B9618F382160996609D78622C9AEDAA3EC_il2cpp_TypeInfo_var); List_1__ctor_m3F53784E1A92E049156DD71024FE8D4E9ABB88DA(L_4, L_3, /*hidden argument*/List_1__ctor_m3F53784E1A92E049156DD71024FE8D4E9ABB88DA_RuntimeMethod_var); ((DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new UserAndRoom(CAPI.ovr_UserAndRoomArray_GetElement(a, (UIntPtr)i))); List_1_t170398B9618F382160996609D78622C9AEDAA3EC * L_5 = ((DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_UserAndRoomArray_GetElement_mA45F7E1C7CEC3FA19452278ACA74A9F57BB40C42((intptr_t)L_6, L_8, /*hidden argument*/NULL); UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3 * L_10 = (UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3 *)il2cpp_codegen_object_new(UserAndRoom_tB529F311DE2ECD7BAA5D889F877D693441662CC3_il2cpp_TypeInfo_var); UserAndRoom__ctor_mEB192F734DCA736AA705FCF94AB440174A8EFE0C(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m05DDCD087AC09DA1BFE803F5933FF5E4EE570638(L_5, L_10, /*hidden argument*/List_1_Add_m05DDCD087AC09DA1BFE803F5933FF5E4EE570638_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // _NextUrl = CAPI.ovr_UserAndRoomArray_GetNextUrl(a); intptr_t L_14 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_15; L_15 = CAPI_ovr_UserAndRoomArray_GetNextUrl_mBAD99F3B995BBE9D862E32F621A60DC3DE9E96B0((intptr_t)L_14, /*hidden argument*/NULL); ((DeserializableList_1_tE0774C9DD255C383984D6F9A4E411934EA2CAD57 *)__this)->set__NextUrl_1(L_15); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Oculus.Platform.Request`1 Oculus.Platform.UserDataStore::PrivateDeleteEntryByKey(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * UserDataStore_PrivateDeleteEntryByKey_mE2B2FBFCAB0A5BD0F6BE1C5F979B0C519C598B45 (uint64_t ___userID0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request(CAPI.ovr_UserDataStore_PrivateDeleteEntryByKey(userID, key)); uint64_t L_1 = ___userID0; String_t* L_2 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_UserDataStore_PrivateDeleteEntryByKey_m89C4B624BE152FBB6A6094B098A721418E9E151A(L_1, L_2, /*hidden argument*/NULL); Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * L_4 = (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *)il2cpp_codegen_object_new(Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var); Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408(L_4, L_3, /*hidden argument*/Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *)NULL; } } // Oculus.Platform.Request`1> Oculus.Platform.UserDataStore::PrivateGetEntries(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * UserDataStore_PrivateGetEntries_m0511F93BCEBB7A24F042C0EF6F27EA2D753624F4 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request>(CAPI.ovr_UserDataStore_PrivateGetEntries(userID)); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_UserDataStore_PrivateGetEntries_m692093C893D36D08CF5BEE85BC872F7C79AC51A0(L_1, /*hidden argument*/NULL); Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * L_3 = (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *)il2cpp_codegen_object_new(Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var); Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4(L_3, L_2, /*hidden argument*/Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *)NULL; } } // Oculus.Platform.Request`1> Oculus.Platform.UserDataStore::PrivateGetEntryByKey(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * UserDataStore_PrivateGetEntryByKey_m98220191676ADAB8D86FA73CEEEA49773CD20851 (uint64_t ___userID0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request>(CAPI.ovr_UserDataStore_PrivateGetEntryByKey(userID, key)); uint64_t L_1 = ___userID0; String_t* L_2 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_UserDataStore_PrivateGetEntryByKey_mEBBC00FE6981EEFAB94B080CCFE3255A87CF444D(L_1, L_2, /*hidden argument*/NULL); Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * L_4 = (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *)il2cpp_codegen_object_new(Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var); Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4(L_4, L_3, /*hidden argument*/Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.UserDataStore::PrivateWriteEntry(System.UInt64,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * UserDataStore_PrivateWriteEntry_mCD60D826A1783230F6602145AED934051A4DD6E5 (uint64_t ___userID0, String_t* ___key1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { // return new Request(CAPI.ovr_UserDataStore_PrivateWriteEntry(userID, key, value)); uint64_t L_1 = ___userID0; String_t* L_2 = ___key1; String_t* L_3 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_4; L_4 = CAPI_ovr_UserDataStore_PrivateWriteEntry_m02A96A2C37F0AC11EC2DCF014E4E1B067F00E19D(L_1, L_2, L_3, /*hidden argument*/NULL); Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * L_5 = (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *)il2cpp_codegen_object_new(Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var); Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408(L_5, L_4, /*hidden argument*/Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var); return L_5; } IL_0015: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_6 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_6, /*hidden argument*/NULL); // return null; return (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.UserDataStore::PublicDeleteEntryByKey(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * UserDataStore_PublicDeleteEntryByKey_m3CEBC9FFC5F75BEE4C844EDE8B16BE56B2424B3F (uint64_t ___userID0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request(CAPI.ovr_UserDataStore_PublicDeleteEntryByKey(userID, key)); uint64_t L_1 = ___userID0; String_t* L_2 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_UserDataStore_PublicDeleteEntryByKey_m27BDD43C0A310F1B5BE047708F4D130760E26923(L_1, L_2, /*hidden argument*/NULL); Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * L_4 = (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *)il2cpp_codegen_object_new(Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var); Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408(L_4, L_3, /*hidden argument*/Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *)NULL; } } // Oculus.Platform.Request`1> Oculus.Platform.UserDataStore::PublicGetEntries(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * UserDataStore_PublicGetEntries_m28CDCF3C4E42149E10A660614E8CF35AD4ED7068 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request>(CAPI.ovr_UserDataStore_PublicGetEntries(userID)); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_UserDataStore_PublicGetEntries_mD02FBE554BDBBA7713289C723A14386E43FD9005(L_1, /*hidden argument*/NULL); Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * L_3 = (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *)il2cpp_codegen_object_new(Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var); Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4(L_3, L_2, /*hidden argument*/Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *)NULL; } } // Oculus.Platform.Request`1> Oculus.Platform.UserDataStore::PublicGetEntryByKey(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * UserDataStore_PublicGetEntryByKey_mB2281314B29BF14BC571145D92D681615878BAF6 (uint64_t ___userID0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // return new Request>(CAPI.ovr_UserDataStore_PublicGetEntryByKey(userID, key)); uint64_t L_1 = ___userID0; String_t* L_2 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_UserDataStore_PublicGetEntryByKey_m8779297BF675EE71730C0ADBF82594DF28C371F6(L_1, L_2, /*hidden argument*/NULL); Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 * L_4 = (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *)il2cpp_codegen_object_new(Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103_il2cpp_TypeInfo_var); Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4(L_4, L_3, /*hidden argument*/Request_1__ctor_m0814C5902E7CCC488E984DCD88E3852832436CD4_RuntimeMethod_var); return L_4; } IL_0014: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_tBA83C0A0EE226E8CB3EAAF0EB0BBB96FA67E3103 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.UserDataStore::PublicWriteEntry(System.UInt64,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * UserDataStore_PublicWriteEntry_m391D761540811B37E0F7D9241AD3079C6A920702 (uint64_t ___userID0, String_t* ___key1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { // return new Request(CAPI.ovr_UserDataStore_PublicWriteEntry(userID, key, value)); uint64_t L_1 = ___userID0; String_t* L_2 = ___key1; String_t* L_3 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_4; L_4 = CAPI_ovr_UserDataStore_PublicWriteEntry_mEAFEF551D9B8FCB956338D433BB891D4D96C36AA(L_1, L_2, L_3, /*hidden argument*/NULL); Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B * L_5 = (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *)il2cpp_codegen_object_new(Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B_il2cpp_TypeInfo_var); Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408(L_5, L_4, /*hidden argument*/Request_1__ctor_m25CB29AFF1B321CF84F1AA098346E0517EB48408_RuntimeMethod_var); return L_5; } IL_0015: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_6 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_6, /*hidden argument*/NULL); // return null; return (Request_1_t008F490B8ED17B29F1F42D29CD5E27886E9E344B *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.UserDataStoreUpdateResponse::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserDataStoreUpdateResponse__ctor_m3E731729E3C2C7895BFA9B683F4927F77FB144D0 (UserDataStoreUpdateResponse_t9C1E2F5A7F472842E6D512D31AC4CF959D4E7C23 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public UserDataStoreUpdateResponse(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Success = CAPI.ovr_UserDataStoreUpdateResponse_GetSuccess(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_1; L_1 = CAPI_ovr_UserDataStoreUpdateResponse_GetSuccess_mA63027C7D7300E72B0C6F71F8AB46765D545884A((intptr_t)L_0, /*hidden argument*/NULL); __this->set_Success_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.UserList::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserList__ctor_m96C3F13B2411948E074F6635F8CD20C58CE918FB (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * __this, intptr_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1__ctor_m21FB8FC294CCB3358F9A19CDB9DA2B95A1EE7090_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m773ED65631C74CA443136DA7A533B5312FAA6EC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0FBE3F78720C7E00E35FEBDA7CCBDC23114682BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // public UserList(IntPtr a) { DeserializableList_1__ctor_m21FB8FC294CCB3358F9A19CDB9DA2B95A1EE7090(__this, /*hidden argument*/DeserializableList_1__ctor_m21FB8FC294CCB3358F9A19CDB9DA2B95A1EE7090_RuntimeMethod_var); // var count = (int)CAPI.ovr_UserArray_GetSize(a); intptr_t L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_UserArray_GetSize_m94FB2AD81FDF3E4D7A0BC7689D0AA85D1D32B323((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); V_0 = L_2; // _Data = new List(count); int32_t L_3 = V_0; List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 * L_4 = (List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 *)il2cpp_codegen_object_new(List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554_il2cpp_TypeInfo_var); List_1__ctor_m0FBE3F78720C7E00E35FEBDA7CCBDC23114682BF(L_4, L_3, /*hidden argument*/List_1__ctor_m0FBE3F78720C7E00E35FEBDA7CCBDC23114682BF_RuntimeMethod_var); ((DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 *)__this)->set__Data_0(L_4); // for (int i = 0; i < count; i++) { V_1 = 0; goto IL_0043; } IL_0022: { // _Data.Add(new User(CAPI.ovr_UserArray_GetElement(a, (UIntPtr)i))); List_1_t8A8ABF9D970D8FB0B7430B7DE35C4A04DE711554 * L_5 = ((DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 *)__this)->get__Data_0(); intptr_t L_6 = ___a0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_8; L_8 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_9; L_9 = CAPI_ovr_UserArray_GetElement_m8A0921E2744E5AEC3E4130EE4F6E1D3A22EF8BC0((intptr_t)L_6, L_8, /*hidden argument*/NULL); User_tA163463AE919860D9B337F6104B028990A44B69D * L_10 = (User_tA163463AE919860D9B337F6104B028990A44B69D *)il2cpp_codegen_object_new(User_tA163463AE919860D9B337F6104B028990A44B69D_il2cpp_TypeInfo_var); User__ctor_m4AF62433B0AEE86B747583E8FF7B851472D7F961(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m773ED65631C74CA443136DA7A533B5312FAA6EC8(L_5, L_10, /*hidden argument*/List_1_Add_m773ED65631C74CA443136DA7A533B5312FAA6EC8_RuntimeMethod_var); // for (int i = 0; i < count; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { // for (int i = 0; i < count; i++) { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0022; } } { // _NextUrl = CAPI.ovr_UserArray_GetNextUrl(a); intptr_t L_14 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_15; L_15 = CAPI_ovr_UserArray_GetNextUrl_m40DF70E48DA3BECF9D8A191B6FC8BBB9EB5A52BB((intptr_t)L_14, /*hidden argument*/NULL); ((DeserializableList_1_tD6305C0E140F38B97DBB36E8178FD5AC4F61C409 *)__this)->set__NextUrl_1(L_15); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.UserOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserOptions__ctor_mB36DC71745D4B23B74F00DA241F44A2CE804C5A3 (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public UserOptions() { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Handle = CAPI.ovr_UserOptions_Create(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CAPI_ovr_UserOptions_Create_m902AA881CD5C55FA555769CD617544C961A3E026(/*hidden argument*/NULL); __this->set_Handle_0((intptr_t)L_0); // } return; } } // System.Void Oculus.Platform.UserOptions::SetMaxUsers(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserOptions_SetMaxUsers_mEFF3198E7239A108005098C5165E40774D59728C (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_UserOptions_SetMaxUsers(Handle, value); intptr_t L_0 = __this->get_Handle_0(); uint32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_UserOptions_SetMaxUsers_mB6BE88A30E10DC57BE25FC4DE98DC6E6923D7DF7((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.UserOptions::AddServiceProvider(Oculus.Platform.ServiceProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserOptions_AddServiceProvider_m108F6F6407382322C6E5BF53711F02F5149CF1D6 (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_UserOptions_AddServiceProvider(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_UserOptions_AddServiceProvider_m053ECF1F364CB326B571FE8782C6EB6CAE8D003D((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.UserOptions::ClearServiceProviders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserOptions_ClearServiceProviders_m887F0C1CC06AD92A20D2178F99957AEE12C6991E (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_UserOptions_ClearServiceProviders(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_UserOptions_ClearServiceProviders_m12D3FB8B98FBC576DCE67BCE7AA69479C17EF9E6((intptr_t)L_0, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.UserOptions::SetTimeWindow(Oculus.Platform.TimeWindow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserOptions_SetTimeWindow_m658F7DA0EFFE210A40028214926BE49A21D2325D (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_UserOptions_SetTimeWindow(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_UserOptions_SetTimeWindow_m683BEFE4C3831AA38E5F06F83C6A1AA833E1B53F((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.IntPtr Oculus.Platform.UserOptions::op_Explicit(Oculus.Platform.UserOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UserOptions_op_Explicit_mF3560C78C7B6E14615CC1B4D111AE3425DC99822 (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return options != null ? options.Handle : IntPtr.Zero; UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * L_0 = ___options0; if (L_0) { goto IL_0009; } } { return (intptr_t)(0); } IL_0009: { UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * L_1 = ___options0; NullCheck(L_1); intptr_t L_2 = L_1->get_Handle_0(); return (intptr_t)L_2; } } // System.Void Oculus.Platform.UserOptions::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserOptions_Finalize_mD8821B4A02C933008F2BDF9F3219E884E0651279 (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // CAPI.ovr_UserOptions_Destroy(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_UserOptions_Destroy_m03B91E25FD0E220FF3F2D0D1368A791143936AA4((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x14, FINALLY_000d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) } // end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14, IL_0014) } IL_0014: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.UserProof::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserProof__ctor_m471A1FE83FF7096DF8FB1478D23CF69B322AE015 (UserProof_t6116EE9EB4E7EA486AAE540349232916654E7A94 * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public UserProof(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Value = CAPI.ovr_UserProof_GetNonce(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_1; L_1 = CAPI_ovr_UserProof_GetNonce_m5181DB53493AB89FFBCB47064E8493FF4A36C359((intptr_t)L_0, /*hidden argument*/NULL); __this->set_Value_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Models.UserReportID::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserReportID__ctor_m803040AD62252F061FD2ABF0E74770B1AD920928 (UserReportID_t7E832E15A88F208CD3FB88818210A4C675AED8AB * __this, intptr_t ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public UserReportID(IntPtr o) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // DidCancel = CAPI.ovr_UserReportID_GetDidCancel(o); intptr_t L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_1; L_1 = CAPI_ovr_UserReportID_GetDidCancel_m903A4A66CEB6D5D1E9C460B92D4DF81D7A1FD40C((intptr_t)L_0, /*hidden argument*/NULL); __this->set_DidCancel_0(L_1); // ID = CAPI.ovr_UserReportID_GetID(o); intptr_t L_2 = ___o0; uint64_t L_3; L_3 = CAPI_ovr_UserReportID_GetID_mBE8CD57DC82C3B8F47469521347421C7E17E5DE6((intptr_t)L_2, /*hidden argument*/NULL); __this->set_ID_1(L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Oculus.Platform.Users::GetLoggedInUserLocale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Users_GetLoggedInUserLocale_m61B9ADD5869FB4406780A511C53669C2F8006251 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // return CAPI.ovr_GetLoggedInUserLocale(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); String_t* L_1; L_1 = CAPI_ovr_GetLoggedInUserLocale_m7382144D856E9D0ADB2DF485EA5C6DBFDF2EFF2D(/*hidden argument*/NULL); return L_1; } IL_000d: { // return ""; return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::Get(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 * Users_Get_mD861844906AD9AA7E11C3D007F7AAF4F10DA1C12 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m65BC69F91FB48BDFF0FB47DE2D383813073D8BCA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_User_Get(userID)); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_User_Get_m175163ECA9BAD96B63431FB1A8D2BAF4033D6883(L_1, /*hidden argument*/NULL); Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 * L_3 = (Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 *)il2cpp_codegen_object_new(Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94_il2cpp_TypeInfo_var); Request_1__ctor_m65BC69F91FB48BDFF0FB47DE2D383813073D8BCA(L_3, L_2, /*hidden argument*/Request_1__ctor_m65BC69F91FB48BDFF0FB47DE2D383813073D8BCA_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetAccessToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC * Users_GetAccessToken_m15AB576AAF9B037F88B3E384D2CBBA8320655E7D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m06A334DC0855C8C0491845233A0B5415D582E5EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_User_GetAccessToken()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_User_GetAccessToken_m8508A690DA977C6ADFF1D6D9488B5EE4F061E69F(/*hidden argument*/NULL); Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC * L_2 = (Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC *)il2cpp_codegen_object_new(Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC_il2cpp_TypeInfo_var); Request_1__ctor_m06A334DC0855C8C0491845233A0B5415D582E5EA(L_2, L_1, /*hidden argument*/Request_1__ctor_m06A334DC0855C8C0491845233A0B5415D582E5EA_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t27F6F6ECC76859C52928CF488BBE36D802552FAC *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetLoggedInUser() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 * Users_GetLoggedInUser_m6F1A4910792CD6D18B5EAA750029F29CCC4D887B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m65BC69F91FB48BDFF0FB47DE2D383813073D8BCA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_User_GetLoggedInUser()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_User_GetLoggedInUser_mC7B413996E0EB202657C62972624F77F1E0C5A17(/*hidden argument*/NULL); Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 * L_2 = (Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 *)il2cpp_codegen_object_new(Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94_il2cpp_TypeInfo_var); Request_1__ctor_m65BC69F91FB48BDFF0FB47DE2D383813073D8BCA(L_2, L_1, /*hidden argument*/Request_1__ctor_m65BC69F91FB48BDFF0FB47DE2D383813073D8BCA_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_tEFEFF86D2D15AEC3AF9F5B079A10D71B7FC96F94 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetLoggedInUserFriends() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * Users_GetLoggedInUserFriends_m5AC0C302F23C933723509AFB58CB616D2FE9C1B0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_User_GetLoggedInUserFriends()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_User_GetLoggedInUserFriends_m871915A1D3FBE204FC32F6320CFB4D4CBB96CD5C(/*hidden argument*/NULL); Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * L_2 = (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)il2cpp_codegen_object_new(Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var); Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5(L_2, L_1, /*hidden argument*/Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetLoggedInUserFriendsAndRooms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 * Users_GetLoggedInUserFriendsAndRooms_mA9C96707DCB499DD2FC7EBC5B3ED4F029A16A89A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_User_GetLoggedInUserFriendsAndRooms()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_User_GetLoggedInUserFriendsAndRooms_mB48028A1C082611DD6FC061F16C3015BF72C7C5C(/*hidden argument*/NULL); Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 * L_2 = (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 *)il2cpp_codegen_object_new(Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017_il2cpp_TypeInfo_var); Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660(L_2, L_1, /*hidden argument*/Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetLoggedInUserRecentlyMetUsersAndRooms(Oculus.Platform.UserOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 * Users_GetLoggedInUserRecentlyMetUsersAndRooms_m017595EAEBC293243197260AAA2A79850991BF53 (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * ___userOptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { // return new Request(CAPI.ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms((IntPtr)userOptions)); UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * L_1 = ___userOptions0; intptr_t L_2; L_2 = UserOptions_op_Explicit_mF3560C78C7B6E14615CC1B4D111AE3425DC99822(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = CAPI_ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms_m3D44E9451B5F9AB881274C4FA818736E7198E5C0((intptr_t)L_2, /*hidden argument*/NULL); Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 * L_4 = (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 *)il2cpp_codegen_object_new(Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017_il2cpp_TypeInfo_var); Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660(L_4, L_3, /*hidden argument*/Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660_RuntimeMethod_var); return L_4; } IL_0018: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_5 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_5, /*hidden argument*/NULL); // return null; return (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetOrgScopedID(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95 * Users_GetOrgScopedID_m8B93CF21F1E56DFE20F4952838914545376C12F4 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mE677CA86F00883C0D3EDC71EB881F7C1BF441004_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_User_GetOrgScopedID(userID)); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_User_GetOrgScopedID_m06D828BA4BED0E3E278832538AFE0DEA37B9432E(L_1, /*hidden argument*/NULL); Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95 * L_3 = (Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95 *)il2cpp_codegen_object_new(Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95_il2cpp_TypeInfo_var); Request_1__ctor_mE677CA86F00883C0D3EDC71EB881F7C1BF441004(L_3, L_2, /*hidden argument*/Request_1__ctor_mE677CA86F00883C0D3EDC71EB881F7C1BF441004_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_t86000E7398F95E56A85CF84B8A7A9191FB0B8E95 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetSdkAccounts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C * Users_GetSdkAccounts_m8944995104C90EF1B1A6D9D8F1827251F7BF25D5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mF21661A633C200E85009F6A40AD861E3EB210C88_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_User_GetSdkAccounts()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_User_GetSdkAccounts_mE900113342E5CDF8BA53EE7766C9DFC334DE72A4(/*hidden argument*/NULL); Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C * L_2 = (Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C *)il2cpp_codegen_object_new(Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C_il2cpp_TypeInfo_var); Request_1__ctor_mF21661A633C200E85009F6A40AD861E3EB210C88(L_2, L_1, /*hidden argument*/Request_1__ctor_mF21661A633C200E85009F6A40AD861E3EB210C88_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t9E0590A2984CD77D07843F4087C179E7522B624C *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetUserProof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE * Users_GetUserProof_m80E09D62995D435A71A28E3DF30E709F651AD0BD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m177D37AF67C8E1E2A2600271E4AB190D93ED4BAB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_User_GetUserProof()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_User_GetUserProof_m78CE79C682AFAD8C361B4DEE2CEA26F499F9C1ED(/*hidden argument*/NULL); Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE * L_2 = (Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE *)il2cpp_codegen_object_new(Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE_il2cpp_TypeInfo_var); Request_1__ctor_m177D37AF67C8E1E2A2600271E4AB190D93ED4BAB(L_2, L_1, /*hidden argument*/Request_1__ctor_m177D37AF67C8E1E2A2600271E4AB190D93ED4BAB_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_t591437DBF2FFE7EC4A8BFBDF147B42CA16620BFE *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::LaunchFriendRequestFlow(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866 * Users_LaunchFriendRequestFlow_m07CD2F82F785CD4E8C28ED3E220746853BE1626C (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mDFF72F5AE3326232171A6B6C1F2FE18F5E1DA268_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_User_LaunchFriendRequestFlow(userID)); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_User_LaunchFriendRequestFlow_mA9F0D2C95D10C7D91A761D31320994305A7FC517(L_1, /*hidden argument*/NULL); Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866 * L_3 = (Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866 *)il2cpp_codegen_object_new(Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866_il2cpp_TypeInfo_var); Request_1__ctor_mDFF72F5AE3326232171A6B6C1F2FE18F5E1DA268(L_3, L_2, /*hidden argument*/Request_1__ctor_mDFF72F5AE3326232171A6B6C1F2FE18F5E1DA268_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_t4401F51B5F3711A18E69531AF313FAB25AC60866 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetNextUserAndRoomListPage(Oculus.Platform.Models.UserAndRoomList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 * Users_GetNextUserAndRoomListPage_mC18D43B0BC8A9F8E810BA62F306F26F0301A6641 (UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_HasNextPage_m08E5E8ACFC1586825A5394E7DCDF7A91E1397BD1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_NextUrl_mA8EC3005EA342AD8A891E0E3BBEC7993C7F4B3E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC80A2B706C9CFA7D08C1B83FC2D4B8E7E7D9C7A2); s_Il2CppMethodInitialized = true; } { // if (!list.HasNextPage) UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * L_0 = ___list0; NullCheck(L_0); bool L_1; L_1 = DeserializableList_1_get_HasNextPage_m08E5E8ACFC1586825A5394E7DCDF7A91E1397BD1(L_0, /*hidden argument*/DeserializableList_1_get_HasNextPage_m08E5E8ACFC1586825A5394E7DCDF7A91E1397BD1_RuntimeMethod_var); if (L_1) { goto IL_0014; } } { // Debug.LogWarning("Oculus.Platform.GetNextUserAndRoomListPage: List has no next page"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteralC80A2B706C9CFA7D08C1B83FC2D4B8E7E7D9C7A2, /*hidden argument*/NULL); // return null; return (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 *)NULL; } IL_0014: { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_2; L_2 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { // return new Request( // CAPI.ovr_HTTP_GetWithMessageType( // list.NextUrl, // (int)Message.MessageType.User_GetNextUserAndRoomArrayPage // ) // ); UserAndRoomList_t01FB60436C1268659BD43BCF28B15B83026A0F8C * L_3 = ___list0; NullCheck(L_3); String_t* L_4; L_4 = DeserializableList_1_get_NextUrl_mA8EC3005EA342AD8A891E0E3BBEC7993C7F4B3E8_inline(L_3, /*hidden argument*/DeserializableList_1_get_NextUrl_mA8EC3005EA342AD8A891E0E3BBEC7993C7F4B3E8_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = CAPI_ovr_HTTP_GetWithMessageType_m3ADC2C3BFF17A426ECE7CA61B3A84451BAD3CF40(L_4, ((int32_t)2143146719), /*hidden argument*/NULL); Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 * L_6 = (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 *)il2cpp_codegen_object_new(Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017_il2cpp_TypeInfo_var); Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660(L_6, L_5, /*hidden argument*/Request_1__ctor_m8AF94606CBA46610AA954EBEF32B35DCC3548660_RuntimeMethod_var); return L_6; } IL_0031: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_7 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_7, /*hidden argument*/NULL); // return null; return (Request_1_tAD3D1BD8C7BB9633872D524C1D249A0D97AA8017 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Users::GetNextUserListPage(Oculus.Platform.Models.UserList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * Users_GetNextUserListPage_m60BA69EA05F06FDBA1FB25CDFA24C74F7945B54E (UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_HasNextPage_m4829695B11A652B02BE1B9FB145147E150E35B80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeserializableList_1_get_NextUrl_mA41CAEB43A9AE12DDA5ED868D50176212EA4E7F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A54C0E6260A2AA6788D410FDC09DAE358F35E15); s_Il2CppMethodInitialized = true; } { // if (!list.HasNextPage) UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_0 = ___list0; NullCheck(L_0); bool L_1; L_1 = DeserializableList_1_get_HasNextPage_m4829695B11A652B02BE1B9FB145147E150E35B80(L_0, /*hidden argument*/DeserializableList_1_get_HasNextPage_m4829695B11A652B02BE1B9FB145147E150E35B80_RuntimeMethod_var); if (L_1) { goto IL_0014; } } { // Debug.LogWarning("Oculus.Platform.GetNextUserListPage: List has no next page"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral2A54C0E6260A2AA6788D410FDC09DAE358F35E15, /*hidden argument*/NULL); // return null; return (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)NULL; } IL_0014: { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_2; L_2 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { // return new Request( // CAPI.ovr_HTTP_GetWithMessageType( // list.NextUrl, // (int)Message.MessageType.User_GetNextUserArrayPage // ) // ); UserList_t901DB57C5CC0E9296DDB18AE10664F9B8C03911B * L_3 = ___list0; NullCheck(L_3); String_t* L_4; L_4 = DeserializableList_1_get_NextUrl_mA41CAEB43A9AE12DDA5ED868D50176212EA4E7F8_inline(L_3, /*hidden argument*/DeserializableList_1_get_NextUrl_mA41CAEB43A9AE12DDA5ED868D50176212EA4E7F8_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = CAPI_ovr_HTTP_GetWithMessageType_m3ADC2C3BFF17A426ECE7CA61B3A84451BAD3CF40(L_4, ((int32_t)645723971), /*hidden argument*/NULL); Request_1_t2CA1B16D395258918A268B17227A7212918D2136 * L_6 = (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)il2cpp_codegen_object_new(Request_1_t2CA1B16D395258918A268B17227A7212918D2136_il2cpp_TypeInfo_var); Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5(L_6, L_5, /*hidden argument*/Request_1__ctor_mA2D42EF66231FEC3D7DFA007815DAE32212544B5_RuntimeMethod_var); return L_6; } IL_0031: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_7 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_7, /*hidden argument*/NULL); // return null; return (Request_1_t2CA1B16D395258918A268B17227A7212918D2136 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Voip::Start(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_Start_mC1AF913E43A3BF582BEF0380AF4EA99E1EA5C6BB (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // CAPI.ovr_Voip_Start(userID); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Voip_Start_mD0C233B53819D87CA893B40211B762AC9E379478(L_1, /*hidden argument*/NULL); } IL_000d: { // } return; } } // System.Void Oculus.Platform.Voip::Accept(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_Accept_m3ECBD358B2FE2AE09F7C3A0FF506F1946328E2E0 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // CAPI.ovr_Voip_Accept(userID); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Voip_Accept_m795D198D962E7F05C33AEA209EE31F60AA031993(L_1, /*hidden argument*/NULL); } IL_000d: { // } return; } } // System.Void Oculus.Platform.Voip::Stop(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_Stop_m4E07F4776A9A9F1F19C950DB0330C8F203449610 (uint64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // CAPI.ovr_Voip_Stop(userID); uint64_t L_1 = ___userID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Voip_Stop_mA96831A3F55FCF7A7A530662931E4EEEE891C325(L_1, /*hidden argument*/NULL); } IL_000d: { // } return; } } // System.Void Oculus.Platform.Voip::SetMicrophoneFilterCallback(Oculus.Platform.CAPI/FilterCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_SetMicrophoneFilterCallback_mB63EF287AF3A076B408AE6A1C8A5C671797B0D65 (FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { // CAPI.ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer(callback, (UIntPtr)CAPI.VoipFilterBufferSize); FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 * L_1 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_2; L_2 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)((int32_t)480))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer_mE2F262A083C820350ED4E4E54942D092054CE272(L_1, L_2, /*hidden argument*/NULL); } IL_0018: { // } return; } } // System.Void Oculus.Platform.Voip::SetMicrophoneMuted(Oculus.Platform.VoipMuteState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_SetMicrophoneMuted_m73F36DEE257B7ABE1CC50D4678C9A2679BA00201 (int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // CAPI.ovr_Voip_SetMicrophoneMuted(state); int32_t L_1 = ___state0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Voip_SetMicrophoneMuted_m4244C548A1880D0C4E7E81400C817C92B77299D8(L_1, /*hidden argument*/NULL); } IL_000d: { // } return; } } // Oculus.Platform.VoipMuteState Oculus.Platform.Voip::GetSystemVoipMicrophoneMuted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Voip_GetSystemVoipMicrophoneMuted_m0358673A4D9FCCBA4860C82CF3CF48407F4F778A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // return CAPI.ovr_Voip_GetSystemVoipMicrophoneMuted(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CAPI_ovr_Voip_GetSystemVoipMicrophoneMuted_mAB60BA6E8A6E3236957394C390BCF1E0FE1E11AB(/*hidden argument*/NULL); return L_1; } IL_000d: { // return VoipMuteState.Unknown; return (int32_t)(0); } } // Oculus.Platform.SystemVoipStatus Oculus.Platform.Voip::GetSystemVoipStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Voip_GetSystemVoipStatus_m957CE63AC4FE4C1BD21A1BBA45978A8200553433 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // return CAPI.ovr_Voip_GetSystemVoipStatus(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CAPI_ovr_Voip_GetSystemVoipStatus_mA6AFFF180D80B1A73095A946C538629D07F49375(/*hidden argument*/NULL); return L_1; } IL_000d: { // return SystemVoipStatus.Unknown; return (int32_t)(0); } } // Oculus.Platform.VoipDtxState Oculus.Platform.Voip::GetIsConnectionUsingDtx(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Voip_GetIsConnectionUsingDtx_m8DC290D14FA700D7D6F9D085FEC54828EA64A3C2 (uint64_t ___peerID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { // return CAPI.ovr_Voip_GetIsConnectionUsingDtx(peerID); uint64_t L_1 = ___peerID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_2; L_2 = CAPI_ovr_Voip_GetIsConnectionUsingDtx_m546FF8874406F948C36BC1F774F5AD30B771B72E(L_1, /*hidden argument*/NULL); return L_2; } IL_000e: { // return Oculus.Platform.VoipDtxState.Unknown; return (int32_t)(0); } } // Oculus.Platform.VoipBitrate Oculus.Platform.Voip::GetLocalBitrate(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Voip_GetLocalBitrate_m78D390EB31B22D5711AF2B9ED3DB5C240963A871 (uint64_t ___peerID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { // return CAPI.ovr_Voip_GetLocalBitrate(peerID); uint64_t L_1 = ___peerID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_2; L_2 = CAPI_ovr_Voip_GetLocalBitrate_mFE47DBC8368FA1844697AF1226170700245A681F(L_1, /*hidden argument*/NULL); return L_2; } IL_000e: { // return Oculus.Platform.VoipBitrate.Unknown; return (int32_t)(0); } } // Oculus.Platform.VoipBitrate Oculus.Platform.Voip::GetRemoteBitrate(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Voip_GetRemoteBitrate_m066E8D12D0C6ACCE3BAD182168A16FA378934E41 (uint64_t ___peerID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { // return CAPI.ovr_Voip_GetRemoteBitrate(peerID); uint64_t L_1 = ___peerID0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); int32_t L_2; L_2 = CAPI_ovr_Voip_GetRemoteBitrate_mE2183F7A67922598607D2DA6047711944C0982AD(L_1, /*hidden argument*/NULL); return L_2; } IL_000e: { // return Oculus.Platform.VoipBitrate.Unknown; return (int32_t)(0); } } // System.Void Oculus.Platform.Voip::SetNewConnectionOptions(Oculus.Platform.VoipOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_SetNewConnectionOptions_mB1BDDE5328E2A88421CCAF6B112A38FCE84DD730 (VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * ___voipOptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // CAPI.ovr_Voip_SetNewConnectionOptions((IntPtr)voipOptions); VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * L_1 = ___voipOptions0; intptr_t L_2; L_2 = VoipOptions_op_Explicit_m949FEA0ECF483B08E734A28EB01053C918D92FE8(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Voip_SetNewConnectionOptions_m4C703A6768BF5C2E0E6006B08FFDB74A1B23AF2A((intptr_t)L_2, /*hidden argument*/NULL); } IL_0012: { // } return; } } // Oculus.Platform.Request`1 Oculus.Platform.Voip::GetMicrophoneAvailability() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20 * Voip_GetMicrophoneAvailability_mF516A49C326A6183BDA8A3CD5EAA94EBD588F2CF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m824D0335DA37056088F467A43E54D7E658917E1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { // return new Request(CAPI.ovr_Voip_GetMicrophoneAvailability()); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = CAPI_ovr_Voip_GetMicrophoneAvailability_m2DF154D6B934F07634CE2498B726BA42CD8C77B5(/*hidden argument*/NULL); Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20 * L_2 = (Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20 *)il2cpp_codegen_object_new(Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20_il2cpp_TypeInfo_var); Request_1__ctor_m824D0335DA37056088F467A43E54D7E658917E1F(L_2, L_1, /*hidden argument*/Request_1__ctor_m824D0335DA37056088F467A43E54D7E658917E1F_RuntimeMethod_var); return L_2; } IL_0012: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_3 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_3, /*hidden argument*/NULL); // return null; return (Request_1_tBC7F7DCC5A9E7CBDB423A825F1D1FBB82F0FBD20 *)NULL; } } // Oculus.Platform.Request`1 Oculus.Platform.Voip::SetSystemVoipSuppressed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF * Voip_SetSystemVoipSuppressed_m6596BDE6F83AA0E977297F0314170F9B965FB1E7 (bool ___suppressed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m31969578BED94D22E1305EAADA621556EC72E052_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // return new Request(CAPI.ovr_Voip_SetSystemVoipSuppressed(suppressed)); bool L_1 = ___suppressed0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = CAPI_ovr_Voip_SetSystemVoipSuppressed_m5A60DF0D27ACFF7E8F7B8EC71E81D7005E03AF9D(L_1, /*hidden argument*/NULL); Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF * L_3 = (Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF *)il2cpp_codegen_object_new(Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF_il2cpp_TypeInfo_var); Request_1__ctor_m31969578BED94D22E1305EAADA621556EC72E052(L_3, L_2, /*hidden argument*/Request_1__ctor_m31969578BED94D22E1305EAADA621556EC72E052_RuntimeMethod_var); return L_3; } IL_0013: { // Debug.LogError(Oculus.Platform.Core.PlatformUninitializedError); IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); String_t* L_4 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_PlatformUninitializedError_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_4, /*hidden argument*/NULL); // return null; return (Request_1_t22C3689021513F0E78C43B6D931DFF9C0BAE4CAF *)NULL; } } // System.Void Oculus.Platform.Voip::SetVoipConnectRequestCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_SetVoipConnectRequestCallback_m1DB4B1A10F8C66C87C7AA9864CCF95AD8AD8142D (Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Voip_ConnectRequest, // callback // ); Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE(((int32_t)908343318), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.Voip::SetMicrophoneAvailabilityStateUpdateNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_SetMicrophoneAvailabilityStateUpdateNotificationCallback_m29EB9393ABD0E236916633D125255B3F3D5EBE58 (Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Voip_MicrophoneAvailabilityStateUpdate, // callback // ); Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175(((int32_t)1042336599), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.Voip::SetVoipStateChangeCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_SetVoipStateChangeCallback_m99C95888EF74B433BDE001ADE877EC102B69F988 (Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Voip_StateChange, // callback // ); Callback_t0EECE0B8727CB858E096E0F4975E5FC8F48D3172 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE(((int32_t)888120928), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisNetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78_m76D759E3B0EC1FF111A2A6D97F5EA97379F4E2EE_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.Voip::SetSystemVoipStateNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voip_SetSystemVoipStateNotificationCallback_mFF81403523B304C71F8E9E6A02C35C84ADF4365E (Callback_t827F915E827EE8044B5F300339FE951E4557B20A * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisSystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D_mC5F3E3650FE95E74BAA8AE41E6DD47E16DAD5648_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Voip_SystemVoipState, // callback // ); Callback_t827F915E827EE8044B5F300339FE951E4557B20A * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisSystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D_mC5F3E3650FE95E74BAA8AE41E6DD47E16DAD5648(((int32_t)1490179237), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisSystemVoipState_t91F38F0B71194F3341BD92A0176BA3BE437AB49D_mC5F3E3650FE95E74BAA8AE41E6DD47E16DAD5648_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.VoipAudioSourceHiLevel::set_senderID(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipAudioSourceHiLevel_set_senderID_m288B4C24C5D9628FC7FC0A35B1AC80A3DFE10193 (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // pcmSource.SetSenderID(value); RuntimeObject* L_0 = __this->get_pcmSource_7(); uint64_t L_1 = ___value0; NullCheck(L_0); InterfaceActionInvoker1< uint64_t >::Invoke(1 /* System.Void Oculus.Platform.IVoipPCMSource::SetSenderID(System.UInt64) */, IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipAudioSourceHiLevel_Stop_mFC59095BE1119B99A7B4A44DC25CC5E9FA1B2DB5 (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, const RuntimeMethod* method) { { // protected void Stop() {} return; } } // Oculus.Platform.VoipSampleRate Oculus.Platform.VoipAudioSourceHiLevel::SampleRateToEnum(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoipAudioSourceHiLevel_SampleRateToEnum_m1244CD059C06CA41AF6FB2CF53EB824B2B6175B1 (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, int32_t ___rate0, const RuntimeMethod* method) { { int32_t L_0 = ___rate0; if ((((int32_t)L_0) == ((int32_t)((int32_t)24000)))) { goto IL_001c; } } { int32_t L_1 = ___rate0; if ((((int32_t)L_1) == ((int32_t)((int32_t)44100)))) { goto IL_001a; } } { int32_t L_2 = ___rate0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)48000))))) { goto IL_001e; } } { // return VoipSampleRate.HZ48000; return (int32_t)(3); } IL_001a: { // return VoipSampleRate.HZ44100; return (int32_t)(2); } IL_001c: { // return VoipSampleRate.HZ24000; return (int32_t)(1); } IL_001e: { // return VoipSampleRate.Unknown; return (int32_t)(0); } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipAudioSourceHiLevel_Awake_mE7525A754D5B14E3EA9931C0ACC5F071DCE02D23 (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m74F4A6C820807E361696D4E8F71DC1E54BBE7F76_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m68ED3D1B86F14160DD0C09594F8017E58CEC08BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m55AA61AB85FADE7081CA4BA1D292C6F6F1D74A29_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B956CB6C1D11E0B5BBA5109FED8B76513A2B6E6); s_Il2CppMethodInitialized = true; } { // CreatePCMSource(); VirtActionInvoker0::Invoke(4 /* System.Void Oculus.Platform.VoipAudioSourceHiLevel::CreatePCMSource() */, __this); // if(audioSource == null) { AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_audioSource_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0025; } } { // audioSource = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_2); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_3; L_3 = GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m74F4A6C820807E361696D4E8F71DC1E54BBE7F76(L_2, /*hidden argument*/GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m74F4A6C820807E361696D4E8F71DC1E54BBE7F76_RuntimeMethod_var); __this->set_audioSource_5(L_3); } IL_0025: { // audioSource.gameObject.AddComponent(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_4 = __this->get_audioSource_5(); NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_4, /*hidden argument*/NULL); NullCheck(L_5); FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * L_6; L_6 = GameObject_AddComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m68ED3D1B86F14160DD0C09594F8017E58CEC08BD(L_5, /*hidden argument*/GameObject_AddComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m68ED3D1B86F14160DD0C09594F8017E58CEC08BD_RuntimeMethod_var); // var filterDelegate = audioSource.gameObject.GetComponent(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_7 = __this->get_audioSource_5(); NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_7, /*hidden argument*/NULL); NullCheck(L_8); FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * L_9; L_9 = GameObject_GetComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m55AA61AB85FADE7081CA4BA1D292C6F6F1D74A29(L_8, /*hidden argument*/GameObject_GetComponent_TisFilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94_m55AA61AB85FADE7081CA4BA1D292C6F6F1D74A29_RuntimeMethod_var); // filterDelegate.parent = this; NullCheck(L_9); L_9->set_parent_4(__this); // initialPlaybackDelayMS = 40; __this->set_initialPlaybackDelayMS_4(((int32_t)40)); // audioSystemPlaybackFrequency = AudioSettings.outputSampleRate; int32_t L_10; L_10 = AudioSettings_get_outputSampleRate_m383C9850C4BC4A650AC832888A42A9D1E697E4EA(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); ((VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields*)il2cpp_codegen_static_fields_for(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var))->set_audioSystemPlaybackFrequency_8(L_10); // CAPI.ovr_Voip_SetOutputSampleRate(SampleRateToEnum(audioSystemPlaybackFrequency)); int32_t L_11 = ((VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields*)il2cpp_codegen_static_fields_for(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var))->get_audioSystemPlaybackFrequency_8(); int32_t L_12; L_12 = VoipAudioSourceHiLevel_SampleRateToEnum_m1244CD059C06CA41AF6FB2CF53EB824B2B6175B1(__this, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_Voip_SetOutputSampleRate_m310EE93AA840ED25CAA1E180E045326911544E56(L_12, /*hidden argument*/NULL); // if(verboseLogging) { bool L_13 = ((VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields*)il2cpp_codegen_static_fields_for(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var))->get_verboseLogging_9(); if (!L_13) { goto IL_0092; } } { // Debug.LogFormat("freq {0}", audioSystemPlaybackFrequency); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_14; IL2CPP_RUNTIME_CLASS_INIT(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); int32_t L_16 = ((VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields*)il2cpp_codegen_static_fields_for(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var))->get_audioSystemPlaybackFrequency_8(); int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_18); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteral0B956CB6C1D11E0B5BBA5109FED8B76513A2B6E6, L_15, /*hidden argument*/NULL); } IL_0092: { // } return; } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipAudioSourceHiLevel_Start_m5FD556DFBAE15AA023F598D238A7AB753ADF2674 (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, const RuntimeMethod* method) { { // audioSource.Stop(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_audioSource_5(); NullCheck(L_0); AudioSource_Stop_mADA564D223832A64F8CF3EFBDEB534C0D658810F(L_0, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel::CreatePCMSource() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipAudioSourceHiLevel_CreatePCMSource_m81783FF495599298C6EFC14A6C36821811333B73 (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // pcmSource = new VoipPCMSourceNative(); VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 * L_0 = (VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 *)il2cpp_codegen_object_new(VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13_il2cpp_TypeInfo_var); VoipPCMSourceNative__ctor_m2DCCD4D45EC57A9D05992683B1BF256E0E2CFA92(L_0, /*hidden argument*/NULL); __this->set_pcmSource_7(L_0); // } return; } } // System.Int32 Oculus.Platform.VoipAudioSourceHiLevel::MSToElements(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoipAudioSourceHiLevel_MSToElements_m90216B8D9F0C0B7EBD8A656AF114F32E4980D461 (int32_t ___ms0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ms * audioSystemPlaybackFrequency / 1000; int32_t L_0 = ___ms0; IL2CPP_RUNTIME_CLASS_INIT(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); int32_t L_1 = ((VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields*)il2cpp_codegen_static_fields_for(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var))->get_audioSystemPlaybackFrequency_8(); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)L_1))/(int32_t)((int32_t)1000))); } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipAudioSourceHiLevel_Update_m7D9272AB8D68F55948FAEC2CE7D04AA2B31CD72E (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29BDF3A9A1F27D8313BA4FCD066A82883082ECBD); s_Il2CppMethodInitialized = true; } { // pcmSource.Update(); RuntimeObject* L_0 = __this->get_pcmSource_7(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void Oculus.Platform.IVoipPCMSource::Update() */, IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var, L_0); // if (!audioSource.isPlaying && pcmSource.PeekSizeElements() >= MSToElements(initialPlaybackDelayMS)) { AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_1 = __this->get_audioSource_5(); NullCheck(L_1); bool L_2; L_2 = AudioSource_get_isPlaying_mEA69477C77D542971F7B454946EF25DFBE0AF6A8(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0065; } } { RuntimeObject* L_3 = __this->get_pcmSource_7(); NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 Oculus.Platform.IVoipPCMSource::PeekSizeElements() */, IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var, L_3); int32_t L_5 = __this->get_initialPlaybackDelayMS_4(); IL2CPP_RUNTIME_CLASS_INIT(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); int32_t L_6; L_6 = VoipAudioSourceHiLevel_MSToElements_m90216B8D9F0C0B7EBD8A656AF114F32E4980D461(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0065; } } { // if(verboseLogging) { IL2CPP_RUNTIME_CLASS_INIT(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); bool L_7 = ((VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields*)il2cpp_codegen_static_fields_for(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var))->get_verboseLogging_9(); if (!L_7) { goto IL_005a; } } { // Debug.LogFormat("buffered {0} elements, starting playback", pcmSource.PeekSizeElements()); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; RuntimeObject* L_10 = __this->get_pcmSource_7(); NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 Oculus.Platform.IVoipPCMSource::PeekSizeElements() */, IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var, L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_13); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteral29BDF3A9A1F27D8313BA4FCD066A82883082ECBD, L_9, /*hidden argument*/NULL); } IL_005a: { // audioSource.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_14 = __this->get_audioSource_5(); NullCheck(L_14); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_14, /*hidden argument*/NULL); } IL_0065: { // } return; } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipAudioSourceHiLevel__ctor_mA5EA82C6470B9890562ED05C00B9FDF23ED1EE2D (VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipAudioSourceHiLevel__cctor_m6691008FAC0BE1959BB1F89C026720D12E7F1562 (const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.VoipOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipOptions__ctor_m349A78ED85161639C44A484886D4BB94AB28259B (VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public VoipOptions() { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Handle = CAPI.ovr_VoipOptions_Create(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CAPI_ovr_VoipOptions_Create_m81F954E507F0B1974FBF6724836DD6DB293D8A2A(/*hidden argument*/NULL); __this->set_Handle_0((intptr_t)L_0); // } return; } } // System.Void Oculus.Platform.VoipOptions::SetBitrateForNewConnections(Oculus.Platform.VoipBitrate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipOptions_SetBitrateForNewConnections_m5DD59D56FBC6DC31DC85458D333CCEF48FE0FC74 (VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_VoipOptions_SetBitrateForNewConnections(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_VoipOptions_SetBitrateForNewConnections_m0FA062578D4413E463FB4F33E3917B9BA0C5E7DC((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Oculus.Platform.VoipOptions::SetCreateNewConnectionUseDtx(Oculus.Platform.VoipDtxState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipOptions_SetCreateNewConnectionUseDtx_m5724ECB20B91C3AAD9BF41BDB22D5947C983F8D2 (VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CAPI.ovr_VoipOptions_SetCreateNewConnectionUseDtx(Handle, value); intptr_t L_0 = __this->get_Handle_0(); int32_t L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_VoipOptions_SetCreateNewConnectionUseDtx_m4B3ABA540AC9497923E9438E91EE429472EDA446((intptr_t)L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.IntPtr Oculus.Platform.VoipOptions::op_Explicit(Oculus.Platform.VoipOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t VoipOptions_op_Explicit_m949FEA0ECF483B08E734A28EB01053C918D92FE8 (VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return options != null ? options.Handle : IntPtr.Zero; VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * L_0 = ___options0; if (L_0) { goto IL_0009; } } { return (intptr_t)(0); } IL_0009: { VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * L_1 = ___options0; NullCheck(L_1); intptr_t L_2 = L_1->get_Handle_0(); return (intptr_t)L_2; } } // System.Void Oculus.Platform.VoipOptions::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipOptions_Finalize_mA8150FC50480BDF0BC9E3392C68BC20EAF8D9336 (VoipOptions_t2F733E7081DCDA1B21574E08F5462A4A57D9B050 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // CAPI.ovr_VoipOptions_Destroy(Handle); intptr_t L_0 = __this->get_Handle_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); CAPI_ovr_VoipOptions_Destroy_mAAA6F764A040C2221DB99764B8B6171365CCABAC((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x14, FINALLY_000d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) } // end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14, IL_0014) } IL_0014: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 Oculus.Platform.VoipPCMSourceNative::GetPCM(System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoipPCMSourceNative_GetPCM_m330D8B296E58AF7E92216E6E52E2410EACB722D9 (VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___dest0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (int)CAPI.ovr_Voip_GetPCMFloat(senderID, dest, (UIntPtr)length); uint64_t L_0 = __this->get_senderID_0(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___dest0; int32_t L_2 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_3; L_3 = UIntPtr_op_Explicit_mB450491035620A2BAF1EE6558DD140C9351BBA2D(((int64_t)((int64_t)L_2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_4; L_4 = CAPI_ovr_Voip_GetPCMFloat_m5B5E7A78EB666A324C3C83AFBA80C9CB477A19C8(L_0, L_1, L_3, /*hidden argument*/NULL); uint32_t L_5; L_5 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_4, /*hidden argument*/NULL); return L_5; } } // System.Void Oculus.Platform.VoipPCMSourceNative::SetSenderID(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipPCMSourceNative_SetSenderID_mB83CE6ECD69B5C9D557A3FCA29C9AFE2D42C5949 (VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 * __this, uint64_t ___senderID0, const RuntimeMethod* method) { { // this.senderID = senderID; uint64_t L_0 = ___senderID0; __this->set_senderID_0(L_0); // } return; } } // System.Int32 Oculus.Platform.VoipPCMSourceNative::PeekSizeElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoipPCMSourceNative_PeekSizeElements_m29BBD16775799A2003520BAB51263D5F2B672A0B (VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (int)CAPI.ovr_Voip_GetPCMSize(senderID); uint64_t L_0 = __this->get_senderID_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_1; L_1 = CAPI_ovr_Voip_GetPCMSize_mB51895D9BF6C192EDBDBD2C0BB544189649437B7(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void Oculus.Platform.VoipPCMSourceNative::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipPCMSourceNative_Update_m11989EE78BA0D517D7B34C344F02CFF908165D27 (VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 * __this, const RuntimeMethod* method) { { // public void Update() { } return; } } // System.Void Oculus.Platform.VoipPCMSourceNative::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoipPCMSourceNative__ctor_m2DCCD4D45EC57A9D05992683B1BF256E0E2CFA92 (VoipPCMSourceNative_t3C58381BD9279DE19661937F209234D51377AE13 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Vrcamera::SetGetDataChannelMessageUpdateNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vrcamera_SetGetDataChannelMessageUpdateNotificationCallback_m58C2E3D5D3D5074226CF4B1484E7A848B120A5FC (Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Vrcamera_GetDataChannelMessageUpdate, // callback // ); Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175(((int32_t)1860498236), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var); // } return; } } // System.Void Oculus.Platform.Vrcamera::SetGetSurfaceUpdateNotificationCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vrcamera_SetGetSurfaceUpdateNotificationCallback_m5AE316134DBF8D41AC037CFC6102FE41489AEFCA (Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_Vrcamera_GetSurfaceUpdate, // callback // ); Callback_tD043303749DFDABD54DB83282588105CC2ADB18D * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175(((int32_t)938610820), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisString_t_m4FFF3B10227BB784015B26973B0F0E06C1F4E175_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.WindowsPlatform::CPPLogCallback(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsPlatform_CPPLogCallback_m15852470B6EB7DE65D27DBE1C2F71E60CE6AE95B (WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2 * __this, intptr_t ___tag0, intptr_t ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD); s_Il2CppMethodInitialized = true; } { // Debug.Log(string.Format("{0}: {1}", Marshal.PtrToStringAnsi(tag), Marshal.PtrToStringAnsi(message))); intptr_t L_0 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_0, /*hidden argument*/NULL); intptr_t L_2 = ___message1; String_t* L_3; L_3 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD, L_1, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_4, /*hidden argument*/NULL); // } return; } } // System.IntPtr Oculus.Platform.WindowsPlatform::getCallbackPointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t WindowsPlatform_getCallbackPointer_m4860BE4D0128494085BD8735119E83848740E232 (WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return IntPtr.Zero; return (intptr_t)(0); } } // System.Boolean Oculus.Platform.WindowsPlatform::Initialize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsPlatform_Initialize_m6179BF582501808FC82D9D8F491FC4E152C8F347 (WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2 * __this, String_t* ___appId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(String.IsNullOrEmpty(appId)) String_t* L_0 = ___appId0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new UnityException("AppID must not be null or empty"); UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * L_2 = (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var))); UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB9FC41F4D38A1AA3D583D4E33D76461C3A151204)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WindowsPlatform_Initialize_m6179BF582501808FC82D9D8F491FC4E152C8F347_RuntimeMethod_var))); } IL_0013: { // CAPI.ovr_UnityInitWrapperWindows(appId, getCallbackPointer()); String_t* L_3 = ___appId0; intptr_t L_4; L_4 = WindowsPlatform_getCallbackPointer_m4860BE4D0128494085BD8735119E83848740E232_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); bool L_5; L_5 = CAPI_ovr_UnityInitWrapperWindows_m0A0E2E8CF4D2F2E2ED7546CB2EF53E7730E22314(L_3, (intptr_t)L_4, /*hidden argument*/NULL); // return true; return (bool)1; } } // Oculus.Platform.Request`1 Oculus.Platform.WindowsPlatform::AsyncInitialize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * WindowsPlatform_AsyncInitialize_m6AD358B04D00A52AEFDCA166299EB1F9CC487519 (WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2 * __this, String_t* ___appId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_mFC271BC4F496EA2BA46A55350DC8D6A3FC7B6688_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(String.IsNullOrEmpty(appId)) String_t* L_0 = ___appId0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new UnityException("AppID must not be null or empty"); UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * L_2 = (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var))); UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB9FC41F4D38A1AA3D583D4E33D76461C3A151204)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WindowsPlatform_AsyncInitialize_m6AD358B04D00A52AEFDCA166299EB1F9CC487519_RuntimeMethod_var))); } IL_0013: { // return new Request(CAPI.ovr_UnityInitWrapperWindowsAsynchronous(appId, getCallbackPointer())); String_t* L_3 = ___appId0; intptr_t L_4; L_4 = WindowsPlatform_getCallbackPointer_m4860BE4D0128494085BD8735119E83848740E232_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = CAPI_ovr_UnityInitWrapperWindowsAsynchronous_mB371F3B29CE4E3468406E80E4CA92BB6C1AEA08F(L_3, (intptr_t)L_4, /*hidden argument*/NULL); Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 * L_6 = (Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4 *)il2cpp_codegen_object_new(Request_1_t3E6B2E84C3917B68B1450ABC7B280A8E920BD2A4_il2cpp_TypeInfo_var); Request_1__ctor_mFC271BC4F496EA2BA46A55350DC8D6A3FC7B6688(L_6, L_5, /*hidden argument*/Request_1__ctor_mFC271BC4F496EA2BA46A55350DC8D6A3FC7B6688_RuntimeMethod_var); return L_6; } } // System.Void Oculus.Platform.WindowsPlatform::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsPlatform__ctor_m9912552D07BB1447E692D1D40FE8CCB1BBB3C6BF (WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 (FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___pcmData0, uintptr_t ___pcmDataLength1, int32_t ___frequency2, int32_t ___numChannels3, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(int16_t*, uintptr_t, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Marshaling of parameter '___pcmData0' to native representation int16_t* ____pcmData0_marshaled = NULL; if (___pcmData0 != NULL) { ____pcmData0_marshaled = reinterpret_cast((___pcmData0)->GetAddressAtUnchecked(0)); } // Native function invocation il2cppPInvokeFunc(____pcmData0_marshaled, ___pcmDataLength1, ___frequency2, ___numChannels3); } // System.Void Oculus.Platform.CAPI/FilterCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterCallback__ctor_mAFC9FE121057123728CE41E392E4C07FDF2C1FB6 (FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Oculus.Platform.CAPI/FilterCallback::Invoke(System.Int16[],System.UIntPtr,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterCallback_Invoke_mE02FDBF7FFA47F639A2B77241ADEC097956300E1 (FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___pcmData0, uintptr_t ___pcmDataLength1, int32_t ___frequency2, int32_t ___numChannels3, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef void (*FunctionPointerType) (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, uintptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___pcmData0, ___pcmDataLength1, ___frequency2, ___numChannels3, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, uintptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pcmData0, ___pcmDataLength1, ___frequency2, ___numChannels3, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker4< Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, uintptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___pcmData0, ___pcmDataLength1, ___frequency2, ___numChannels3); else GenericVirtActionInvoker4< Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, uintptr_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___pcmData0, ___pcmDataLength1, ___frequency2, ___numChannels3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, uintptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pcmData0, ___pcmDataLength1, ___frequency2, ___numChannels3); else VirtActionInvoker4< Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, uintptr_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pcmData0, ___pcmDataLength1, ___frequency2, ___numChannels3); } } else { if (___parameterCount == 3) { typedef void (*FunctionPointerType) (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, uintptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___pcmData0, ___pcmDataLength1, ___frequency2, ___numChannels3, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, uintptr_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pcmData0, ___pcmDataLength1, ___frequency2, ___numChannels3, targetMethod); } } } } } // System.IAsyncResult Oculus.Platform.CAPI/FilterCallback::BeginInvoke(System.Int16[],System.UIntPtr,System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FilterCallback_BeginInvoke_mBAD9199C195E160A7F2E6488EB6A15C2C77550EA (FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___pcmData0, uintptr_t ___pcmDataLength1, int32_t ___frequency2, int32_t ___numChannels3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___pcmData0; __d_args[1] = Box(UIntPtr_t_il2cpp_TypeInfo_var, &___pcmDataLength1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___frequency2); __d_args[3] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___numChannels3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // System.Void Oculus.Platform.CAPI/FilterCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterCallback_EndInvoke_mE5D9DD6BAB4992838DC9D38F15DC0CD8B93CF411 (FilterCallback_t14ED75CC0DB61F161FE03B54F2D4C307FD211303 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Oculus.Platform.CAPI/OculusInitParams IL2CPP_EXTERN_C void OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshal_pinvoke(const OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5& unmarshaled, OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshaled_pinvoke& marshaled) { marshaled.___sType_0 = unmarshaled.get_sType_0(); marshaled.___email_1 = il2cpp_codegen_marshal_string(unmarshaled.get_email_1()); marshaled.___password_2 = il2cpp_codegen_marshal_string(unmarshaled.get_password_2()); marshaled.___appId_3 = unmarshaled.get_appId_3(); marshaled.___uriPrefixOverride_4 = il2cpp_codegen_marshal_string(unmarshaled.get_uriPrefixOverride_4()); } IL2CPP_EXTERN_C void OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshal_pinvoke_back(const OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshaled_pinvoke& marshaled, OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5& unmarshaled) { int32_t unmarshaled_sType_temp_0 = 0; unmarshaled_sType_temp_0 = marshaled.___sType_0; unmarshaled.set_sType_0(unmarshaled_sType_temp_0); unmarshaled.set_email_1(il2cpp_codegen_marshal_string_result(marshaled.___email_1)); unmarshaled.set_password_2(il2cpp_codegen_marshal_string_result(marshaled.___password_2)); uint64_t unmarshaled_appId_temp_3 = 0; unmarshaled_appId_temp_3 = marshaled.___appId_3; unmarshaled.set_appId_3(unmarshaled_appId_temp_3); unmarshaled.set_uriPrefixOverride_4(il2cpp_codegen_marshal_string_result(marshaled.___uriPrefixOverride_4)); } // Conversion method for clean up from marshalling of: Oculus.Platform.CAPI/OculusInitParams IL2CPP_EXTERN_C void OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshal_pinvoke_cleanup(OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___email_1); marshaled.___email_1 = NULL; il2cpp_codegen_marshal_free(marshaled.___password_2); marshaled.___password_2 = NULL; il2cpp_codegen_marshal_free(marshaled.___uriPrefixOverride_4); marshaled.___uriPrefixOverride_4 = NULL; } // Conversion methods for marshalling of: Oculus.Platform.CAPI/OculusInitParams IL2CPP_EXTERN_C void OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshal_com(const OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5& unmarshaled, OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshaled_com& marshaled) { marshaled.___sType_0 = unmarshaled.get_sType_0(); marshaled.___email_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_email_1()); marshaled.___password_2 = il2cpp_codegen_marshal_bstring(unmarshaled.get_password_2()); marshaled.___appId_3 = unmarshaled.get_appId_3(); marshaled.___uriPrefixOverride_4 = il2cpp_codegen_marshal_bstring(unmarshaled.get_uriPrefixOverride_4()); } IL2CPP_EXTERN_C void OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshal_com_back(const OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshaled_com& marshaled, OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5& unmarshaled) { int32_t unmarshaled_sType_temp_0 = 0; unmarshaled_sType_temp_0 = marshaled.___sType_0; unmarshaled.set_sType_0(unmarshaled_sType_temp_0); unmarshaled.set_email_1(il2cpp_codegen_marshal_bstring_result(marshaled.___email_1)); unmarshaled.set_password_2(il2cpp_codegen_marshal_bstring_result(marshaled.___password_2)); uint64_t unmarshaled_appId_temp_3 = 0; unmarshaled_appId_temp_3 = marshaled.___appId_3; unmarshaled.set_appId_3(unmarshaled_appId_temp_3); unmarshaled.set_uriPrefixOverride_4(il2cpp_codegen_marshal_bstring_result(marshaled.___uriPrefixOverride_4)); } // Conversion method for clean up from marshalling of: Oculus.Platform.CAPI/OculusInitParams IL2CPP_EXTERN_C void OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshal_com_cleanup(OculusInitParams_t778F2E0F1199F2A286D402C32A7203A53FDC80E5_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___email_1); marshaled.___email_1 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___password_2); marshaled.___password_2 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___uriPrefixOverride_4); marshaled.___uriPrefixOverride_4 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Oculus.Platform.CAPI/ovrKeyValuePair IL2CPP_EXTERN_C void ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshal_pinvoke(const ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32& unmarshaled, ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_pinvoke& marshaled) { marshaled.___key__0 = il2cpp_codegen_marshal_string(unmarshaled.get_key__0()); marshaled.___valueType__1 = unmarshaled.get_valueType__1(); marshaled.___stringValue__2 = il2cpp_codegen_marshal_string(unmarshaled.get_stringValue__2()); marshaled.___intValue__3 = unmarshaled.get_intValue__3(); marshaled.___doubleValue__4 = unmarshaled.get_doubleValue__4(); } IL2CPP_EXTERN_C void ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshal_pinvoke_back(const ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_pinvoke& marshaled, ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32& unmarshaled) { unmarshaled.set_key__0(il2cpp_codegen_marshal_string_result(marshaled.___key__0)); int32_t unmarshaled_valueType__temp_1 = 0; unmarshaled_valueType__temp_1 = marshaled.___valueType__1; unmarshaled.set_valueType__1(unmarshaled_valueType__temp_1); unmarshaled.set_stringValue__2(il2cpp_codegen_marshal_string_result(marshaled.___stringValue__2)); int32_t unmarshaled_intValue__temp_3 = 0; unmarshaled_intValue__temp_3 = marshaled.___intValue__3; unmarshaled.set_intValue__3(unmarshaled_intValue__temp_3); double unmarshaled_doubleValue__temp_4 = 0.0; unmarshaled_doubleValue__temp_4 = marshaled.___doubleValue__4; unmarshaled.set_doubleValue__4(unmarshaled_doubleValue__temp_4); } // Conversion method for clean up from marshalling of: Oculus.Platform.CAPI/ovrKeyValuePair IL2CPP_EXTERN_C void ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshal_pinvoke_cleanup(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___key__0); marshaled.___key__0 = NULL; il2cpp_codegen_marshal_free(marshaled.___stringValue__2); marshaled.___stringValue__2 = NULL; } // Conversion methods for marshalling of: Oculus.Platform.CAPI/ovrKeyValuePair IL2CPP_EXTERN_C void ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshal_com(const ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32& unmarshaled, ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_com& marshaled) { marshaled.___key__0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_key__0()); marshaled.___valueType__1 = unmarshaled.get_valueType__1(); marshaled.___stringValue__2 = il2cpp_codegen_marshal_bstring(unmarshaled.get_stringValue__2()); marshaled.___intValue__3 = unmarshaled.get_intValue__3(); marshaled.___doubleValue__4 = unmarshaled.get_doubleValue__4(); } IL2CPP_EXTERN_C void ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshal_com_back(const ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_com& marshaled, ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32& unmarshaled) { unmarshaled.set_key__0(il2cpp_codegen_marshal_bstring_result(marshaled.___key__0)); int32_t unmarshaled_valueType__temp_1 = 0; unmarshaled_valueType__temp_1 = marshaled.___valueType__1; unmarshaled.set_valueType__1(unmarshaled_valueType__temp_1); unmarshaled.set_stringValue__2(il2cpp_codegen_marshal_bstring_result(marshaled.___stringValue__2)); int32_t unmarshaled_intValue__temp_3 = 0; unmarshaled_intValue__temp_3 = marshaled.___intValue__3; unmarshaled.set_intValue__3(unmarshaled_intValue__temp_3); double unmarshaled_doubleValue__temp_4 = 0.0; unmarshaled_doubleValue__temp_4 = marshaled.___doubleValue__4; unmarshaled.set_doubleValue__4(unmarshaled_doubleValue__temp_4); } // Conversion method for clean up from marshalling of: Oculus.Platform.CAPI/ovrKeyValuePair IL2CPP_EXTERN_C void ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshal_com_cleanup(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___key__0); marshaled.___key__0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___stringValue__2); marshaled.___stringValue__2 = NULL; } // System.Void Oculus.Platform.CAPI/ovrKeyValuePair::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ovrKeyValuePair__ctor_m5089885D4B2E1B074A2D19CB31CDA1C95B5A9E44 (ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { { // key_ = key; String_t* L_0 = ___key0; __this->set_key__0(L_0); // valueType_ = KeyValuePairType.String; __this->set_valueType__1(0); // stringValue_ = value; String_t* L_1 = ___value1; __this->set_stringValue__2(L_1); // intValue_ = 0; __this->set_intValue__3(0); // doubleValue_ = 0.0; __this->set_doubleValue__4((0.0)); // } return; } } IL2CPP_EXTERN_C void ovrKeyValuePair__ctor_m5089885D4B2E1B074A2D19CB31CDA1C95B5A9E44_AdjustorThunk (RuntimeObject * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { int32_t _offset = 1; ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * _thisAdjusted = reinterpret_cast(__this + _offset); ovrKeyValuePair__ctor_m5089885D4B2E1B074A2D19CB31CDA1C95B5A9E44(_thisAdjusted, ___key0, ___value1, method); } // System.Void Oculus.Platform.CAPI/ovrKeyValuePair::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ovrKeyValuePair__ctor_mDD91C89A37A35960315830ED9BD48D7852A312FA (ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method) { { // key_ = key; String_t* L_0 = ___key0; __this->set_key__0(L_0); // valueType_ = KeyValuePairType.Int; __this->set_valueType__1(1); // intValue_ = value; int32_t L_1 = ___value1; __this->set_intValue__3(L_1); // stringValue_ = null; __this->set_stringValue__2((String_t*)NULL); // doubleValue_ = 0.0; __this->set_doubleValue__4((0.0)); // } return; } } IL2CPP_EXTERN_C void ovrKeyValuePair__ctor_mDD91C89A37A35960315830ED9BD48D7852A312FA_AdjustorThunk (RuntimeObject * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method) { int32_t _offset = 1; ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * _thisAdjusted = reinterpret_cast(__this + _offset); ovrKeyValuePair__ctor_mDD91C89A37A35960315830ED9BD48D7852A312FA(_thisAdjusted, ___key0, ___value1, method); } // System.Void Oculus.Platform.CAPI/ovrKeyValuePair::.ctor(System.String,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ovrKeyValuePair__ctor_m3DF658E3E7008378859D88FE4B1A5C8D6EC4459E (ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * __this, String_t* ___key0, double ___value1, const RuntimeMethod* method) { { // key_ = key; String_t* L_0 = ___key0; __this->set_key__0(L_0); // valueType_ = KeyValuePairType.Double; __this->set_valueType__1(2); // doubleValue_ = value; double L_1 = ___value1; __this->set_doubleValue__4(L_1); // stringValue_ = null; __this->set_stringValue__2((String_t*)NULL); // intValue_ = 0; __this->set_intValue__3(0); // } return; } } IL2CPP_EXTERN_C void ovrKeyValuePair__ctor_m3DF658E3E7008378859D88FE4B1A5C8D6EC4459E_AdjustorThunk (RuntimeObject * __this, String_t* ___key0, double ___value1, const RuntimeMethod* method) { int32_t _offset = 1; ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 * _thisAdjusted = reinterpret_cast(__this + _offset); ovrKeyValuePair__ctor_m3DF658E3E7008378859D88FE4B1A5C8D6EC4459E(_thisAdjusted, ___key0, ___value1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Oculus.Platform.CAPI/ovrMatchmakingCriterion IL2CPP_EXTERN_C void ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshal_pinvoke(const ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4& unmarshaled, ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_pinvoke& marshaled) { marshaled.___key__0 = il2cpp_codegen_marshal_string(unmarshaled.get_key__0()); marshaled.___importance__1 = unmarshaled.get_importance__1(); marshaled.___parameterArray_2 = unmarshaled.get_parameterArray_2(); marshaled.___parameterArrayCount_3 = unmarshaled.get_parameterArrayCount_3(); } IL2CPP_EXTERN_C void ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshal_pinvoke_back(const ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_pinvoke& marshaled, ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4& unmarshaled) { unmarshaled.set_key__0(il2cpp_codegen_marshal_string_result(marshaled.___key__0)); int32_t unmarshaled_importance__temp_1 = 0; unmarshaled_importance__temp_1 = marshaled.___importance__1; unmarshaled.set_importance__1(unmarshaled_importance__temp_1); intptr_t unmarshaled_parameterArray_temp_2; memset((&unmarshaled_parameterArray_temp_2), 0, sizeof(unmarshaled_parameterArray_temp_2)); unmarshaled_parameterArray_temp_2 = marshaled.___parameterArray_2; unmarshaled.set_parameterArray_2(unmarshaled_parameterArray_temp_2); uint32_t unmarshaled_parameterArrayCount_temp_3 = 0; unmarshaled_parameterArrayCount_temp_3 = marshaled.___parameterArrayCount_3; unmarshaled.set_parameterArrayCount_3(unmarshaled_parameterArrayCount_temp_3); } // Conversion method for clean up from marshalling of: Oculus.Platform.CAPI/ovrMatchmakingCriterion IL2CPP_EXTERN_C void ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshal_pinvoke_cleanup(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___key__0); marshaled.___key__0 = NULL; } // Conversion methods for marshalling of: Oculus.Platform.CAPI/ovrMatchmakingCriterion IL2CPP_EXTERN_C void ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshal_com(const ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4& unmarshaled, ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_com& marshaled) { marshaled.___key__0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_key__0()); marshaled.___importance__1 = unmarshaled.get_importance__1(); marshaled.___parameterArray_2 = unmarshaled.get_parameterArray_2(); marshaled.___parameterArrayCount_3 = unmarshaled.get_parameterArrayCount_3(); } IL2CPP_EXTERN_C void ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshal_com_back(const ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_com& marshaled, ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4& unmarshaled) { unmarshaled.set_key__0(il2cpp_codegen_marshal_bstring_result(marshaled.___key__0)); int32_t unmarshaled_importance__temp_1 = 0; unmarshaled_importance__temp_1 = marshaled.___importance__1; unmarshaled.set_importance__1(unmarshaled_importance__temp_1); intptr_t unmarshaled_parameterArray_temp_2; memset((&unmarshaled_parameterArray_temp_2), 0, sizeof(unmarshaled_parameterArray_temp_2)); unmarshaled_parameterArray_temp_2 = marshaled.___parameterArray_2; unmarshaled.set_parameterArray_2(unmarshaled_parameterArray_temp_2); uint32_t unmarshaled_parameterArrayCount_temp_3 = 0; unmarshaled_parameterArrayCount_temp_3 = marshaled.___parameterArrayCount_3; unmarshaled.set_parameterArrayCount_3(unmarshaled_parameterArrayCount_temp_3); } // Conversion method for clean up from marshalling of: Oculus.Platform.CAPI/ovrMatchmakingCriterion IL2CPP_EXTERN_C void ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshal_com_cleanup(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___key__0); marshaled.___key__0 = NULL; } // System.Void Oculus.Platform.CAPI/ovrMatchmakingCriterion::.ctor(System.String,Oculus.Platform.MatchmakingCriterionImportance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ovrMatchmakingCriterion__ctor_m09A0F305763EA10F497DCE62E015CC3DFA5958FE (ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 * __this, String_t* ___key0, int32_t ___importance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // key_ = key; String_t* L_0 = ___key0; __this->set_key__0(L_0); // importance_ = importance; int32_t L_1 = ___importance1; __this->set_importance__1(L_1); // parameterArray = IntPtr.Zero; __this->set_parameterArray_2((intptr_t)(0)); // parameterArrayCount = 0; __this->set_parameterArrayCount_3(0); // } return; } } IL2CPP_EXTERN_C void ovrMatchmakingCriterion__ctor_m09A0F305763EA10F497DCE62E015CC3DFA5958FE_AdjustorThunk (RuntimeObject * __this, String_t* ___key0, int32_t ___importance1, const RuntimeMethod* method) { int32_t _offset = 1; ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 * _thisAdjusted = reinterpret_cast(__this + _offset); ovrMatchmakingCriterion__ctor_m09A0F305763EA10F497DCE62E015CC3DFA5958FE(_thisAdjusted, ___key0, ___importance1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Callback/RequestCallback::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCallback__ctor_m3B77D4730A2A359D3EA979B86606A15D203283C1 (RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF * __this, const RuntimeMethod* method) { { // public RequestCallback() { } Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // public RequestCallback() { } return; } } // System.Void Oculus.Platform.Callback/RequestCallback::.ctor(Oculus.Platform.Message/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCallback__ctor_mB95BB8E3F42EBDB5546542F47CB412DD97FCAE03 (RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF * __this, Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * ___callback0, const RuntimeMethod* method) { { // public RequestCallback(Message.Callback callback) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.messageCallback = callback; Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * L_0 = ___callback0; __this->set_messageCallback_0(L_0); // } return; } } // System.Void Oculus.Platform.Callback/RequestCallback::HandleMessage(Oculus.Platform.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCallback_HandleMessage_mE69959A7787F575EE024BDBF803CB42538E2D3C3 (RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF * __this, Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * ___msg0, const RuntimeMethod* method) { { // if (messageCallback != null) Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * L_0 = __this->get_messageCallback_0(); if (!L_0) { goto IL_0014; } } { // messageCallback(msg); Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * L_1 = __this->get_messageCallback_0(); Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * L_2 = ___msg0; NullCheck(L_1); Callback_Invoke_mDC50EE4F978809B23970C33936C48F628E386C37(L_1, L_2, /*hidden argument*/NULL); } IL_0014: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr Oculus.Platform.Matchmaking/CustomQuery::ToUnmanaged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CustomQuery_ToUnmanaged_mB5DA3C1BA561DD0BAB7D4888CEB40996F99E0B43 (CustomQuery_tE222BFE49B3B2183F16D8ECBA6BC65B3CF917B3A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_SizeOf_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_mFC0E91DB2C0D37FFF29D6AA340F3A235DA61716E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_StructureToPtr_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_m181970CFA4C6AE37FCBA3B5BA0C6E25076FB7486_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C* V_2 = NULL; int32_t V_3 = 0; { // var customQueryUnmanaged = new CAPI.ovrMatchmakingCustomQueryData(); il2cpp_codegen_initobj((&V_0), sizeof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 )); // if(criteria != null && criteria.Length > 0) CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_0 = __this->get_criteria_1(); if (!L_0) { goto IL_0133; } } { CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_1 = __this->get_criteria_1(); NullCheck(L_1); if (!(((RuntimeArray*)L_1)->max_length)) { goto IL_0133; } } { // customQueryUnmanaged.criterionArrayCount = (uint)criteria.Length; CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_2 = __this->get_criteria_1(); NullCheck(L_2); (&V_0)->set_criterionArrayCount_3(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // var temp = new CAPI.ovrMatchmakingCriterion[criteria.Length]; CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_3 = __this->get_criteria_1(); NullCheck(L_3); ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C* L_4 = (ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C*)(ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C*)SZArrayNew(ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); V_2 = L_4; // for(int i=0; iget_criteria_1(); int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->get_importance_1(); ((L_5)->GetAddressAt(static_cast(L_6)))->set_importance__1(L_9); // temp[i].key_ = criteria[i].key; ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C* L_10 = V_2; int32_t L_11 = V_3; NullCheck(L_10); CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_12 = __this->get_criteria_1(); int32_t L_13 = V_3; NullCheck(L_12); String_t* L_14 = ((L_12)->GetAddressAt(static_cast(L_13)))->get_key_0(); ((L_10)->GetAddressAt(static_cast(L_11)))->set_key__0(L_14); // if(criteria[i].parameters != null && criteria[i].parameters.Count > 0) CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_15 = __this->get_criteria_1(); int32_t L_16 = V_3; NullCheck(L_15); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_17 = ((L_15)->GetAddressAt(static_cast(L_16)))->get_parameters_2(); if (!L_17) { goto IL_00f4; } } { CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_18 = __this->get_criteria_1(); int32_t L_19 = V_3; NullCheck(L_18); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_20 = ((L_18)->GetAddressAt(static_cast(L_19)))->get_parameters_2(); NullCheck(L_20); int32_t L_21; L_21 = Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546(L_20, /*hidden argument*/Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var); if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_00f4; } } { // temp[i].parameterArrayCount = (uint)criteria[i].parameters.Count; ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C* L_22 = V_2; int32_t L_23 = V_3; NullCheck(L_22); CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_24 = __this->get_criteria_1(); int32_t L_25 = V_3; NullCheck(L_24); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_26 = ((L_24)->GetAddressAt(static_cast(L_25)))->get_parameters_2(); NullCheck(L_26); int32_t L_27; L_27 = Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546(L_26, /*hidden argument*/Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var); ((L_22)->GetAddressAt(static_cast(L_23)))->set_parameterArrayCount_3(L_27); // temp[i].parameterArray = CAPI.ArrayOfStructsToIntPtr(CAPI.DictionaryToOVRKeyValuePairs(criteria[i].parameters)); ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C* L_28 = V_2; int32_t L_29 = V_3; NullCheck(L_28); CriterionU5BU5D_t9EC64C7744F462D25CB314CC74DBC8FA49127AEB* L_30 = __this->get_criteria_1(); int32_t L_31 = V_3; NullCheck(L_30); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_32 = ((L_30)->GetAddressAt(static_cast(L_31)))->get_parameters_2(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455* L_33; L_33 = CAPI_DictionaryToOVRKeyValuePairs_mFE3721BF5C2F868D184CFC82B9E9004238FC047E(L_32, /*hidden argument*/NULL); intptr_t L_34; L_34 = CAPI_ArrayOfStructsToIntPtr_mC4CAF4603D48A4EE8585E2EDAA5F555C666E0908((RuntimeArray *)(RuntimeArray *)L_33, /*hidden argument*/NULL); ((L_28)->GetAddressAt(static_cast(L_29)))->set_parameterArray_2((intptr_t)L_34); // } goto IL_0112; } IL_00f4: { // temp[i].parameterArrayCount = 0; ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C* L_35 = V_2; int32_t L_36 = V_3; NullCheck(L_35); ((L_35)->GetAddressAt(static_cast(L_36)))->set_parameterArrayCount_3(0); // temp[i].parameterArray = IntPtr.Zero; ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C* L_37 = V_2; int32_t L_38 = V_3; NullCheck(L_37); ((L_37)->GetAddressAt(static_cast(L_38)))->set_parameterArray_2((intptr_t)(0)); } IL_0112: { // for(int i=0; iget_criteria_1(); NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))))) { goto IL_0043; } } { // customQueryUnmanaged.criterionArray = CAPI.ArrayOfStructsToIntPtr(temp); ovrMatchmakingCriterionU5BU5D_t24E7A26F8EB874C2677E4D85B8993CDB8DE03F6C* L_42 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); intptr_t L_43; L_43 = CAPI_ArrayOfStructsToIntPtr_mC4CAF4603D48A4EE8585E2EDAA5F555C666E0908((RuntimeArray *)(RuntimeArray *)L_42, /*hidden argument*/NULL); (&V_0)->set_criterionArray_2((intptr_t)L_43); // } goto IL_0147; } IL_0133: { // customQueryUnmanaged.criterionArrayCount = 0; (&V_0)->set_criterionArrayCount_3(0); // customQueryUnmanaged.criterionArray = IntPtr.Zero; (&V_0)->set_criterionArray_2((intptr_t)(0)); } IL_0147: { // if(data != null && data.Count > 0) Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_44 = __this->get_data_0(); if (!L_44) { goto IL_0188; } } { Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_45 = __this->get_data_0(); NullCheck(L_45); int32_t L_46; L_46 = Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546(L_45, /*hidden argument*/Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var); if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_0188; } } { // customQueryUnmanaged.dataArrayCount = (uint)data.Count; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_47 = __this->get_data_0(); NullCheck(L_47); int32_t L_48; L_48 = Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546(L_47, /*hidden argument*/Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var); (&V_0)->set_dataArrayCount_1(L_48); // customQueryUnmanaged.dataArray = CAPI.ArrayOfStructsToIntPtr(CAPI.DictionaryToOVRKeyValuePairs(data)); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_49 = __this->get_data_0(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); ovrKeyValuePairU5BU5D_t33331B086F2DB995E6E8C0EF1E5D37F0BCABF455* L_50; L_50 = CAPI_DictionaryToOVRKeyValuePairs_mFE3721BF5C2F868D184CFC82B9E9004238FC047E(L_49, /*hidden argument*/NULL); intptr_t L_51; L_51 = CAPI_ArrayOfStructsToIntPtr_mC4CAF4603D48A4EE8585E2EDAA5F555C666E0908((RuntimeArray *)(RuntimeArray *)L_50, /*hidden argument*/NULL); (&V_0)->set_dataArray_0((intptr_t)L_51); // } goto IL_019c; } IL_0188: { // customQueryUnmanaged.dataArrayCount = 0; (&V_0)->set_dataArrayCount_1(0); // customQueryUnmanaged.dataArray = IntPtr.Zero; (&V_0)->set_dataArray_0((intptr_t)(0)); } IL_019c: { // IntPtr res = Marshal.AllocHGlobal(Marshal.SizeOf(customQueryUnmanaged)); ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 L_52 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_53; L_53 = Marshal_SizeOf_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_mFC0E91DB2C0D37FFF29D6AA340F3A235DA61716E(L_52, /*hidden argument*/Marshal_SizeOf_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_mFC0E91DB2C0D37FFF29D6AA340F3A235DA61716E_RuntimeMethod_var); intptr_t L_54; L_54 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(L_53, /*hidden argument*/NULL); V_1 = (intptr_t)L_54; // Marshal.StructureToPtr(customQueryUnmanaged, res, true); ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 L_55 = V_0; intptr_t L_56 = V_1; Marshal_StructureToPtr_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_m181970CFA4C6AE37FCBA3B5BA0C6E25076FB7486(L_55, (intptr_t)L_56, (bool)1, /*hidden argument*/Marshal_StructureToPtr_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_m181970CFA4C6AE37FCBA3B5BA0C6E25076FB7486_RuntimeMethod_var); // return res; intptr_t L_57 = V_1; return (intptr_t)L_57; } } // System.Void Oculus.Platform.Matchmaking/CustomQuery::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomQuery__ctor_m8ED06E5F66025FE104B301E334D28B3CCC9392E9 (CustomQuery_tE222BFE49B3B2183F16D8ECBA6BC65B3CF917B3A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Message/Callback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback__ctor_mAC564D6964EDAEDEB158A4FEB741444645CEFAEB (Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Oculus.Platform.Message/Callback::Invoke(Oculus.Platform.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_Invoke_mDC50EE4F978809B23970C33936C48F628E386C37 (Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * __this, Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * ___message0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___message0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___message0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___message0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___message0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___message0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___message0); } } else { typedef void (*FunctionPointerType) (Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___message0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * >::Invoke(targetMethod, targetThis, ___message0); else GenericVirtActionInvoker1< Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * >::Invoke(targetMethod, targetThis, ___message0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___message0); else VirtActionInvoker1< Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___message0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___message0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___message0, targetMethod); } } } } } // System.IAsyncResult Oculus.Platform.Message/Callback::BeginInvoke(Oculus.Platform.Message,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Callback_BeginInvoke_m5B4DC917F8773EDCD11662E01027295E04086E30 (Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * __this, Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * ___message0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___message0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void Oculus.Platform.Message/Callback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_EndInvoke_m629498715CDFA7B26764CEDBEA3DB2A2F29FE27F (Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.Message/ExtraMessageTypesHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtraMessageTypesHandler__ctor_m8CCAD880D1B65AC804C1C29FEEAC2309AB794672 (ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // Oculus.Platform.Message Oculus.Platform.Message/ExtraMessageTypesHandler::Invoke(System.IntPtr,Oculus.Platform.Message/MessageType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * ExtraMessageTypesHandler_Invoke_mF3C0E6177A016D6B3AAB79420833149C6A171873 (ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF * __this, intptr_t ___messageHandle0, uint32_t ___message_type1, const RuntimeMethod* method) { Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * result = NULL; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * (*FunctionPointerType) (intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___messageHandle0, ___message_type1, targetMethod); } else { // closed typedef Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * (*FunctionPointerType) (void*, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___messageHandle0, ___message_type1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, intptr_t, uint32_t >::Invoke(targetMethod, targetThis, ___messageHandle0, ___message_type1); else result = GenericVirtFuncInvoker2< Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, intptr_t, uint32_t >::Invoke(targetMethod, targetThis, ___messageHandle0, ___message_type1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, intptr_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___messageHandle0, ___message_type1); else result = VirtFuncInvoker2< Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *, intptr_t, uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___messageHandle0, ___message_type1); } } else { typedef Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * (*FunctionPointerType) (void*, intptr_t, uint32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___messageHandle0, ___message_type1, targetMethod); } } } return result; } // System.IAsyncResult Oculus.Platform.Message/ExtraMessageTypesHandler::BeginInvoke(System.IntPtr,Oculus.Platform.Message/MessageType,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtraMessageTypesHandler_BeginInvoke_m2EEB388D56B9E86FB9AF9055E09E94CA1080B7B9 (ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF * __this, intptr_t ___messageHandle0, uint32_t ___message_type1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageType_t7B1DFA54C161B3023552B603E7825FAE33FF1C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___messageHandle0); __d_args[1] = Box(MessageType_t7B1DFA54C161B3023552B603E7825FAE33FF1C55_il2cpp_TypeInfo_var, &___message_type1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // Oculus.Platform.Message Oculus.Platform.Message/ExtraMessageTypesHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * ExtraMessageTypesHandler_EndInvoke_mC66AAD40993CE67A2E25F6FE2A45284E5DA71A6D (ExtraMessageTypesHandler_tFEB8C64088CF3DC369A496F09718B732BA2B59BF * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 *)__result;; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.PlatformInternal/HTTP::SetHttpTransferUpdateCallback(Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTP_SetHttpTransferUpdateCallback_mED993055DA85449BB4D55481CE809A14AF4AA997 (Callback_t7CB2ECDA7955C4AB66F4F1FD8E81399AEED7B32A * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_SetNotificationCallback_TisHttpTransferUpdate_tD2D9BB94C4E6C3D338F883B55CC928639AF911AC_mC13680157905408E3062BCDCA7EC876230AEBB05_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Callback.SetNotificationCallback( // Message.MessageType.Notification_HTTP_Transfer, // callback // ); Callback_t7CB2ECDA7955C4AB66F4F1FD8E81399AEED7B32A * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_SetNotificationCallback_TisHttpTransferUpdate_tD2D9BB94C4E6C3D338F883B55CC928639AF911AC_mC13680157905408E3062BCDCA7EC876230AEBB05(((int32_t)2111073839), L_0, /*hidden argument*/Callback_SetNotificationCallback_TisHttpTransferUpdate_tD2D9BB94C4E6C3D338F883B55CC928639AF911AC_mC13680157905408E3062BCDCA7EC876230AEBB05_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Oculus.Platform.Request`1 Oculus.Platform.PlatformInternal/Users::GetLinkedAccounts(Oculus.Platform.ServiceProvider[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530 * Users_GetLinkedAccounts_m9AEECF2E266061D65F99D7F14833D636F50396E4 (ServiceProviderU5BU5D_t0CC8BB70CEB9E9A9FFD509DC9DBA3B9B214EC345* ___providers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1__ctor_m89B6A9C76FF63AD6A099BB1C572EE02D1D35D8E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * V_0 = NULL; ServiceProviderU5BU5D_t0CC8BB70CEB9E9A9FFD509DC9DBA3B9B214EC345* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // if (Core.IsInitialized()) IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0; L_0 = Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0039; } } { // UserOptions userOpts = new UserOptions(); UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * L_1 = (UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 *)il2cpp_codegen_object_new(UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706_il2cpp_TypeInfo_var); UserOptions__ctor_mB36DC71745D4B23B74F00DA241F44A2CE804C5A3(L_1, /*hidden argument*/NULL); V_0 = L_1; // foreach (ServiceProvider provider in providers) ServiceProviderU5BU5D_t0CC8BB70CEB9E9A9FFD509DC9DBA3B9B214EC345* L_2 = ___providers0; V_1 = L_2; V_2 = 0; goto IL_0022; } IL_0013: { // foreach (ServiceProvider provider in providers) ServiceProviderU5BU5D_t0CC8BB70CEB9E9A9FFD509DC9DBA3B9B214EC345* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (int32_t)(L_3)->GetAt(static_cast(L_5)); V_3 = L_6; // userOpts.AddServiceProvider(provider); UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * L_7 = V_0; int32_t L_8 = V_3; NullCheck(L_7); UserOptions_AddServiceProvider_m108F6F6407382322C6E5BF53711F02F5149CF1D6(L_7, L_8, /*hidden argument*/NULL); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0022: { // foreach (ServiceProvider provider in providers) int32_t L_10 = V_2; ServiceProviderU5BU5D_t0CC8BB70CEB9E9A9FFD509DC9DBA3B9B214EC345* L_11 = V_1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0013; } } { // return new Request(CAPI.ovr_User_GetLinkedAccounts((IntPtr)userOpts)); UserOptions_tBB6D281F44CADE48D24C911088E83D40E8090706 * L_12 = V_0; intptr_t L_13; L_13 = UserOptions_op_Explicit_mF3560C78C7B6E14615CC1B4D111AE3425DC99822(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uint64_t L_14; L_14 = CAPI_ovr_User_GetLinkedAccounts_mD179F5F7B2478C69264051CD8E15ADB290213D90((intptr_t)L_13, /*hidden argument*/NULL); Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530 * L_15 = (Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530 *)il2cpp_codegen_object_new(Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530_il2cpp_TypeInfo_var); Request_1__ctor_m89B6A9C76FF63AD6A099BB1C572EE02D1D35D8E6(L_15, L_14, /*hidden argument*/Request_1__ctor_m89B6A9C76FF63AD6A099BB1C572EE02D1D35D8E6_RuntimeMethod_var); return L_15; } IL_0039: { // return null; return (Request_1_t76D280BDCE2CCF506741C7CCEE15A4ADA7237530 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_UnityLogDelegate_tB2CB8059E1CFBF5641177B63EFDFF4EE1E9CB563 (UnityLogDelegate_tB2CB8059E1CFBF5641177B63EFDFF4EE1E9CB563 * __this, intptr_t ___tag0, intptr_t ___msg1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___tag0, ___msg1); } // System.Void Oculus.Platform.StandalonePlatform/UnityLogDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogDelegate__ctor_mE62CADC1A93D3878C4AF2CAB4600B7A43E8D656E (UnityLogDelegate_tB2CB8059E1CFBF5641177B63EFDFF4EE1E9CB563 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Oculus.Platform.StandalonePlatform/UnityLogDelegate::Invoke(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogDelegate_Invoke_m4CBFE3D9C43F42E512587B34F68FA069B9EF9989 (UnityLogDelegate_tB2CB8059E1CFBF5641177B63EFDFF4EE1E9CB563 * __this, intptr_t ___tag0, intptr_t ___msg1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___tag0, ___msg1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___tag0, ___msg1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___tag0, ___msg1); else GenericVirtActionInvoker2< intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___tag0, ___msg1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___tag0, ___msg1); else VirtActionInvoker2< intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___tag0, ___msg1); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___tag0, ___msg1, targetMethod); } } } } // System.IAsyncResult Oculus.Platform.StandalonePlatform/UnityLogDelegate::BeginInvoke(System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityLogDelegate_BeginInvoke_m951569774A2ED1032DEB433269D86118D66270F9 (UnityLogDelegate_tB2CB8059E1CFBF5641177B63EFDFF4EE1E9CB563 * __this, intptr_t ___tag0, intptr_t ___msg1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___tag0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___msg1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void Oculus.Platform.StandalonePlatform/UnityLogDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogDelegate_EndInvoke_mD26CA4B73B70214F81E2A8D930EF8EE00EC37A92 (UnityLogDelegate_tB2CB8059E1CFBF5641177B63EFDFF4EE1E9CB563 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterReadDelegate_Awake_m9538F15D80113236A3A698AD436CB902883F5080 (FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int bufferSizeElements = (int)CAPI.ovr_Voip_GetOutputBufferMaxSize(); IL2CPP_RUNTIME_CLASS_INIT(CAPI_tD054DBBB123F0E34B5F10039EDF2ECC088766F1D_il2cpp_TypeInfo_var); uintptr_t L_0; L_0 = CAPI_ovr_Voip_GetOutputBufferMaxSize_m9A9403AE7A22767F9DB95E3F925530E00B926D12(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = UIntPtr_op_Explicit_m42F9C132618855421CA747B04DE939BCC71449F5(L_0, /*hidden argument*/NULL); V_0 = L_1; // scratchBuffer = new float[bufferSizeElements]; int32_t L_2 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set_scratchBuffer_5(L_3); // } return; } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate::OnAudioFilterRead(System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterReadDelegate_OnAudioFilterRead_m8ED6BA99D4F148AED5807307B09253A44FBAB59C (FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___data0, int32_t ___channels1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D3879374A4CBD07A4D2F2F9B6DA78099700E5D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF983B6DFB9BECB29801141D4286B4B7A30B80C2D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; float V_5 = 0.0f; int32_t V_6 = 0; float V_7 = 0.0f; int32_t V_8 = 0; { // int sizeToFetch = data.Length / channels; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___data0; NullCheck(L_0); int32_t L_1 = ___channels1; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))/(int32_t)L_1)); // int sourceBufferSize = sizeToFetch; int32_t L_2 = V_0; V_1 = L_2; // if (sourceBufferSize > scratchBuffer.Length) int32_t L_3 = V_1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = __this->get_scratchBuffer_5(); NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0040; } } { // Array.Clear(data, 0, data.Length); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_5 = ___data0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = ___data0; NullCheck(L_6); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); // throw new Exception(string.Format("Audio system tried to pull {0} bytes, max voip internal ring buffer size {1}", sizeToFetch, scratchBuffer.Length)); int32_t L_7 = V_0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_8); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_10 = __this->get_scratchBuffer_5(); NullCheck(L_10); int32_t L_11 = ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))); RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_11); String_t* L_13; L_13 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68CFB983F069CCE71F266AEFF0FA7DB668B14B66)), L_9, L_12, /*hidden argument*/NULL); Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FilterReadDelegate_OnAudioFilterRead_m8ED6BA99D4F148AED5807307B09253A44FBAB59C_RuntimeMethod_var))); } IL_0040: { // int available = parent.pcmSource.PeekSizeElements(); VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * L_15 = __this->get_parent_4(); NullCheck(L_15); RuntimeObject* L_16 = L_15->get_pcmSource_7(); NullCheck(L_16); int32_t L_17; L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 Oculus.Platform.IVoipPCMSource::PeekSizeElements() */, IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var, L_16); V_2 = L_17; // if (available < sourceBufferSize) int32_t L_18 = V_2; int32_t L_19 = V_1; if ((((int32_t)L_18) >= ((int32_t)L_19))) { goto IL_007f; } } { // if (verboseLogging) IL2CPP_RUNTIME_CLASS_INIT(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var); bool L_20 = ((VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_StaticFields*)il2cpp_codegen_static_fields_for(VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD_il2cpp_TypeInfo_var))->get_verboseLogging_9(); if (!L_20) { goto IL_007e; } } { // Debug.LogFormat( // "Voip starved! Want {0}, but only have {1} available", // sourceBufferSize, // available); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = L_22; int32_t L_27 = V_2; int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_28); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_29); (L_26)->SetAt(static_cast(1), (RuntimeObject *)L_29); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteral5D3879374A4CBD07A4D2F2F9B6DA78099700E5D0, L_26, /*hidden argument*/NULL); } IL_007e: { // return; return; } IL_007f: { // int copied = parent.pcmSource.GetPCM(scratchBuffer, sourceBufferSize); VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * L_30 = __this->get_parent_4(); NullCheck(L_30); RuntimeObject* L_31 = L_30->get_pcmSource_7(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_32 = __this->get_scratchBuffer_5(); int32_t L_33 = V_1; NullCheck(L_31); int32_t L_34; L_34 = InterfaceFuncInvoker2< int32_t, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, int32_t >::Invoke(0 /* System.Int32 Oculus.Platform.IVoipPCMSource::GetPCM(System.Single[],System.Int32) */, IVoipPCMSource_tDB0FA546DAB2B96ECE25F53E7109D7BC4E960AEC_il2cpp_TypeInfo_var, L_31, L_32, L_33); V_3 = L_34; // if (copied < sourceBufferSize) int32_t L_35 = V_3; int32_t L_36 = V_1; if ((((int32_t)L_35) >= ((int32_t)L_36))) { goto IL_00be; } } { // Debug.LogWarningFormat( // "GetPCM() returned {0} samples, expected {1}", // copied, // sourceBufferSize); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = L_37; int32_t L_39 = V_3; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_40); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(0), (RuntimeObject *)L_41); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = L_38; int32_t L_43 = V_1; int32_t L_44 = L_43; RuntimeObject * L_45 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_44); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_45); (L_42)->SetAt(static_cast(1), (RuntimeObject *)L_45); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarningFormat_m0376DF1FA13FFF5290B9AB27F9808F6632E9A8C7(_stringLiteralF983B6DFB9BECB29801141D4286B4B7A30B80C2D, L_42, /*hidden argument*/NULL); // return; return; } IL_00be: { // int dest = 0; V_4 = 0; // float tmpPeakAmp = -1; V_5 = (-1.0f); // for (int i = 0; i < sizeToFetch; i++) V_6 = 0; goto IL_0103; } IL_00cd: { // float val = scratchBuffer[i]; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_46 = __this->get_scratchBuffer_5(); int32_t L_47 = V_6; NullCheck(L_46); int32_t L_48 = L_47; float L_49 = (L_46)->GetAt(static_cast(L_48)); V_7 = L_49; // for (int j = 0; j < channels; j++) V_8 = 0; goto IL_00f8; } IL_00dd: { // data[dest++] = val; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_50 = ___data0; int32_t L_51 = V_4; int32_t L_52 = L_51; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); float L_53 = V_7; NullCheck(L_50); (L_50)->SetAt(static_cast(L_52), (float)L_53); // if (val > tmpPeakAmp) float L_54 = V_7; float L_55 = V_5; if ((!(((float)L_54) > ((float)L_55)))) { goto IL_00f2; } } { // tmpPeakAmp = val; float L_56 = V_7; V_5 = L_56; } IL_00f2: { // for (int j = 0; j < channels; j++) int32_t L_57 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_00f8: { // for (int j = 0; j < channels; j++) int32_t L_58 = V_8; int32_t L_59 = ___channels1; if ((((int32_t)L_58) < ((int32_t)L_59))) { goto IL_00dd; } } { // for (int i = 0; i < sizeToFetch; i++) int32_t L_60 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0103: { // for (int i = 0; i < sizeToFetch; i++) int32_t L_61 = V_6; int32_t L_62 = V_0; if ((((int32_t)L_61) < ((int32_t)L_62))) { goto IL_00cd; } } { // parent.peakAmplitude = tmpPeakAmp; VoipAudioSourceHiLevel_t544BA7489912AB7CA427A5052959904EA92A4CBD * L_63 = __this->get_parent_4(); float L_64 = V_5; NullCheck(L_63); L_63->set_peakAmplitude_6(L_64); // } return; } } // System.Void Oculus.Platform.VoipAudioSourceHiLevel/FilterReadDelegate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterReadDelegate__ctor_m30ADF76B8C36FA9BEC6180830B5B661E457DDD78 (FilterReadDelegate_tB95647D79045D87639D7BBA0F7F7DC6291192C94 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_UnityLogDelegate_t0D58729656F4D2530361D46246B6BE3B25EA95BD (UnityLogDelegate_t0D58729656F4D2530361D46246B6BE3B25EA95BD * __this, intptr_t ___tag0, intptr_t ___msg1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___tag0, ___msg1); } // System.Void Oculus.Platform.WindowsPlatform/UnityLogDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogDelegate__ctor_m75D3B3850C8B2DE6435D1495E90BDF37BDEA5124 (UnityLogDelegate_t0D58729656F4D2530361D46246B6BE3B25EA95BD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Oculus.Platform.WindowsPlatform/UnityLogDelegate::Invoke(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogDelegate_Invoke_mED9E5A5F33A4FC185CA7A813EF24AB13080A2F30 (UnityLogDelegate_t0D58729656F4D2530361D46246B6BE3B25EA95BD * __this, intptr_t ___tag0, intptr_t ___msg1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___tag0, ___msg1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___tag0, ___msg1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___tag0, ___msg1); else GenericVirtActionInvoker2< intptr_t, intptr_t >::Invoke(targetMethod, targetThis, ___tag0, ___msg1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___tag0, ___msg1); else VirtActionInvoker2< intptr_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___tag0, ___msg1); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___tag0, ___msg1, targetMethod); } } } } // System.IAsyncResult Oculus.Platform.WindowsPlatform/UnityLogDelegate::BeginInvoke(System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityLogDelegate_BeginInvoke_m0384626C20F86718E03B4DA02A456C3067B49029 (UnityLogDelegate_t0D58729656F4D2530361D46246B6BE3B25EA95BD * __this, intptr_t ___tag0, intptr_t ___msg1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___tag0); __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___msg1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void Oculus.Platform.WindowsPlatform/UnityLogDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogDelegate_EndInvoke_mBC6914A5F0EE519B48B8E21FF21FE3DE3E93B658 (UnityLogDelegate_t0D58729656F4D2530361D46246B6BE3B25EA95BD * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Oculus.Platform.Matchmaking/CustomQuery/Criterion IL2CPP_EXTERN_C void Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshal_pinvoke(const Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51& unmarshaled, Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_pinvoke& marshaled) { Exception_t* ___parameters_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parameters' of type 'Criterion'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parameters_2Exception, NULL); } IL2CPP_EXTERN_C void Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshal_pinvoke_back(const Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_pinvoke& marshaled, Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51& unmarshaled) { Exception_t* ___parameters_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parameters' of type 'Criterion'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parameters_2Exception, NULL); } // Conversion method for clean up from marshalling of: Oculus.Platform.Matchmaking/CustomQuery/Criterion IL2CPP_EXTERN_C void Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshal_pinvoke_cleanup(Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: Oculus.Platform.Matchmaking/CustomQuery/Criterion IL2CPP_EXTERN_C void Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshal_com(const Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51& unmarshaled, Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_com& marshaled) { Exception_t* ___parameters_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parameters' of type 'Criterion'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parameters_2Exception, NULL); } IL2CPP_EXTERN_C void Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshal_com_back(const Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_com& marshaled, Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51& unmarshaled) { Exception_t* ___parameters_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parameters' of type 'Criterion'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parameters_2Exception, NULL); } // Conversion method for clean up from marshalling of: Oculus.Platform.Matchmaking/CustomQuery/Criterion IL2CPP_EXTERN_C void Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshal_com_cleanup(Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_com& marshaled) { } // System.Void Oculus.Platform.Matchmaking/CustomQuery/Criterion::.ctor(System.String,Oculus.Platform.MatchmakingCriterionImportance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Criterion__ctor_m4513BE47CA052ABF9DFF08A75757350E0123EAC8 (Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 * __this, String_t* ___key_0, int32_t ___importance_1, const RuntimeMethod* method) { { // key = key_; String_t* L_0 = ___key_0; __this->set_key_0(L_0); // importance = importance_; int32_t L_1 = ___importance_1; __this->set_importance_1(L_1); // parameters = null; __this->set_parameters_2((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)NULL); // } return; } } IL2CPP_EXTERN_C void Criterion__ctor_m4513BE47CA052ABF9DFF08A75757350E0123EAC8_AdjustorThunk (RuntimeObject * __this, String_t* ___key_0, int32_t ___importance_1, const RuntimeMethod* method) { int32_t _offset = 1; Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 * _thisAdjusted = reinterpret_cast(__this + _offset); Criterion__ctor_m4513BE47CA052ABF9DFF08A75757350E0123EAC8(_thisAdjusted, ___key_0, ___importance_1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Core_IsInitialized_m9D4BF9E9EA02826796994CCEB16369FF205115D6_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return IsPlatformInitialized; IL2CPP_RUNTIME_CLASS_INIT(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var); bool L_0 = ((Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_StaticFields*)il2cpp_codegen_static_fields_for(Core_tA1AC09A89698AE3A4EBD9BFF7F1F305F235452F4_il2cpp_TypeInfo_var))->get_IsPlatformInitialized_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkingPeer_set_ID_m1778A2666D9C305F4D35DF593626D5F0C337226F_inline (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public UInt64 ID { get; private set; } uint64_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NetworkingPeer_set_State_m2111B922C7ABC5A309AF6E375DA27F257ED01F5F_inline (NetworkingPeer_tBC5CC9ADD62E76151CB6F40C13279C12B5212F78 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public PeerConnectionState State { get; private set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PingResult_set_ID_mF198896BB8E0C1E23B74F439F12B179E5747D5A2_inline (PingResult_t02CE1D631A607C859757D6496AB1E41A39A72FA6 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public UInt64 ID { get; private set; } uint64_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Request_set_RequestID_mB248C21CEAB92CF7F595F0D95714EBA81847BBFF_inline (Request_t4230B702BE85249528B3E4E3C4E8FBA9E72FD8B2 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public ulong RequestID {get; set;} uint64_t L_0 = ___value0; __this->set_U3CRequestIDU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* StandalonePlatformSettings_get_OculusPlatformTestUserAccessToken_m14ED5FB11903CDC76E8B71BD88F67DF936CF6896_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t WindowsPlatform_getCallbackPointer_m4860BE4D0128494085BD8735119E83848740E232_inline (WindowsPlatform_t4B1984074C6B2E4AAEB4E1E5B9CA1E09CEB80BD2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return IntPtr.Zero; return (intptr_t)(0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Message_1_get_Data_m965B8E04244F3B3526637D10A79FD7002B07232A_gshared_inline (Message_1_t4B027D6C6D76865BBC8D625255864C7AE1F4AD0C * __this, const RuntimeMethod* method) { { // public T Data { get { return data; } } RuntimeObject * L_0 = (RuntimeObject *)__this->get_data_4(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeserializableList_1_get_NextUrl_m00A176EF859B931C348073F62FDCC7A56EC48D7E_gshared_inline (DeserializableList_1_tAFB1B110EDE95B59224368E51978899A3175BC3F * __this, const RuntimeMethod* method) { { // public string NextUrl { get { return _NextUrl; } } String_t* L_0 = (String_t*)__this->get__NextUrl_1(); return (String_t*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_gshared_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )__this->get_current_3(); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mCAD7B121DB998D7C56EB0281215A860EFE9DCD95_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } }