Home
last modified time | relevance | path

Searched defs:PrototypeMap (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc517 struct DynamicMessageFactory::PrototypeMap { struct in google::protobuf::DynamicMessageFactory
518 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
519 Map map_;
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp691 typedef std::map<std::string, std::unique_ptr<PrototypeAST>> PrototypeMap; typedef in SessionContext
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp691 typedef std::map<std::string, std::unique_ptr<PrototypeAST>> PrototypeMap; typedef in SessionContext
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp691 typedef std::map<std::string, std::unique_ptr<PrototypeAST>> PrototypeMap; typedef in SessionContext
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp692 typedef std::map<std::string, std::unique_ptr<PrototypeAST>> PrototypeMap; typedef in SessionContext