Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.h301 ProtoWriter* StartListField(const google::protobuf::Field& field,
Dproto_writer.cc527 return StartListField(*field, *type); in StartList()
590 ProtoWriter* ProtoWriter::StartListField(const google::protobuf::Field& field, in StartListField() function in google::protobuf::util::converter::ProtoWriter