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

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 466 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2;
    [all...]
upb.h 1096 UPB_INLINE bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype) { function
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 401 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2;
4292 bool upb_strtable_init(upb_strtable *t, upb_ctype_t ctype) { function
    [all...]
upb.h 796 #define UPB_STRTABLE_INIT(count, mask, ctype, size_lg2, entries) \
800 UPB_STRTABLE_INIT(0, 0, ctype, 0, NULL)
851 bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype);
    [all...]

Completed in 64 milliseconds