Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc615 prototypes_(new PrototypeMap) { in DynamicMessageFactory()
620 prototypes_(new PrototypeMap) { in DynamicMessageFactory()
624 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin(); in ~DynamicMessageFactory()
625 iter != prototypes_->map_.end(); ++iter) { in ~DynamicMessageFactory()
645 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type]; in GetPrototypeNoLock()
Ddynamic_message.h130 google::protobuf::scoped_ptr<PrototypeMap> prototypes_; variable