Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc2724 std::string formatted_options; in DebugString() local
2726 &formatted_options)) { in DebugString()
2729 contents->append(formatted_options); in DebugString()
2869 std::string formatted_options; in DebugString() local
2871 &formatted_options)) { in DebugString()
2872 strings::SubstituteAndAppend(contents, " [$0]", formatted_options); in DebugString()
2938 std::string formatted_options; in DebugString() local
2940 &formatted_options)) { in DebugString()
2941 strings::SubstituteAndAppend(contents, " {\n$0$1}\n", formatted_options, in DebugString()