Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.h151 util::StatusOr<uint32> RenderList(const google::protobuf::Field* field,
Dprotostream_objectsource.cc220 ASSIGN_OR_RETURN(tag, RenderList(field, field_name, tag, ow)); in WriteMessage()
236 StatusOr<uint32> ProtoStreamObjectSource::RenderList( in RenderList() function in google::protobuf::util::converter::ProtoStreamObjectSource
565 ASSIGN_OR_RETURN(tag, os->RenderList(field, field_name, tag, ow)); in RenderStructListValue()