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

  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 317 TEST_P(DescriptorDatabaseTest, FindFileContainingExtension) {
340 EXPECT_TRUE(database_->FindFileContainingExtension("Foo", 5, &file));
346 EXPECT_TRUE(database_->FindFileContainingExtension("Foo", 32, &file));
353 EXPECT_TRUE(database_->FindFileContainingExtension("corge.Bar", 70, &file));
361 EXPECT_FALSE(database_->FindFileContainingExtension("Bar", 56, &file));
363 database_->FindFileContainingExtension("corge.Bar", 56, &file));
369 EXPECT_FALSE(database_->FindFileContainingExtension("Foo", 12, &file));
376 database_->FindFileContainingExtension("NoSuchType", 5, &file));
382 EXPECT_FALSE(database_->FindFileContainingExtension("Bar", 70, &file));
650 TEST_F(MergedDescriptorDatabaseTest, FindFileContainingExtension) {
    [all...]
descriptor_database.h 85 virtual bool FindFileContainingExtension(const string& containing_type,
93 // FindFileContainingExtension will return true on all of the found
118 // FindFileContainingExtension() is mostly-implemented. It works if and only
123 // extending. Therefore, calling FindFileContainingExtension() with the
149 bool FindFileContainingExtension(const string& containing_type,
266 // The same caveats regarding FindFileContainingExtension() apply as with
294 bool FindFileContainingExtension(const string& containing_type,
323 bool FindFileContainingExtension(const string& containing_type,
352 bool FindFileContainingExtension(const string& containing_type,
descriptor_database.cc 279 bool SimpleDescriptorDatabase::FindFileContainingExtension(
370 bool EncodedDescriptorDatabase::FindFileContainingExtension(
417 bool DescriptorPoolDatabase::FindFileContainingExtension(
495 bool MergedDescriptorDatabase::FindFileContainingExtension(
500 if (sources_[i]->FindFileContainingExtension(
descriptor_unittest.cc     [all...]
descriptor.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 85 virtual bool FindFileContainingExtension(const string& containing_type,
93 // FindFileContainingExtension will return true on all of the found
117 // FindFileContainingExtension() is mostly-implemented. It works if and only
122 // extending. Therefore, calling FindFileContainingExtension() with the
148 bool FindFileContainingExtension(const string& containing_type,
265 // The same caveats regarding FindFileContainingExtension() apply as with
293 bool FindFileContainingExtension(const string& containing_type,
322 bool FindFileContainingExtension(const string& containing_type,
351 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 85 virtual bool FindFileContainingExtension(const string& containing_type,
93 // FindFileContainingExtension will return true on all of the found
117 // FindFileContainingExtension() is mostly-implemented. It works if and only
122 // extending. Therefore, calling FindFileContainingExtension() with the
148 bool FindFileContainingExtension(const string& containing_type,
265 // The same caveats regarding FindFileContainingExtension() apply as with
293 bool FindFileContainingExtension(const string& containing_type,
322 bool FindFileContainingExtension(const string& containing_type,
351 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 85 virtual bool FindFileContainingExtension(const string& containing_type,
93 // FindFileContainingExtension will return true on all of the found
117 // FindFileContainingExtension() is mostly-implemented. It works if and only
122 // extending. Therefore, calling FindFileContainingExtension() with the
148 bool FindFileContainingExtension(const string& containing_type,
265 // The same caveats regarding FindFileContainingExtension() apply as with
293 bool FindFileContainingExtension(const string& containing_type,
322 bool FindFileContainingExtension(const string& containing_type,
351 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 85 virtual bool FindFileContainingExtension(const string& containing_type,
93 // FindFileContainingExtension will return true on all of the found
118 // FindFileContainingExtension() is mostly-implemented. It works if and only
123 // extending. Therefore, calling FindFileContainingExtension() with the
149 bool FindFileContainingExtension(const string& containing_type,
266 // The same caveats regarding FindFileContainingExtension() apply as with
294 bool FindFileContainingExtension(const string& containing_type,
323 bool FindFileContainingExtension(const string& containing_type,
352 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 85 virtual bool FindFileContainingExtension(const string& containing_type,
93 // FindFileContainingExtension will return true on all of the found
117 // FindFileContainingExtension() is mostly-implemented. It works if and only
122 // extending. Therefore, calling FindFileContainingExtension() with the
148 bool FindFileContainingExtension(const string& containing_type,
265 // The same caveats regarding FindFileContainingExtension() apply as with
293 bool FindFileContainingExtension(const string& containing_type,
322 bool FindFileContainingExtension(const string& containing_type,
351 bool FindFileContainingExtension(const string& containing_type,
  /external/protobuf/src/google/protobuf/compiler/
importer.h 75 // FindFileContainingExtension(); these will always return false.
102 bool FindFileContainingExtension(const string& containing_type,
importer.cc 157 bool SourceTreeDescriptorDatabase::FindFileContainingExtension(
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 75 // FindFileContainingExtension(); these will always return false.
102 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 75 // FindFileContainingExtension(); these will always return false.
102 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h 75 // FindFileContainingExtension(); these will always return false.
102 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h 75 // FindFileContainingExtension(); these will always return false.
102 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h 75 // FindFileContainingExtension(); these will always return false.
102 bool FindFileContainingExtension(const string& containing_type,

Completed in 414 milliseconds