Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h156 bool include_comments; member
162 : include_comments(false), in DebugStringOptions()
Ddescriptor.cc2038 have_source_loc_ = options.include_comments && in SourceLocationCommentPrinter()
2048 have_source_loc_ = options.include_comments && in SourceLocationCommentPrinter()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1944 debug_string_options.include_comments = true; in TEST_F()