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

  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
upb.c 1031 assert(upb_fielddef_checkintfmt(fmt));
1225 bool upb_fielddef_checkintfmt(int32_t fmt) { return between(fmt, 1, 3); } function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]
upb.c 1374 bool upb_fielddef_checkintfmt(int32_t fmt) { return between(fmt, 1, 3); } function
    [all...]

Completed in 54 milliseconds