Searched refs:FormatLineOptions (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 1793 bool FormatLineOptions(int depth, const Message &options, string *output) { in FormatLineOptions() function 1834 if (FormatLineOptions(0, options(), &contents)) { in DebugString() 1893 FormatLineOptions(depth, options(), contents); in DebugString() 2053 FormatLineOptions(depth, options(), contents); in DebugString() 2088 FormatLineOptions(1, options(), contents); in DebugString() 2112 if (FormatLineOptions(depth, options(), &formatted_options)) { in DebugString()
|