OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_fielddef_settype
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
642
upb_fielddef_settype
(newf, upb_fielddef_type(f));
899
void
upb_fielddef_settype
(upb_fielddef *f, upb_fieldtype_t type) {
function
912
upb_fielddef_settype
(f, UPB_TYPE_DOUBLE);
915
upb_fielddef_settype
(f, UPB_TYPE_FLOAT);
920
upb_fielddef_settype
(f, UPB_TYPE_INT64);
924
upb_fielddef_settype
(f, UPB_TYPE_UINT64);
929
upb_fielddef_settype
(f, UPB_TYPE_INT32);
933
upb_fielddef_settype
(f, UPB_TYPE_UINT32);
936
upb_fielddef_settype
(f, UPB_TYPE_BOOL);
939
upb_fielddef_settype
(f, UPB_TYPE_STRING)
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
726
upb_fielddef_settype
(newf, upb_fielddef_type(f));
1030
void
upb_fielddef_settype
(upb_fielddef *f, upb_fieldtype_t type) {
function
1043
upb_fielddef_settype
(f, UPB_TYPE_DOUBLE);
1046
upb_fielddef_settype
(f, UPB_TYPE_FLOAT);
1051
upb_fielddef_settype
(f, UPB_TYPE_INT64);
1055
upb_fielddef_settype
(f, UPB_TYPE_UINT64);
1060
upb_fielddef_settype
(f, UPB_TYPE_INT32);
1064
upb_fielddef_settype
(f, UPB_TYPE_UINT32);
1067
upb_fielddef_settype
(f, UPB_TYPE_BOOL);
1070
upb_fielddef_settype
(f, UPB_TYPE_STRING)
[
all
...]
Completed in 495 milliseconds