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.h
809
#define
UPB_INTTABLE_INIT
(count, mask, ctype, size_lg2, ent, a, asize, acount) \
813
UPB_INTTABLE_INIT
(0, 0, ctype, 0, NULL, NULL, 0, 0)
850
bool
upb_inttable_init
(upb_inttable *table, upb_ctype_t ctype);
[
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 42 milliseconds