Home
last modified time | relevance | path

Searched refs:PrototypeMap (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddynamic_message.h125 struct PrototypeMap;
126 scoped_ptr<PrototypeMap> prototypes_;
Ddynamic_message.cc517 struct DynamicMessageFactory::PrototypeMap { struct in google::protobuf::DynamicMessageFactory
524 prototypes_(new PrototypeMap) { in DynamicMessageFactory()
529 prototypes_(new PrototypeMap) { in DynamicMessageFactory()
533 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin(); in ~DynamicMessageFactory()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp691 typedef std::map<std::string, std::unique_ptr<PrototypeAST>> PrototypeMap; typedef in SessionContext
696 PrototypeMap Prototypes;
704 PrototypeMap::iterator I = Prototypes.find(Name); in getPrototypeAST()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp691 typedef std::map<std::string, std::unique_ptr<PrototypeAST>> PrototypeMap; typedef in SessionContext
696 PrototypeMap Prototypes;
704 PrototypeMap::iterator I = Prototypes.find(Name); in getPrototypeAST()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp691 typedef std::map<std::string, std::unique_ptr<PrototypeAST>> PrototypeMap; typedef in SessionContext
696 PrototypeMap Prototypes;
704 PrototypeMap::iterator I = Prototypes.find(Name); in getPrototypeAST()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp692 typedef std::map<std::string, std::unique_ptr<PrototypeAST>> PrototypeMap; typedef in SessionContext
697 PrototypeMap Prototypes;
705 PrototypeMap::iterator I = Prototypes.find(Name); in getPrototypeAST()