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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2383 const FieldDescriptor* innermost_field, const string& debug_msg_name,
4349 // name in |debug_msg_name|, for use in error messages.
4353 string debug_msg_name = ""; local
4357 if (debug_msg_name.size() > 0) {
4358 debug_msg_name += ".";
4361 debug_msg_name += "(" + name_part + ")";
4377 debug_msg_name += name_part;
4389 return AddNameError("Option \"" + debug_msg_name + "\" unknown.");
4404 return AddNameError("Option field \"" + debug_msg_name +
4409 return AddNameError("Option field \"" + debug_msg_name
4498 ExamineIfOptionIsSet( vector<const FieldDescriptor*>::const_iterator intermediate_fields_iter, vector<const FieldDescriptor*>::const_iterator intermediate_fields_end, const FieldDescriptor* innermost_field, const string& debug_msg_name, const UnknownFieldSet& unknown_fields) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2077 const FieldDescriptor* innermost_field, const string& debug_msg_name,
3900 // name in |debug_msg_name|, for use in error messages.
3904 string debug_msg_name = ""; local
3908 if (debug_msg_name.size() > 0) {
3909 debug_msg_name += ".";
3912 debug_msg_name += "(" + name_part + ")";
3928 debug_msg_name += name_part;
3940 return AddNameError("Option \"" + debug_msg_name + "\" unknown.");
3955 return AddNameError("Option field \"" + debug_msg_name +
3960 return AddNameError("Option field \"" + debug_msg_name
4052 ExamineIfOptionIsSet( vector<const FieldDescriptor*>::const_iterator intermediate_fields_iter, vector<const FieldDescriptor*>::const_iterator intermediate_fields_end, const FieldDescriptor* innermost_field, const string& debug_msg_name, const UnknownFieldSet& unknown_fields) argument
[all...]

Completed in 82 milliseconds