Home
last modified time | relevance | path

Searched refs:sub_field (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.cc263 const google::protobuf::Field& sub_field = found_type.fields(i); in GetMapValueType() local
264 if (sub_field.number() != 2) { in GetMapValueType()
267 if (sub_field.kind() != google::protobuf::Field_Kind_TYPE_MESSAGE) { in GetMapValueType()
273 typeinfo->ResolveTypeUrl(sub_field.type_url()); in GetMapValueType()
275 GOOGLE_LOG(WARNING) << "Cannot resolve type '" << sub_field.type_url() << "'."; in GetMapValueType()