OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UPB_STRTABLE_INIT
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.h
796
#define
UPB_STRTABLE_INIT
(count, mask, ctype, size_lg2, entries) \
800
UPB_STRTABLE_INIT
(0, 0, ctype, 0, NULL)
851
bool
upb_strtable_init
(upb_strtable *table, upb_ctype_t ctype);
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
1096
UPB_INLINE bool
upb_strtable_init
(upb_strtable *table, upb_ctype_t ctype) {
function
[
all
...]
Completed in 48 milliseconds