Home
last modified time | relevance | path

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

/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp57 string repeated_comment = field.label() == FieldDescriptorProto::LABEL_REPEATED in write_field() local
62 text << indent << "// " << optional_comment << repeated_comment << proto_type << ' ' in write_field()
/frameworks/base/tools/streaming_proto/java/
Djava_proto_stream_code_generator.cpp124 string repeated_comment = in write_field() local
128 text << indent << "// " << optional_comment << repeated_comment << proto_type << ' ' in write_field()