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

  /external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c 595 } else if (upb_fielddef_isseq(f)) {
    [all...]
upb.c 241 if (upb_msgdef_mapentry(subdef) && !upb_fielddef_isseq(f)) {
1341 bool upb_fielddef_isseq(const upb_fielddef *f) { function
    [all...]
upb.h     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 198 if (upb_msgdef_mapentry(subdef) && !upb_fielddef_isseq(f)) {
1202 bool upb_fielddef_isseq(const upb_fielddef *f) { function
    [all...]
upb.h     [all...]

Completed in 166 milliseconds