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

  /external/protobuf/php/ext/google/protobuf/
upb.c 163 assert(upb_enumdef_numvals(upb_fielddef_enumsubdef(f)) > 0);
212 if (upb_enumdef_numvals(e) == 0) {
460 if (upb_enumdef_numvals(e) == 1) {
482 int upb_enumdef_numvals(const upb_enumdef *e) { function
568 if (upb_enumdef_numvals(e) > 0) {
595 if (upb_enumdef_numvals(e) > 0) {
    [all...]
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 206 assert(upb_enumdef_numvals(upb_fielddef_enumsubdef(f)) > 0);
255 if (upb_enumdef_numvals(e) == 0) {
537 if (upb_enumdef_numvals(e) == 1) {
560 int upb_enumdef_numvals(const upb_enumdef *e) { function
650 if (upb_enumdef_numvals(e) > 0) {
677 if (upb_enumdef_numvals(e) > 0) {
    [all...]
upb.h     [all...]

Completed in 64 milliseconds