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

  /external/protobuf/php/ext/google/protobuf/
upb.c 285 upb_inttable_init(&t, UPB_CTYPE_BOOL);
402 if (!upb_inttable_init(&e->iton, UPB_CTYPE_CSTR)) goto err1;
4481 bool upb_inttable_init(upb_inttable *t, upb_ctype_t ctype) { function
    [all...]
upb.h 809 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \
813 UPB_INTTABLE_INIT(0, 0, ctype, 0, NULL, NULL, 0, 0)
850 bool upb_inttable_init(upb_inttable *table, upb_ctype_t ctype);
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 339 upb_inttable_init(&t, UPB_CTYPE_BOOL);
467 if (!upb_inttable_init(&e->iton, UPB_CTYPE_CSTR)) goto err1;
    [all...]
upb.h 1092 UPB_INLINE bool upb_inttable_init(upb_inttable *table, upb_ctype_t ctype) { function
    [all...]

Completed in 76 milliseconds