Searched defs:upb_strtable_insert2 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c4311 upb_strtable_insert2(
4322 bool upb_strtable_insert2(upb_strtable *t, const char *k, size_t len, function
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h1131 UPB_INLINE bool upb_strtable_insert2(upb_strtable *t, const char *key, function
1139 return upb_strtable_insert2(t, key, strlen(key), val);

Completed in 199 milliseconds