OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPB_DEF_ENUM
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.h
[
all
...]
upb.c
90
case
UPB_DEF_ENUM
:
336
} else if (def->type ==
UPB_DEF_ENUM
) {
399
if (!upb_def_init(upb_enumdef_upcast_mutable(e),
UPB_DEF_ENUM
, &vtbl, owner))
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
[
all
...]
upb.c
132
case
UPB_DEF_ENUM
:
387
} else if (def->type ==
UPB_DEF_ENUM
) {
461
if (!upb_def_init(upb_enumdef_upcast_mutable(e),
UPB_DEF_ENUM
,
[
all
...]
Completed in 55 milliseconds