Searched refs:SET_ONEOF_VALUE1 (Results 1 – 1 of 1) sorted by relevance
569 #define SET_ONEOF_VALUE1(CPPTYPE, TYPE) \ in SwapOneofField() macro574 SET_ONEOF_VALUE1(INT32 , int32 ); in SwapOneofField()575 SET_ONEOF_VALUE1(INT64 , int64 ); in SwapOneofField()576 SET_ONEOF_VALUE1(UINT32, uint32); in SwapOneofField()577 SET_ONEOF_VALUE1(UINT64, uint64); in SwapOneofField()578 SET_ONEOF_VALUE1(FLOAT , float ); in SwapOneofField()579 SET_ONEOF_VALUE1(DOUBLE, double); in SwapOneofField()580 SET_ONEOF_VALUE1(BOOL , bool ); in SwapOneofField()581 SET_ONEOF_VALUE1(ENUM , int ); in SwapOneofField()582 #undef SET_ONEOF_VALUE1 in SwapOneofField()