HomeSort by relevance Sort by last modified time
    Searched defs:FindFileByName (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
importer.cc 122 bool SourceTreeDescriptorDatabase::FindFileByName(
195 return pool_.FindFileByName(filename);
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 267 bool SimpleDescriptorDatabase::FindFileByName(
328 bool EncodedDescriptorDatabase::FindFileByName(
396 bool DescriptorPoolDatabase::FindFileByName(
399 const FileDescriptor* file = pool_.FindFileByName(filename);
461 bool MergedDescriptorDatabase::FindFileByName(
465 if (sources_[i]->FindFileByName(filename, output)) {
483 if (sources_[j]->FindFileByName(output->name(), &temp)) {
507 if (sources_[j]->FindFileByName(output->name(), &temp)) {
descriptor_unittest.cc     [all...]
descriptor.cc 870 const FileDescriptor* DescriptorPool::FindFileByName(const string& name) const {
875 const FileDescriptor* result = underlay_->FindFileByName(name);
    [all...]

Completed in 469 milliseconds