Home
last modified time | relevance | path

Searched defs:EntityData (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/model/
H A Dentity_data.h23 struct EntityData { struct
29 EntityData& operator=(EntityData&&); argument
34 std::string id;
40 ClientTagHash client_tag_hash;
45 std::string originator_cache_guid;
50 std::string originator_client_item_id;
56 std::string server_defined_unique_tag;
59 std::string name;
85 // True if EntityData represents deleted entity; otherwise false. argument
97 DISALLOW_ASSIGN(EntityData); argument
H A Dentity_data.cc33 EntityData::EntityData(EntityData&& other) in EntityData() function in syncer::EntityData
/dports/comms/klog/klog-1.8.5/src/
H A Dklogdefinitions.h40 struct EntityData { // Used to pass a list of data from World to dxccstatuswidget struct
41 int dxcc;
42 QString mainprefix;
43 QString name;
44 QString isoname;
H A Dklogdefinitions.cpp37 struct EntityData { // Used to pass a list of data from World to dxccstatuswidget struct
38 int dxcc;
39 QString mainprefix;
40 QString name;
41 QString isoname;
/dports/net/traefik/traefik-2.6.1/vendor/github.com/instana/go-sensor/
H A Dmeter.go23 type EntityData acceptor.GoProcessData type
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpRangeManager.cpp212 struct EntityData struct
214 EntityData() : in EntityData() function
235 cassert(sizeof(EntityData) == 24); argument
/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Duri_resolver.cpp108 EntityData::EntityData(EntityData::Kind aKind) in EntityData() function in zorba::internal::EntityData
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/HttpBootDxe/
H A DHttpBootClient.c647 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootFreeCache() local
741 HTTP_BOOT_ENTITY_DATA *EntityData; in HttpBootGetFileFromCache() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/jobs/
H A Dpickboundingvolumeutils.cpp734 struct EntityData { in collectHits() struct
735 Entity* entity; in collectHits()
736 bool hasObjectPicker; in collectHits()
737 int priority; in collectHits()
/dports/devel/atlas-devel/Atlas-C++-0.6.4/benchmark/
H A DSmartPtr_Move.cpp129 class EntityData : public ObjectData { class
131 EntityData() : loc(NULL) { type = ENTITY_DATA; } in EntityData() function in EntityData
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DEntityData.cpp382 EntityData::EntityData() : in EntityData() function in Solarus::EntityData
390 EntityData::EntityData(EntityType type) : in EntityData() function in Solarus::EntityData
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtmlprospectivetokenizer.h79 EntityData, enumerator
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/entities/
H A Dentity_model.cpp53 using EntityData = Solarus::EntityData; typedef
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/entities/
H A Dentity.h874 EntityData() {} in EntityData() function
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/entities/
H A Dentity.h886 EntityData() {} in EntityData() function
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/lua/
H A DLuaContext.h69 class EntityData; variable