Home
last modified time | relevance | path

Searched refs:_upb_value_val (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c4396 return _upb_value_val(str_tabent(i)->val.val, i->t->t.ctype); in upb_strtable_iter_value()
4704 return _upb_value_val( in upb_inttable_iter_value()
Dupb.h621 UPB_INLINE upb_value _upb_value_val(uint64_t val, upb_ctype_t ctype) { in _upb_value_val() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4643 return _upb_value_val(str_tabent(i)->val.val, i->t->t.ctype); in upb_strtable_iter_value()
4955 return _upb_value_val( in upb_inttable_iter_value()
Dupb.h832 UPB_INLINE upb_value _upb_value_val(uint64_t val, upb_ctype_t ctype) {