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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 270 return MaybeCopy(index_.FindFile(filename), output);
276 return MaybeCopy(index_.FindSymbol(symbol_name), output);
283 return MaybeCopy(index_.FindExtension(containing_type, field_number), output);
292 bool SimpleDescriptorDatabase::MaybeCopy(const FileDescriptorProto* file,
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 270 return MaybeCopy(index_.FindFile(filename), output);
276 return MaybeCopy(index_.FindSymbol(symbol_name), output);
283 return MaybeCopy(index_.FindExtension(containing_type, field_number), output);
292 bool SimpleDescriptorDatabase::MaybeCopy(const FileDescriptorProto* file,

Completed in 41 milliseconds