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

  /external/protobuf/ruby/ext/google/protobuf_c/
map.c 392 upb_strtable_remove2(&self->table, keyval, length, NULL);
439 if (upb_strtable_remove2(&self->table, keyval, length, &v)) {
739 upb_strtable_remove2(&self->table,
upb.h 1160 UPB_INLINE bool upb_strtable_remove2(upb_strtable *t, const char *key, function
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 893 bool upb_strtable_remove2(upb_strtable *t, const char *key, size_t len,
899 return upb_strtable_remove2(t, key, strlen(key), v);
    [all...]
upb.c 4350 bool upb_strtable_remove2(upb_strtable *t, const char *key, size_t len, function
    [all...]

Completed in 2346 milliseconds