Searched refs:SET_ONEOF_VALUE2 (Results 1 – 1 of 1) sorted by relevance
603 #define SET_ONEOF_VALUE2(CPPTYPE, TYPE) \ in SwapOneofField() macro608 SET_ONEOF_VALUE2(INT32 , int32 ); in SwapOneofField()609 SET_ONEOF_VALUE2(INT64 , int64 ); in SwapOneofField()610 SET_ONEOF_VALUE2(UINT32, uint32); in SwapOneofField()611 SET_ONEOF_VALUE2(UINT64, uint64); in SwapOneofField()612 SET_ONEOF_VALUE2(FLOAT , float ); in SwapOneofField()613 SET_ONEOF_VALUE2(DOUBLE, double); in SwapOneofField()614 SET_ONEOF_VALUE2(BOOL , bool ); in SwapOneofField()615 SET_ONEOF_VALUE2(ENUM , int ); in SwapOneofField()616 #undef SET_ONEOF_VALUE2 in SwapOneofField()