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

  /external/protobuf/php/ext/google/protobuf/
upb.c 160 bool has_default_number = upb_fielddef_enumhasdefaultint32(f); local
170 assert(has_default_name || has_default_number);
180 if (!has_default_number) {
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 203 bool has_default_number = upb_fielddef_enumhasdefaultint32(f); local
213 assert(has_default_name || has_default_number);
223 if (!has_default_number) {
    [all...]

Completed in 165 milliseconds