• Home
  • Raw
  • Download

Lines Matching refs:CONVERT

845 #define CONVERT(upb, ruby)                                           \  in ruby_to_fieldtype()  macro
850 CONVERT(FLOAT, float); in ruby_to_fieldtype()
851 CONVERT(DOUBLE, double); in ruby_to_fieldtype()
852 CONVERT(BOOL, bool); in ruby_to_fieldtype()
853 CONVERT(STRING, string); in ruby_to_fieldtype()
854 CONVERT(BYTES, bytes); in ruby_to_fieldtype()
855 CONVERT(MESSAGE, message); in ruby_to_fieldtype()
856 CONVERT(ENUM, enum); in ruby_to_fieldtype()
857 CONVERT(INT32, int32); in ruby_to_fieldtype()
858 CONVERT(INT64, int64); in ruby_to_fieldtype()
859 CONVERT(UINT32, uint32); in ruby_to_fieldtype()
860 CONVERT(UINT64, uint64); in ruby_to_fieldtype()
862 #undef CONVERT in ruby_to_fieldtype()
870 #define CONVERT(upb, ruby) \ in fieldtype_to_ruby() macro
872 CONVERT(FLOAT, float); in fieldtype_to_ruby()
873 CONVERT(DOUBLE, double); in fieldtype_to_ruby()
874 CONVERT(BOOL, bool); in fieldtype_to_ruby()
875 CONVERT(STRING, string); in fieldtype_to_ruby()
876 CONVERT(BYTES, bytes); in fieldtype_to_ruby()
877 CONVERT(MESSAGE, message); in fieldtype_to_ruby()
878 CONVERT(ENUM, enum); in fieldtype_to_ruby()
879 CONVERT(INT32, int32); in fieldtype_to_ruby()
880 CONVERT(INT64, int64); in fieldtype_to_ruby()
881 CONVERT(UINT32, uint32); in fieldtype_to_ruby()
882 CONVERT(UINT64, uint64); in fieldtype_to_ruby()
883 #undef CONVERT in fieldtype_to_ruby()
893 #define CONVERT(upb, ruby) \ in ruby_to_descriptortype() macro
898 CONVERT(FLOAT, float); in ruby_to_descriptortype()
899 CONVERT(DOUBLE, double); in ruby_to_descriptortype()
900 CONVERT(BOOL, bool); in ruby_to_descriptortype()
901 CONVERT(STRING, string); in ruby_to_descriptortype()
902 CONVERT(BYTES, bytes); in ruby_to_descriptortype()
903 CONVERT(MESSAGE, message); in ruby_to_descriptortype()
904 CONVERT(GROUP, group); in ruby_to_descriptortype()
905 CONVERT(ENUM, enum); in ruby_to_descriptortype()
906 CONVERT(INT32, int32); in ruby_to_descriptortype()
907 CONVERT(INT64, int64); in ruby_to_descriptortype()
908 CONVERT(UINT32, uint32); in ruby_to_descriptortype()
909 CONVERT(UINT64, uint64); in ruby_to_descriptortype()
910 CONVERT(SINT32, sint32); in ruby_to_descriptortype()
911 CONVERT(SINT64, sint64); in ruby_to_descriptortype()
912 CONVERT(FIXED32, fixed32); in ruby_to_descriptortype()
913 CONVERT(FIXED64, fixed64); in ruby_to_descriptortype()
914 CONVERT(SFIXED32, sfixed32); in ruby_to_descriptortype()
915 CONVERT(SFIXED64, sfixed64); in ruby_to_descriptortype()
917 #undef CONVERT in ruby_to_descriptortype()
925 #define CONVERT(upb, ruby) \ in descriptortype_to_ruby() macro
927 CONVERT(FLOAT, float); in descriptortype_to_ruby()
928 CONVERT(DOUBLE, double); in descriptortype_to_ruby()
929 CONVERT(BOOL, bool); in descriptortype_to_ruby()
930 CONVERT(STRING, string); in descriptortype_to_ruby()
931 CONVERT(BYTES, bytes); in descriptortype_to_ruby()
932 CONVERT(MESSAGE, message); in descriptortype_to_ruby()
933 CONVERT(GROUP, group); in descriptortype_to_ruby()
934 CONVERT(ENUM, enum); in descriptortype_to_ruby()
935 CONVERT(INT32, int32); in descriptortype_to_ruby()
936 CONVERT(INT64, int64); in descriptortype_to_ruby()
937 CONVERT(UINT32, uint32); in descriptortype_to_ruby()
938 CONVERT(UINT64, uint64); in descriptortype_to_ruby()
939 CONVERT(SINT32, sint32); in descriptortype_to_ruby()
940 CONVERT(SINT64, sint64); in descriptortype_to_ruby()
941 CONVERT(FIXED32, fixed32); in descriptortype_to_ruby()
942 CONVERT(FIXED64, fixed64); in descriptortype_to_ruby()
943 CONVERT(SFIXED32, sfixed32); in descriptortype_to_ruby()
944 CONVERT(SFIXED64, sfixed64); in descriptortype_to_ruby()
945 #undef CONVERT in descriptortype_to_ruby()
954 #define CONVERT(upb, ruby) \ in ruby_to_label() macro
960 CONVERT(OPTIONAL, optional); in ruby_to_label()
961 CONVERT(REQUIRED, required); in ruby_to_label()
962 CONVERT(REPEATED, repeated); in ruby_to_label()
964 #undef CONVERT in ruby_to_label()
1011 #define CONVERT(upb, ruby) \ in FieldDescriptor_label() macro
1014 CONVERT(OPTIONAL, optional); in FieldDescriptor_label()
1015 CONVERT(REQUIRED, required); in FieldDescriptor_label()
1016 CONVERT(REPEATED, repeated); in FieldDescriptor_label()
1018 #undef CONVERT in FieldDescriptor_label()