Home
last modified time | relevance | path

Searched refs:debug_msg_name (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3423 const std::string& debug_msg_name,
6536 std::string debug_msg_name = ""; in InterpretSingleOption() local
6543 if (debug_msg_name.size() > 0) { in InterpretSingleOption()
6544 debug_msg_name += "."; in InterpretSingleOption()
6547 debug_msg_name += "(" + name_part + ")"; in InterpretSingleOption()
6563 debug_msg_name += name_part; in InterpretSingleOption()
6577 "Option \"" + debug_msg_name + "\" is resolved to \"(" + in InterpretSingleOption()
6581 debug_msg_name.substr(1) + in InterpretSingleOption()
6585 "Option \"" + debug_msg_name + in InterpretSingleOption()
6602 return AddNameError("Option field \"" + debug_msg_name + in InterpretSingleOption()
[all …]