Home
last modified time | relevance | path

Searched refs:prototypes_ (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc662 prototypes_(new PrototypeMap) {} in DynamicMessageFactory()
667 prototypes_(new PrototypeMap) {} in DynamicMessageFactory()
670 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin(); in ~DynamicMessageFactory()
671 iter != prototypes_->map_.end(); ++iter) { in ~DynamicMessageFactory()
690 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type]; in GetPrototypeNoLock()
Ddynamic_message.h137 std::unique_ptr<PrototypeMap> prototypes_; variable