Home
last modified time | relevance | path

Searched refs:optional_comment (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp55 string optional_comment = field.label() == FieldDescriptorProto::LABEL_OPTIONAL in write_field() local
62 text << indent << "// " << optional_comment << repeated_comment << proto_type << ' ' in write_field()
/frameworks/base/tools/streaming_proto/java/
Dmain.cpp95 string optional_comment = field.label() == FieldDescriptorProto::LABEL_OPTIONAL in write_field() local
102 text << indent << "// " << optional_comment << repeated_comment << proto_type << ' ' in write_field()