HomeSort by relevance Sort by last modified time
    Searched refs:sub_field (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.cc 260 const google::protobuf::Field& sub_field = found_type.fields(i); local
261 if (sub_field.number() != 2) {
264 if (sub_field.kind() != google::protobuf::Field_Kind_TYPE_MESSAGE) {
270 typeinfo->ResolveTypeUrl(sub_field.type_url());
272 GOOGLE_LOG(WARNING) << "Cannot resolve type '" << sub_field.type_url() << "'.";
  /art/test/004-JniTest/
jni_test.cc 552 jboolean sub_field = GetBooleanField(o, sub_field_); local
554 CHECK_NE(sub_field, super_method);

Completed in 85 milliseconds