Searched refs:prototypes_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.h124 scoped_ptr<PrototypeMap> prototypes_; member in class:google::protobuf::DynamicMessageFactory
H A Ddynamic_message.cc451 prototypes_(new PrototypeMap) {
456 prototypes_(new PrototypeMap) {
460 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin();
461 iter != prototypes_->map_.end(); ++iter) {
478 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type];
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.h124 scoped_ptr<PrototypeMap> prototypes_; member in class:google::protobuf::DynamicMessageFactory
H A Ddynamic_message.cc438 prototypes_(new PrototypeMap) {
443 prototypes_(new PrototypeMap) {
447 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin();
448 iter != prototypes_->map_.end(); ++iter) {
465 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type];
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeduping_factory.h87 ExistingPrototypes prototypes_; member in class:extensions::DedupingFactory
128 PrototypeList& prototypes = prototypes_[instance_type];
174 prototypes_.clear();

Completed in 246 milliseconds