HomeSort by relevance Sort by last modified time
    Searched refs:PrototypeMap (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
dynamic_message.h 123 struct PrototypeMap;
124 scoped_ptr<PrototypeMap> prototypes_;
dynamic_message.cc 431 struct DynamicMessageFactory::PrototypeMap {
438 prototypes_(new PrototypeMap) {
443 prototypes_(new PrototypeMap) {
447 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin();

Completed in 27 milliseconds