Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c430 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() macro
435 SET_HANDLER(UPB_TYPE_BOOL, bool); in add_handlers_for_repeated_field()
436 SET_HANDLER(UPB_TYPE_INT32, int32); in add_handlers_for_repeated_field()
437 SET_HANDLER(UPB_TYPE_UINT32, uint32); in add_handlers_for_repeated_field()
438 SET_HANDLER(UPB_TYPE_ENUM, int32); in add_handlers_for_repeated_field()
439 SET_HANDLER(UPB_TYPE_FLOAT, float); in add_handlers_for_repeated_field()
440 SET_HANDLER(UPB_TYPE_INT64, int64); in add_handlers_for_repeated_field()
441 SET_HANDLER(UPB_TYPE_UINT64, uint64); in add_handlers_for_repeated_field()
442 SET_HANDLER(UPB_TYPE_DOUBLE, double); in add_handlers_for_repeated_field()
444 #undef SET_HANDLER in add_handlers_for_repeated_field()
[all …]