Searched refs:MaybeParse (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc331 return MaybeParse(index_.FindFile(filename), output);
337 return MaybeParse(index_.FindSymbol(symbol_name), output);
373 return MaybeParse(index_.FindExtension(containing_type, field_number),
383 bool EncodedDescriptorDatabase::MaybeParse( function in class:google::protobuf::EncodedDescriptorDatabase
H A Ddescriptor_database.h305 bool MaybeParse(pair<const void*, int> encoded_file,
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc331 return MaybeParse(index_.FindFile(filename), output);
337 return MaybeParse(index_.FindSymbol(symbol_name), output);
373 return MaybeParse(index_.FindExtension(containing_type, field_number),
383 bool EncodedDescriptorDatabase::MaybeParse( function in class:google::protobuf::EncodedDescriptorDatabase
H A Ddescriptor_database.h304 bool MaybeParse(pair<const void*, int> encoded_file,

Completed in 1530 milliseconds