Lines Matching refs:CONVERT
729 #define CONVERT(upb, ruby) \ in ruby_to_fieldtype() macro
734 CONVERT(FLOAT, float); in ruby_to_fieldtype()
735 CONVERT(DOUBLE, double); in ruby_to_fieldtype()
736 CONVERT(BOOL, bool); in ruby_to_fieldtype()
737 CONVERT(STRING, string); in ruby_to_fieldtype()
738 CONVERT(BYTES, bytes); in ruby_to_fieldtype()
739 CONVERT(MESSAGE, message); in ruby_to_fieldtype()
740 CONVERT(ENUM, enum); in ruby_to_fieldtype()
741 CONVERT(INT32, int32); in ruby_to_fieldtype()
742 CONVERT(INT64, int64); in ruby_to_fieldtype()
743 CONVERT(UINT32, uint32); in ruby_to_fieldtype()
744 CONVERT(UINT64, uint64); in ruby_to_fieldtype()
746 #undef CONVERT in ruby_to_fieldtype()
754 #define CONVERT(upb, ruby) \ in fieldtype_to_ruby() macro
756 CONVERT(FLOAT, float); in fieldtype_to_ruby()
757 CONVERT(DOUBLE, double); in fieldtype_to_ruby()
758 CONVERT(BOOL, bool); in fieldtype_to_ruby()
759 CONVERT(STRING, string); in fieldtype_to_ruby()
760 CONVERT(BYTES, bytes); in fieldtype_to_ruby()
761 CONVERT(MESSAGE, message); in fieldtype_to_ruby()
762 CONVERT(ENUM, enum); in fieldtype_to_ruby()
763 CONVERT(INT32, int32); in fieldtype_to_ruby()
764 CONVERT(INT64, int64); in fieldtype_to_ruby()
765 CONVERT(UINT32, uint32); in fieldtype_to_ruby()
766 CONVERT(UINT64, uint64); in fieldtype_to_ruby()
767 #undef CONVERT in fieldtype_to_ruby()
777 #define CONVERT(upb, ruby) \ in ruby_to_descriptortype() macro
782 CONVERT(FLOAT, float); in ruby_to_descriptortype()
783 CONVERT(DOUBLE, double); in ruby_to_descriptortype()
784 CONVERT(BOOL, bool); in ruby_to_descriptortype()
785 CONVERT(STRING, string); in ruby_to_descriptortype()
786 CONVERT(BYTES, bytes); in ruby_to_descriptortype()
787 CONVERT(MESSAGE, message); in ruby_to_descriptortype()
788 CONVERT(GROUP, group); in ruby_to_descriptortype()
789 CONVERT(ENUM, enum); in ruby_to_descriptortype()
790 CONVERT(INT32, int32); in ruby_to_descriptortype()
791 CONVERT(INT64, int64); in ruby_to_descriptortype()
792 CONVERT(UINT32, uint32); in ruby_to_descriptortype()
793 CONVERT(UINT64, uint64); in ruby_to_descriptortype()
794 CONVERT(SINT32, sint32); in ruby_to_descriptortype()
795 CONVERT(SINT64, sint64); in ruby_to_descriptortype()
796 CONVERT(FIXED32, fixed32); in ruby_to_descriptortype()
797 CONVERT(FIXED64, fixed64); in ruby_to_descriptortype()
798 CONVERT(SFIXED32, sfixed32); in ruby_to_descriptortype()
799 CONVERT(SFIXED64, sfixed64); in ruby_to_descriptortype()
801 #undef CONVERT in ruby_to_descriptortype()
809 #define CONVERT(upb, ruby) \ in descriptortype_to_ruby() macro
811 CONVERT(FLOAT, float); in descriptortype_to_ruby()
812 CONVERT(DOUBLE, double); in descriptortype_to_ruby()
813 CONVERT(BOOL, bool); in descriptortype_to_ruby()
814 CONVERT(STRING, string); in descriptortype_to_ruby()
815 CONVERT(BYTES, bytes); in descriptortype_to_ruby()
816 CONVERT(MESSAGE, message); in descriptortype_to_ruby()
817 CONVERT(GROUP, group); in descriptortype_to_ruby()
818 CONVERT(ENUM, enum); in descriptortype_to_ruby()
819 CONVERT(INT32, int32); in descriptortype_to_ruby()
820 CONVERT(INT64, int64); in descriptortype_to_ruby()
821 CONVERT(UINT32, uint32); in descriptortype_to_ruby()
822 CONVERT(UINT64, uint64); in descriptortype_to_ruby()
823 CONVERT(SINT32, sint32); in descriptortype_to_ruby()
824 CONVERT(SINT64, sint64); in descriptortype_to_ruby()
825 CONVERT(FIXED32, fixed32); in descriptortype_to_ruby()
826 CONVERT(FIXED64, fixed64); in descriptortype_to_ruby()
827 CONVERT(SFIXED32, sfixed32); in descriptortype_to_ruby()
828 CONVERT(SFIXED64, sfixed64); in descriptortype_to_ruby()
829 #undef CONVERT in descriptortype_to_ruby()
943 #define CONVERT(upb, ruby) \ in FieldDescriptor_label() macro
946 CONVERT(OPTIONAL, optional); in FieldDescriptor_label()
947 CONVERT(REQUIRED, required); in FieldDescriptor_label()
948 CONVERT(REPEATED, repeated); in FieldDescriptor_label()
950 #undef CONVERT in FieldDescriptor_label()
973 #define CONVERT(upb, ruby) \ in FieldDescriptor_label_set() macro
979 CONVERT(OPTIONAL, optional); in FieldDescriptor_label_set()
980 CONVERT(REQUIRED, required); in FieldDescriptor_label_set()
981 CONVERT(REPEATED, repeated); in FieldDescriptor_label_set()
983 #undef CONVERT in FieldDescriptor_label_set()