OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DescriptorPoolDatabase
(Results
1 - 7
of
7
) sorted by null
/external/grpc-grpc/test/cpp/util/
config_grpc_cli.h
33
::google::protobuf::
DescriptorPoolDatabase
56
typedef GRPC_CUSTOM_DESCRIPTORPOOLDATABASE
DescriptorPoolDatabase
;
proto_file_parser.h
88
std::unique_ptr<protobuf::
DescriptorPoolDatabase
> file_db_;
proto_file_parser.cc
98
file_db_.reset(new protobuf::
DescriptorPoolDatabase
(*importer_->pool()));
/external/protobuf/src/google/protobuf/
descriptor_database.h
54
class
DescriptorPoolDatabase
;
313
class LIBPROTOBUF_EXPORT
DescriptorPoolDatabase
: public DescriptorDatabase {
315
explicit
DescriptorPoolDatabase
(const DescriptorPool& pool);
316
~
DescriptorPoolDatabase
();
331
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
DescriptorPoolDatabase
);
descriptor_database.cc
392
DescriptorPoolDatabase
::
DescriptorPoolDatabase
(const DescriptorPool& pool)
394
DescriptorPoolDatabase
::~
DescriptorPoolDatabase
() {}
396
bool
DescriptorPoolDatabase
::FindFileByName(
406
bool
DescriptorPoolDatabase
::FindFileContainingSymbol(
416
bool
DescriptorPoolDatabase
::FindFileContainingExtension(
432
bool
DescriptorPoolDatabase
::FindAllExtensionNumbers(
descriptor_database_unittest.cc
81
//
DescriptorPoolDatabase
call for very similar tests. Instead of writing
140
// Specialization for
DescriptorPoolDatabase
.
159
DescriptorPoolDatabase
database_;
descriptor_unittest.cc
[
all
...]
Completed in 130 milliseconds