Home
last modified time | relevance | path

Searched refs:ObjMap (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/vavoom/vavoom-1.33/source/
H A Dnet_channel_object_map.cpp104 if (CurrName == Connection->ObjMap->NameLookup.Num() && in Update()
105 CurrClass == Connection->ObjMap->ClassLookup.Num()) in Update()
184 Connection->ObjMap->SerialiseName(Msg, Name); in Update()
208 Connection->ObjMap->NameLookup.SetNum(NumNames); in ParsePacket()
211 Connection->ObjMap->ClassLookup.SetNum(NumClasses); in ParsePacket()
212 Connection->ObjMap->ClassLookup[0] = NULL; in ParsePacket()
223 Connection->ObjMap->NameLookup[CurrName] = Name; in ParsePacket()
226 Connection->ObjMap->NameMap.Append(-1); in ParsePacket()
236 Connection->ObjMap->SerialiseName(Msg, Name); in ParsePacket()
239 Connection->ObjMap->ClassLookup[CurrClass] = C; in ParsePacket()
[all …]
H A Dnet_channel.cpp318 VField::NetSerialiseValue(Msg, Connection->ObjMap, in SendRpc()
323 VField::NetSerialiseValue(Msg, Connection->ObjMap, in SendRpc()
332 VField::NetSerialiseValue(Msg, Connection->ObjMap, in SendRpc()
342 VField::NetSerialiseValue(Msg, Connection->ObjMap, in SendRpc()
398 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ReadRpc()
403 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ReadRpc()
409 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ReadRpc()
417 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ReadRpc()
424 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ReadRpc()
H A Dnet_channel_thinker.cpp205 Connection->ObjMap->SerialiseClass(Msg, TmpClass); in Update()
267 !Connection->ObjMap->CanSerialiseObject(*(VObject**)Val)) in Update()
279 if (VField::NetSerialiseValue(Msg, Connection->ObjMap, Val, in Update()
291 !Connection->ObjMap->CanSerialiseObject(*(VObject**)FieldValue)) in Update()
302 if (VField::NetSerialiseValue(Msg, Connection->ObjMap, FieldValue, in Update()
339 Connection->ObjMap->SerialiseClass(Msg, C); in ParsePacket()
381 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ParsePacket()
387 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ParsePacket()
H A Dnet_channel_player.cpp186 if (VField::NetSerialiseValue(Msg, Connection->ObjMap, in Update()
197 if (VField::NetSerialiseValue(Msg, Connection->ObjMap, in Update()
241 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ParsePacket()
246 VField::NetSerialiseValue(Msg, Connection->ObjMap, in ParsePacket()
H A Dnet_connection.cpp81 ObjMap = new VNetObjectsMap(this); in VNetConnection()
122 if (ObjMap) in ~VNetConnection()
124 delete ObjMap; in ~VNetConnection()
125 ObjMap = NULL; in ~VNetConnection()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon6c6eecbb0111::TestObjectCache
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon0d2f0cd50111::TestObjectCache
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon588e71260111::TestObjectCache
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon9ffe99d30111::TestObjectCache
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon14731da50111::TestObjectCache
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon7c3b6b930111::TestObjectCache
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon53238c680111::TestObjectCache
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anonc239d3960111::TestObjectCache
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon9dc731390111::TestObjectCache
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anone5121cbb0111::TestObjectCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon2298f3460111::TestObjectCache
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon1a0abdf30111::TestObjectCache
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp30 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
33 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
57 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
58 if (it == ObjMap.end()) in getObjectInternal()
73 StringMap<const MemoryBuffer *> ObjMap; member in __anon0f0af8910111::TestObjectCache
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon08e80f490111::TestObjectCache
/dports/devel/llvm70/llvm-7.0.1.src/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp30 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
33 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
57 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
58 if (it == ObjMap.end()) in getObjectInternal()
73 StringMap<const MemoryBuffer *> ObjMap; member in __anon7e17574f0111::TestObjectCache
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
57 if (it == ObjMap.end()) in getObjectInternal()
72 StringMap<const MemoryBuffer *> ObjMap; member in __anon5bbe09270111::TestObjectCache
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dscript.h51 typedef Common::HashMap<uint32, Object> ObjMap; typedef
95 ObjMap _objects; /**< Table for objects, contains property variables */
127 ObjMap &getObjectMap() { return _objects; } in getObjectMap()
128 const ObjMap &getObjectMap() const { return _objects; } in getObjectMap()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dscript.h51 typedef Common::HashMap<uint32, Object> ObjMap; typedef
95 ObjMap _objects; /**< Table for objects, contains property variables */
127 ObjMap &getObjectMap() { return _objects; } in getObjectMap()
128 const ObjMap &getObjectMap() const { return _objects; } in getObjectMap()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/jsutils/
H A DpromiseForObject.mjs4 * This function transforms a JS object `ObjMap<Promise<T>>` into
5 * a `Promise<ObjMap<T>>`
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/image/
H A Dpdftoepdf.w181 // AVL sort ObjMap into ObjMapTree by object number and generation
183 // keep the ObjMap struct small, as these are accumulated until the end
185 struct ObjMap {
192 const Ref *a = &(((const ObjMap *) pa)->in);
193 const Ref *b = &(((const ObjMap *) pb)->in);
205 static ObjMap *findObjMap(PdfDocument * pdf_doc, Ref in)
207 ObjMap *obj_map, tmp;
212 obj_map = (ObjMap *) avl_find(pdf_doc->ObjMapTree, &tmp);
218 ObjMap *obj_map = NULL;
222 obj_map = new ObjMap;
[all …]

12