Searched refs:PrototypeMap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.h123 struct PrototypeMap;
124 scoped_ptr<PrototypeMap> prototypes_;
H A Ddynamic_message.cc444 struct DynamicMessageFactory::PrototypeMap { struct in class:google::protobuf::DynamicMessageFactory
451 prototypes_(new PrototypeMap) {
456 prototypes_(new PrototypeMap) {
460 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin();
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.h123 struct PrototypeMap;
124 scoped_ptr<PrototypeMap> prototypes_;
H A Ddynamic_message.cc431 struct DynamicMessageFactory::PrototypeMap { struct in class:google::protobuf::DynamicMessageFactory
438 prototypes_(new PrototypeMap) {
443 prototypes_(new PrototypeMap) {
447 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin();

Completed in 60 milliseconds