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

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_inl.h 170 : default_entry_(NULL) {}
181 default_entry_(NULL) {}
189 : default_entry_(down_cast<const EntryType*>(default_entry)) {}
200 default_entry_(down_cast<const EntryType*>(default_entry)) {}
414 GOOGLE_CHECK(default_entry_ != NULL);
416 down_cast<EntryType*>(default_entry_->New(MapFieldBase::arena_));
476 if (default_entry_ == NULL) {
479 default_entry_ = down_cast<const EntryType*>(
map_field.h 293 mutable const EntryType* default_entry_; member in class:google::protobuf::internal::MapField
316 const Message* default_entry_; member in class:google::protobuf::internal::DynamicMapField

Completed in 142 milliseconds