Home
last modified time | relevance | path

Searched refs:ProtoMap (Results 1 – 14 of 14) sorted by relevance

/dports/databases/galera/galera-release_25.3.35/gcomm/src/
H A Dgmcast.cpp20 using gcomm::gmcast::ProtoMap;
106 proto_map_ (new ProtoMap()), in GMCast()
380 for (ProtoMap::iterator in close()
383 delete ProtoMap::value(i); in close()
482 Proto* p(ProtoMap::value(i)); in erase_proto()
597 ProtoMap::iterator pi, pi_next; in gmcast_forget()
732 ProtoMap::iterator j, j_next; in handle_established()
737 Proto* p(ProtoMap::value(j)); in handle_established()
793 Proto* p(ProtoMap::value(i)); in handle_failed()
874 ProtoMap::iterator i, i_next; in update_addresses()
[all …]
H A Dgmcast_proto.hpp21 class ProtoMap;
194 class gcomm::gmcast::ProtoMap : public Map<const SocketId, Proto*> { }; class in gcomm::gmcast
H A Dgmcast.hpp197 gmcast::ProtoMap* proto_map_;
269 void erase_proto(gmcast::ProtoMap::iterator);
/dports/databases/galera26/galera-release_26.4.10/gcomm/src/
H A Dgmcast.cpp20 using gcomm::gmcast::ProtoMap;
114 proto_map_ (new ProtoMap()), in GMCast()
385 for (ProtoMap::iterator in close()
388 delete ProtoMap::value(i); in close()
487 Proto* p(ProtoMap::value(i)); in erase_proto()
602 ProtoMap::iterator pi, pi_next; in gmcast_forget()
737 ProtoMap::iterator j, j_next; in handle_established()
742 Proto* p(ProtoMap::value(j)); in handle_established()
798 Proto* p(ProtoMap::value(i)); in handle_failed()
879 ProtoMap::iterator i, i_next; in update_addresses()
[all …]
H A Dgmcast_proto.hpp21 class ProtoMap;
194 class gcomm::gmcast::ProtoMap : public Map<const SocketId, Proto*> { }; class in gcomm::gmcast
H A Dgmcast.hpp208 gmcast::ProtoMap* proto_map_;
280 void erase_proto(gmcast::ProtoMap::iterator);
/dports/graphics/wdune/wdune-1.926/src/
H A DSceneProtoMap.h30 static void createProtoMap(ProtoMap *protoMap, Scene *scene,
32 static void updateProtoMap(ProtoMap *protoMap, Scene *scene);
33 static void addOrReplace(ProtoMap *protos, const char *string,
H A DProtoMap.h29 typedef Map<MyString, Proto *> ProtoMap; typedef
H A DSceneProtoMap.cpp362 SceneProtoMap::addOrReplace(ProtoMap *protos, const char *string, in addOrReplace()
370 ProtoMap::Chain::Iterator *j; in addOrReplace()
380 SceneProtoMap::createProtoMap(ProtoMap *protos, Scene *scene, bool add) in createProtoMap()
880 SceneProtoMap::updateProtoMap(ProtoMap* protos, Scene *scene) in updateProtoMap()
883 ProtoMap::Chain::Iterator *j; in updateProtoMap()
H A DScene.cpp423 ProtoMap::Chain::Iterator *j; in ~Scene()
708 ProtoMap::Chain::Iterator *j; in scanForExternProtos()
1342 ProtoMap::Chain::Iterator *j; in write()
2444 ProtoMap::Chain::Iterator *j; in writeCDeclaration()
3402 ProtoMap::Chain::Iterator *j; in writeCTreeCallback()
3669 ProtoMap::Chain::Iterator *j; in getExtensionProto()
5206 ProtoMap::Chain::Iterator *j; in createNode()
6268 ProtoMap::Chain::Iterator *j; in getAllNodeNames()
6623 ProtoMap::Chain::Iterator *j; in convertProtos2X3d()
6631 ProtoMap::Chain::Iterator *j; in convertProtos2Vrml()
[all …]
H A DScene.cpp,v448 ProtoMap::Chain::Iterator *j;
733 ProtoMap::Chain::Iterator *j;
1367 ProtoMap::Chain::Iterator *j;
2469 ProtoMap::Chain::Iterator *j;
3427 ProtoMap::Chain::Iterator *j;
3694 ProtoMap::Chain::Iterator *j;
5234 ProtoMap::Chain::Iterator *j;
6299 ProtoMap::Chain::Iterator *j;
6654 ProtoMap::Chain::Iterator *j;
6662 ProtoMap::Chain::Iterator *j;
[all …]
H A DScene.h955 ProtoMap m_protos;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/query_tiles/internal/
H A Dtile_store_unittest.cc29 using ProtoMap = std::map<std::string, TileGroupProto>; typedef in query_tiles::__anonb757af980111::TileStoreTest
97 ProtoMap db_entries_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/video_tutorials/internal/
H A Dtutorial_store_unittest.cc28 using ProtoMap = std::map<std::string, TutorialGroupProto>; typedef in video_tutorials::TutorialStoreTest
119 ProtoMap db_entries_;