Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h165 bool include_comments; member
171 : include_comments(false), in DebugStringOptions()
Ddescriptor.cc2361 options.include_comments && desc->GetSourceLocation(&source_loc_); in SourceLocationCommentPrinter()
2371 options.include_comments && file->GetSourceLocation(path, &source_loc_); in SourceLocationCommentPrinter()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2367 debug_string_options.include_comments = true; in TEST_F()