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.cc2100 const DebugStringOptions& debug_string_options) const { in DebugStringWithOptions()
2106 this, path, "", debug_string_options); in DebugStringWithOptions()
2114 comment_printer(this, "", debug_string_options); in DebugStringWithOptions()
2141 this, path, "", debug_string_options); in DebugStringWithOptions()
2152 enum_type(i)->DebugString(0, &contents, debug_string_options); in DebugStringWithOptions()
2167 message_type(i)->DebugString(0, &contents, debug_string_options, in DebugStringWithOptions()
2174 service(i)->DebugString(&contents, debug_string_options); in DebugStringWithOptions()
2187 debug_string_options); in DebugStringWithOptions()
2210 debug_string_options, in DebugString() argument
2220 comment_printer(this, prefix, debug_string_options); in DebugString()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1943 DebugStringOptions debug_string_options; in TEST_F() local
1944 debug_string_options.include_comments = true; in TEST_F()
1948 descriptor->DebugStringWithOptions(debug_string_options); in TEST_F()