HomeSort by relevance Sort by last modified time
    Searched refs:upb_inttable_insert (Results 1 - 4 of 4) 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...]
upb.h 868 bool upb_inttable_insert(upb_inttable *t, uintptr_t key, upb_value val);
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 333 if (upb_handlers_getselector(f, type, &sel)) upb_inttable_insert(&t, sel, v);
341 upb_inttable_insert(&t, UPB_STARTMSG_SELECTOR, v);
342 upb_inttable_insert(&t, UPB_ENDMSG_SELECTOR, v);
530 if (!name2 || !upb_inttable_insert(&e->iton, num, upb_value_cstr(name2))) {
    [all...]
upb.h 1126 UPB_INLINE bool upb_inttable_insert(upb_inttable *t, uintptr_t key, function
    [all...]

Completed in 72 milliseconds