Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc259 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument
262 for (int i = 0; i < found_type.fields_size(); ++i) { in GetMapValueType()
263 const google::protobuf::Field& sub_field = found_type.fields(i); in GetMapValueType()
342 const google::protobuf::Type* found_type = found_result.ValueOrDie(); in PopulateChildren() local
343 is_map = IsMap(field, *found_type); in PopulateChildren()
346 field_type = found_type; in PopulateChildren()
350 field_type = GetMapValueType(*found_type, typeinfo); in PopulateChildren()
563 util::StatusOr<const google::protobuf::Type*> found_type = in RenderDataPiece() local
565 if (!found_type.ok()) { in RenderDataPiece()
568 current_->set_type(found_type.ValueOrDie()); in RenderDataPiece()