OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_bytes
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c
424
bool
is_bytes
= upb_fielddef_type(f) == UPB_TYPE_BYTES;
local
425
upb_handlers_setstartstr(h, f,
is_bytes
?
458
bool
is_bytes
= upb_fielddef_type(f) == UPB_TYPE_BYTES;
local
462
is_bytes
? bytes_handler : str_handler,
544
bool
is_bytes
= upb_fielddef_type(f) == UPB_TYPE_BYTES;
local
545
upb_handlers_setstartstr(h, f,
is_bytes
?
[
all
...]
Completed in 220 milliseconds