OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optional_comment
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/streaming_proto/cpp/
main.cpp
55
string
optional_comment
= field.label() == FieldDescriptorProto::LABEL_OPTIONAL
local
62
text << indent << "// " <<
optional_comment
<< repeated_comment << proto_type << ' '
/frameworks/base/tools/streaming_proto/java/
main.cpp
95
string
optional_comment
= field.label() == FieldDescriptorProto::LABEL_OPTIONAL
local
102
text << indent << "// " <<
optional_comment
<< repeated_comment << proto_type << ' '
Completed in 1074 milliseconds