• Home
  • Raw
  • Download

Lines Matching refs:CONVERT

559 #define CONVERT(upb, ruby)                                           \  in ruby_to_fieldtype()  macro
564 CONVERT(FLOAT, float); in ruby_to_fieldtype()
565 CONVERT(DOUBLE, double); in ruby_to_fieldtype()
566 CONVERT(BOOL, bool); in ruby_to_fieldtype()
567 CONVERT(STRING, string); in ruby_to_fieldtype()
568 CONVERT(BYTES, bytes); in ruby_to_fieldtype()
569 CONVERT(MESSAGE, message); in ruby_to_fieldtype()
570 CONVERT(ENUM, enum); in ruby_to_fieldtype()
571 CONVERT(INT32, int32); in ruby_to_fieldtype()
572 CONVERT(INT64, int64); in ruby_to_fieldtype()
573 CONVERT(UINT32, uint32); in ruby_to_fieldtype()
574 CONVERT(UINT64, uint64); in ruby_to_fieldtype()
576 #undef CONVERT in ruby_to_fieldtype()
584 #define CONVERT(upb, ruby) \ in fieldtype_to_ruby() macro
586 CONVERT(FLOAT, float); in fieldtype_to_ruby()
587 CONVERT(DOUBLE, double); in fieldtype_to_ruby()
588 CONVERT(BOOL, bool); in fieldtype_to_ruby()
589 CONVERT(STRING, string); in fieldtype_to_ruby()
590 CONVERT(BYTES, bytes); in fieldtype_to_ruby()
591 CONVERT(MESSAGE, message); in fieldtype_to_ruby()
592 CONVERT(ENUM, enum); in fieldtype_to_ruby()
593 CONVERT(INT32, int32); in fieldtype_to_ruby()
594 CONVERT(INT64, int64); in fieldtype_to_ruby()
595 CONVERT(UINT32, uint32); in fieldtype_to_ruby()
596 CONVERT(UINT64, uint64); in fieldtype_to_ruby()
597 #undef CONVERT in fieldtype_to_ruby()
607 #define CONVERT(upb, ruby) \ in ruby_to_descriptortype() macro
612 CONVERT(FLOAT, float); in ruby_to_descriptortype()
613 CONVERT(DOUBLE, double); in ruby_to_descriptortype()
614 CONVERT(BOOL, bool); in ruby_to_descriptortype()
615 CONVERT(STRING, string); in ruby_to_descriptortype()
616 CONVERT(BYTES, bytes); in ruby_to_descriptortype()
617 CONVERT(MESSAGE, message); in ruby_to_descriptortype()
618 CONVERT(GROUP, group); in ruby_to_descriptortype()
619 CONVERT(ENUM, enum); in ruby_to_descriptortype()
620 CONVERT(INT32, int32); in ruby_to_descriptortype()
621 CONVERT(INT64, int64); in ruby_to_descriptortype()
622 CONVERT(UINT32, uint32); in ruby_to_descriptortype()
623 CONVERT(UINT64, uint64); in ruby_to_descriptortype()
624 CONVERT(SINT32, sint32); in ruby_to_descriptortype()
625 CONVERT(SINT64, sint64); in ruby_to_descriptortype()
626 CONVERT(FIXED32, fixed32); in ruby_to_descriptortype()
627 CONVERT(FIXED64, fixed64); in ruby_to_descriptortype()
628 CONVERT(SFIXED32, sfixed32); in ruby_to_descriptortype()
629 CONVERT(SFIXED64, sfixed64); in ruby_to_descriptortype()
631 #undef CONVERT in ruby_to_descriptortype()
639 #define CONVERT(upb, ruby) \ in descriptortype_to_ruby() macro
641 CONVERT(FLOAT, float); in descriptortype_to_ruby()
642 CONVERT(DOUBLE, double); in descriptortype_to_ruby()
643 CONVERT(BOOL, bool); in descriptortype_to_ruby()
644 CONVERT(STRING, string); in descriptortype_to_ruby()
645 CONVERT(BYTES, bytes); in descriptortype_to_ruby()
646 CONVERT(MESSAGE, message); in descriptortype_to_ruby()
647 CONVERT(GROUP, group); in descriptortype_to_ruby()
648 CONVERT(ENUM, enum); in descriptortype_to_ruby()
649 CONVERT(INT32, int32); in descriptortype_to_ruby()
650 CONVERT(INT64, int64); in descriptortype_to_ruby()
651 CONVERT(UINT32, uint32); in descriptortype_to_ruby()
652 CONVERT(UINT64, uint64); in descriptortype_to_ruby()
653 CONVERT(SINT32, sint32); in descriptortype_to_ruby()
654 CONVERT(SINT64, sint64); in descriptortype_to_ruby()
655 CONVERT(FIXED32, fixed32); in descriptortype_to_ruby()
656 CONVERT(FIXED64, fixed64); in descriptortype_to_ruby()
657 CONVERT(SFIXED32, sfixed32); in descriptortype_to_ruby()
658 CONVERT(SFIXED64, sfixed64); in descriptortype_to_ruby()
659 #undef CONVERT in descriptortype_to_ruby()
708 #define CONVERT(upb, ruby) \ in FieldDescriptor_label() macro
711 CONVERT(OPTIONAL, optional); in FieldDescriptor_label()
712 CONVERT(REQUIRED, required); in FieldDescriptor_label()
713 CONVERT(REPEATED, repeated); in FieldDescriptor_label()
715 #undef CONVERT in FieldDescriptor_label()
738 #define CONVERT(upb, ruby) \ in FieldDescriptor_label_set() macro
744 CONVERT(OPTIONAL, optional); in FieldDescriptor_label_set()
745 CONVERT(REQUIRED, required); in FieldDescriptor_label_set()
746 CONVERT(REPEATED, repeated); in FieldDescriptor_label_set()
748 #undef CONVERT in FieldDescriptor_label_set()