OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_fielddef_setintfmt
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
958
upb_fielddef_setintfmt
(f, UPB_INTFMT_FIXED);
961
upb_fielddef_setintfmt
(f, UPB_INTFMT_ZIGZAG);
963
upb_fielddef_setintfmt
(f, UPB_INTFMT_VARIABLE);
1029
void
upb_fielddef_setintfmt
(upb_fielddef *f, upb_intfmt_t fmt) {
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
1089
upb_fielddef_setintfmt
(f, UPB_INTFMT_FIXED);
1092
upb_fielddef_setintfmt
(f, UPB_INTFMT_ZIGZAG);
1094
upb_fielddef_setintfmt
(f, UPB_INTFMT_VARIABLE);
1160
void
upb_fielddef_setintfmt
(upb_fielddef *f, upb_intfmt_t fmt) {
function
[
all
...]
Completed in 48 milliseconds