Home
last modified time | relevance | path

Searched refs:SET_HANDLER (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c826 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() macro
831 SET_HANDLER(UPB_TYPE_BOOL, bool); in add_handlers_for_repeated_field()
832 SET_HANDLER(UPB_TYPE_INT32, int32); in add_handlers_for_repeated_field()
833 SET_HANDLER(UPB_TYPE_UINT32, uint32); in add_handlers_for_repeated_field()
834 SET_HANDLER(UPB_TYPE_ENUM, int32); in add_handlers_for_repeated_field()
835 SET_HANDLER(UPB_TYPE_FLOAT, float); in add_handlers_for_repeated_field()
836 SET_HANDLER(UPB_TYPE_INT64, int64); in add_handlers_for_repeated_field()
837 SET_HANDLER(UPB_TYPE_UINT64, uint64); in add_handlers_for_repeated_field()
838 SET_HANDLER(UPB_TYPE_DOUBLE, double); in add_handlers_for_repeated_field()
840 #undef SET_HANDLER in add_handlers_for_repeated_field()
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c530 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() macro
535 SET_HANDLER(UPB_TYPE_BOOL, bool); in add_handlers_for_repeated_field()
536 SET_HANDLER(UPB_TYPE_INT32, int32); in add_handlers_for_repeated_field()
537 SET_HANDLER(UPB_TYPE_UINT32, uint32); in add_handlers_for_repeated_field()
538 SET_HANDLER(UPB_TYPE_ENUM, int32); in add_handlers_for_repeated_field()
539 SET_HANDLER(UPB_TYPE_FLOAT, float); in add_handlers_for_repeated_field()
540 SET_HANDLER(UPB_TYPE_INT64, int64); in add_handlers_for_repeated_field()
541 SET_HANDLER(UPB_TYPE_UINT64, uint64); in add_handlers_for_repeated_field()
542 SET_HANDLER(UPB_TYPE_DOUBLE, double); in add_handlers_for_repeated_field()
544 #undef SET_HANDLER in add_handlers_for_repeated_field()
[all …]