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

  /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...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 54 class DescriptorPoolDatabase;
312 class LIBPROTOBUF_EXPORT DescriptorPoolDatabase : public DescriptorDatabase {
314 DescriptorPoolDatabase(const DescriptorPool& pool);
315 ~DescriptorPoolDatabase();
330 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DescriptorPoolDatabase);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 54 class DescriptorPoolDatabase;
312 class LIBPROTOBUF_EXPORT DescriptorPoolDatabase : public DescriptorDatabase {
314 DescriptorPoolDatabase(const DescriptorPool& pool);
315 ~DescriptorPoolDatabase();
330 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DescriptorPoolDatabase);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 54 class DescriptorPoolDatabase;
312 class LIBPROTOBUF_EXPORT DescriptorPoolDatabase : public DescriptorDatabase {
314 DescriptorPoolDatabase(const DescriptorPool& pool);
315 ~DescriptorPoolDatabase();
330 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DescriptorPoolDatabase);
  /prebuilts/tools/darwin-x86_64/protoc/include/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);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 54 class DescriptorPoolDatabase;
312 class LIBPROTOBUF_EXPORT DescriptorPoolDatabase : public DescriptorDatabase {
314 DescriptorPoolDatabase(const DescriptorPool& pool);
315 ~DescriptorPoolDatabase();
330 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DescriptorPoolDatabase);

Completed in 262 milliseconds