Searched refs:SET_ONEOF_VALUE1 (Results 1 – 1 of 1) sorted by relevance
467 #define SET_ONEOF_VALUE1(CPPTYPE, TYPE) \ in SwapOneofField() macro472 SET_ONEOF_VALUE1(INT32 , int32 ); in SwapOneofField()473 SET_ONEOF_VALUE1(INT64 , int64 ); in SwapOneofField()474 SET_ONEOF_VALUE1(UINT32, uint32); in SwapOneofField()475 SET_ONEOF_VALUE1(UINT64, uint64); in SwapOneofField()476 SET_ONEOF_VALUE1(FLOAT , float ); in SwapOneofField()477 SET_ONEOF_VALUE1(DOUBLE, double); in SwapOneofField()478 SET_ONEOF_VALUE1(BOOL , bool ); in SwapOneofField()479 SET_ONEOF_VALUE1(ENUM , int ); in SwapOneofField()480 #undef SET_ONEOF_VALUE1 in SwapOneofField()