OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_fielddef_checktype
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
901
assert(
upb_fielddef_checktype
(type));
1224
bool
upb_fielddef_checktype
(int32_t type) { return between(type, 1, 11); }
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
1032
assert(
upb_fielddef_checktype
(type));
1373
bool
upb_fielddef_checktype
(int32_t type) { return between(type, 1, 11); }
function
[
all
...]
Completed in 54 milliseconds