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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2174 // Adds an error indicating that undefined_symbol was not defined. Must
2180 const string& undefined_symbol);
2562 const string& undefined_symbol) {
2565 "\"" + undefined_symbol + "\" is not defined.");
2558 AddNotDefinedError( const string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const string& undefined_symbol) argument
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1876 // Adds an error indicating that undefined_symbol was not defined. Must
1882 const string& undefined_symbol);
2237 const string& undefined_symbol) {
2240 "\"" + undefined_symbol + "\" is not defined.");
2233 AddNotDefinedError( const string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const string& undefined_symbol) argument

Completed in 108 milliseconds