Searched refs:sub_field (Results 1 – 1 of 1) sorted by relevance
263 const google::protobuf::Field& sub_field = found_type.fields(i); in GetMapValueType() local264 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()