OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_inttable_init
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
285
upb_inttable_init
(&t, UPB_CTYPE_BOOL);
402
if (!
upb_inttable_init
(&e->iton, UPB_CTYPE_CSTR)) goto err1;
4481
bool
upb_inttable_init
(upb_inttable *t, upb_ctype_t ctype) {
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
1092
UPB_INLINE bool
upb_inttable_init
(upb_inttable *table, upb_ctype_t ctype) {
function
[
all
...]
Completed in 54 milliseconds