Searched defs:MaybeCopy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc270 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, function in class:google::protobuf::SimpleDescriptorDatabase
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc270 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, function in class:google::protobuf::SimpleDescriptorDatabase

Completed in 141 milliseconds