OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_fielddef_setintfmt
(Results
1 - 4
of
4
) 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
...]
upb.h
[
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
...]
upb.h
[
all
...]
Completed in 536 milliseconds