Searched refs:found_type (Results 1 – 1 of 1) sorted by relevance
259 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument262 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() local343 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() local565 if (!found_type.ok()) { in RenderDataPiece()568 current_->set_type(found_type.ValueOrDie()); in RenderDataPiece()