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

  /external/protobuf/php/ext/google/protobuf/
upb.c 279 if (upb_handlers_getselector(f, type, &sel)) upb_inttable_insert(&t, sel, v);
287 upb_inttable_insert(&t, UPB_STARTMSG_SELECTOR, v);
288 upb_inttable_insert(&t, UPB_ENDMSG_SELECTOR, v);
455 !upb_inttable_insert(&e->iton, num, upb_value_cstr(upb_strdup(name)))) {
4490 bool upb_inttable_insert(upb_inttable *t, uintptr_t key, upb_value val) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 1126 UPB_INLINE bool upb_inttable_insert(upb_inttable *t, uintptr_t key, function
    [all...]

Completed in 57 milliseconds