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

  /external/protobuf/src/google/protobuf/
text_format.cc 78 const FieldDescriptor** type_url_field,
81 *type_url_field = descriptor->FindFieldByNumber(1);
83 return (*type_url_field != NULL &&
84 (*type_url_field)->type() == FieldDescriptor::TYPE_STRING &&
1516 const FieldDescriptor* type_url_field; local
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 1012 const FieldDescriptor* type_url_field; local
    [all...]

Completed in 82 milliseconds