Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc804 pool->underlay_->tables_->FindByNameHelper(pool->underlay_, name); in FindByNameHelper()
882 tables_.get()); in FindEnumValueByNumberCreatingIfUnknown()
1048 tables_(new Tables), in DescriptorPool()
1059 tables_(new Tables), in DescriptorPool()
1070 tables_(new Tables), in DescriptorPool()
1096 return tables_->FindFile(filename) != NULL; in InternalIsFileLoaded()
1176 tables_->known_bad_symbols_.clear(); in FindFileByName()
1177 tables_->known_bad_files_.clear(); in FindFileByName()
1178 const FileDescriptor* result = tables_->FindFile(name); in FindFileByName()
1185 result = tables_->FindFile(name); in FindFileByName()
[all …]
Ddescriptor.h1317 const FileDescriptorTables* tables_; variable
1626 google::protobuf::scoped_ptr<Tables> tables_; variable