Home
last modified time | relevance | path

Searched defs:entity_ptr (Results 1 – 13 of 13) sorted by relevance

/dports/misc/dartsim/dart-6.11.1/unittests/unit/
H A Dtest_Subscriptions.cpp44 sub_ptr<Detachable> entity_ptr = new SimpleFrame(Frame::World(), "entity"); in TEST() local
67 sub_ptr<Entity> entity_ptr = new SimpleFrame(Frame::World(), "entity"); in TEST() local
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/meta/tests/
H A Dtest_entityvector.cpp49 const Entity* entity_ptr = entity.get(); in TEST_SUITE() local
89 Entity* entity_ptr = entity.get(); in TEST_SUITE() local
103 Entity* entity_ptr = entity.get(); in TEST_SUITE() local
151 Entity* entity_ptr = entity.get(); in TEST_SUITE() local
H A Dtest_entitymap.cpp48 const Entity* entity_ptr = entity.get(); in TEST_SUITE() local
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dentity_fwd.hpp8 typedef boost::intrusive_ptr<entity> entity_ptr; typedef
H A Dentity.hpp210 virtual void map_entities(const std::map<entity_ptr, entity_ptr>& m) {} in map_entities()
H A Dcustom_object.cpp4103 bool map_variant_entities(variant& v, const std::map<entity_ptr, entity_ptr>& m) in map_variant_entities()
4141 void do_map_entity(entity_ptr& e, const std::map<entity_ptr, entity_ptr>& m) in do_map_entity()
4152 void custom_object::map_entities(const std::map<entity_ptr, entity_ptr>& m) in map_entities()
/dports/finance/libofx/libofx-0.10.2/lib/
H A Dmessages.cpp27 SGMLApplication::OpenEntityPtr entity_ptr; /**< Global for determining the line number in OpenSP */ variable
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/entity/
H A Dentitymap.cpp273 Entity* entity_ptr = entity.release(); in insert() local
295 Entity* entity_ptr = it->second; in remove() local
H A Dentityvector.cpp278 Entity* entity_ptr = entity.release(); in insert() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/model_impl/
H A Dprocessor_entity_tracker.cc73 ProcessorEntity* entity_ptr = entity.get(); in Add() local
H A Dclient_tag_based_model_type_processor.cc1006 ProcessorEntity* entity_ptr = entity_tracker_->Add(storage_key, data); in CreateEntity() local
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Dprojectbuilder.h132 Entity* entity_ptr = entity.get(); in insert_entity() local
/dports/multimedia/snapcast/snapcast-0.25.0/server/
H A Djsonrpcpp.hpp45 using entity_ptr = std::shared_ptr<Entity>; typedef