OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enumdef
(Results
1 - 6
of
6
) sorted by null
/external/flatbuffers/include/flatbuffers/
reflection.h
360
auto
enumdef
= schema.enums()->Get(unionfield.type()->index());
local
366
auto enumval =
enumdef
->values()->LookupByKey(union_type);
/external/protobuf/php/ext/google/protobuf/
protobuf.h
97
const upb_enumdef*
enumdef
;
member in struct:EnumDescriptor
upb.c
165
/* We've already validated that we have an associated
enumdef
and that it
189
* we were only getting it "by reference" from the
enumdef
. */
561
/* Default was explicitly set as an integer; look it up in
enumdef
. */
567
/* Default is completely unset; pull
enumdef
default. */
594
/* Default is unset; try to pull in
enumdef
default. */
10389
const upb_
enumdef
*
enumdef
=
local
11439
const upb_
enumdef
*
enumdef
;
member in struct:__anon28826
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h
134
const upb_enumdef*
enumdef
;
member in struct:EnumDescriptor
506
VALUE build_module_from_enumdesc(EnumDescriptor*
enumdef
);
defs.c
147
upb_symtab_add(self->symtab, (upb_def**)&enumdesc->
enumdef
, 1,
1688
VALUE
enumdef
= rb_class_new_instance(0, NULL, cEnumDescriptor);
local
[
all
...]
upb.c
208
/* We've already validated that we have an associated
enumdef
and that it
232
* we were only getting it "by reference" from the
enumdef
. */
643
/* Default was explicitly set as an integer; look it up in
enumdef
. */
649
/* Default is completely unset; pull
enumdef
default. */
676
/* Default is unset; try to pull in
enumdef
default. */
11086
const upb_
enumdef
*
enumdef
=
local
12256
const upb_
enumdef
*
enumdef
;
member in struct:__anon28882
[
all
...]
Completed in 132 milliseconds