HomeSort by relevance Sort by last modified time
    Searched defs:upb_inttable (Results 1 - 2 of 2) sorted by null

  /external/protobuf/php/ext/google/protobuf/
upb.h 807 } upb_inttable; typedef in typeref:struct:__anon32155
850 bool upb_inttable_init(upb_inttable *table, upb_ctype_t ctype);
852 void upb_inttable_uninit(upb_inttable *table);
856 size_t upb_inttable_count(const upb_inttable *t);
868 bool upb_inttable_insert(upb_inttable *t, uintptr_t key, upb_value val);
880 bool upb_inttable_lookup(const upb_inttable *t, uintptr_t key, upb_value *v);
892 bool upb_inttable_remove(upb_inttable *t, uintptr_t key, upb_value *val);
905 bool upb_inttable_replace(upb_inttable *t, uintptr_t key, upb_value val);
909 bool upb_inttable_push(upb_inttable *t, upb_value val);
910 upb_value upb_inttable_pop(upb_inttable *t)
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 1044 } upb_inttable; typedef in typeref:struct:__anon32212
    [all...]

Completed in 64 milliseconds