Searched refs:debug_string_options (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 2444 const DebugStringOptions& debug_string_options) const { in DebugStringWithOptions() 2450 debug_string_options); in DebugStringWithOptions() 2457 SourceLocationCommentPrinter comment_printer(this, "", debug_string_options); in DebugStringWithOptions() 2484 debug_string_options); in DebugStringWithOptions() 2495 enum_type(i)->DebugString(0, &contents, debug_string_options); in DebugStringWithOptions() 2510 message_type(i)->DebugString(0, &contents, debug_string_options, in DebugStringWithOptions() 2517 service(i)->DebugString(&contents, debug_string_options); in DebugStringWithOptions() 2529 extension(i)->DebugString(1, &contents, debug_string_options); in DebugStringWithOptions() 2551 const DebugStringOptions& debug_string_options, in DebugString() argument 2561 debug_string_options); in DebugString() [all …]
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2389 DebugStringOptions debug_string_options; in TEST_F() local 2390 debug_string_options.include_comments = true; in TEST_F() 2394 descriptor->DebugStringWithOptions(debug_string_options); in TEST_F()
|