Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.h150 util::StatusOr<uint32> RenderList(const google::protobuf::Field* field,
Dprotostream_objectsource.cc216 ASSIGN_OR_RETURN(tag, RenderList(field, field_name, tag, ow)); in WriteMessage()
230 StatusOr<uint32> ProtoStreamObjectSource::RenderList( in RenderList() function in google::protobuf::util::converter::ProtoStreamObjectSource
559 ASSIGN_OR_RETURN(tag, os->RenderList(field, field_name, tag, ow)); in RenderStructListValue()