Searched refs:fallback_database_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc367 // used when fallback_database_ == NULL.
372 // Not used when fallback_database_ == NULL.
376 // set of extensions numbers from fallback_database_.
845 fallback_database_(NULL),
855 fallback_database_(fallback_database),
865 fallback_database_(NULL),
1073 if (fallback_database_ != NULL &&
1076 if (fallback_database_->FindAllExtensionNumbers(extendee->full_name(),
1319 if (fallback_database_ == NULL) return false;
1324 if (!fallback_database_
[all...]
H A Ddescriptor.h1280 // fallback_database_. Declared const because it is called by (semantically)
1285 // If fallback_database_ is NULL, this is NULL. Otherwise, this is a mutex
1290 DescriptorDatabase* fallback_database_; member in class:google::protobuf::DescriptorPool
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc326 // used when fallback_database_ == NULL.
331 // Not used when fallback_database_ == NULL.
335 // set of extensions numbers from fallback_database_.
753 fallback_database_(NULL),
763 fallback_database_(fallback_database),
773 fallback_database_(NULL),
982 if (fallback_database_ != NULL &&
985 if (fallback_database_->FindAllExtensionNumbers(extendee->full_name(),
1228 if (fallback_database_ == NULL) return false;
1233 if (!fallback_database_
[all...]
H A Ddescriptor.h1145 // fallback_database_. Declared const because it is called by (semantically)
1150 // If fallback_database_ is NULL, this is NULL. Otherwise, this is a mutex
1155 DescriptorDatabase* fallback_database_; member in class:google::protobuf::DescriptorPool

Completed in 381 milliseconds