Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc2422 const DebugStringOptions& debug_string_options) const { in DebugStringWithOptions()
2428 debug_string_options); in DebugStringWithOptions()
2435 SourceLocationCommentPrinter comment_printer(this, "", debug_string_options); in DebugStringWithOptions()
2462 debug_string_options); in DebugStringWithOptions()
2473 enum_type(i)->DebugString(0, &contents, debug_string_options); in DebugStringWithOptions()
2488 message_type(i)->DebugString(0, &contents, debug_string_options, in DebugStringWithOptions()
2495 service(i)->DebugString(&contents, debug_string_options); in DebugStringWithOptions()
2508 debug_string_options); in DebugStringWithOptions()
2530 const DebugStringOptions& debug_string_options, in DebugString() argument
2540 debug_string_options); in DebugString()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2366 DebugStringOptions debug_string_options; in TEST_F() local
2367 debug_string_options.include_comments = true; in TEST_F()
2371 descriptor->DebugStringWithOptions(debug_string_options); in TEST_F()