Searched refs:GET_TEMP_VALUE (Results 1 – 1 of 1) sorted by relevance
507 #define GET_TEMP_VALUE(CPPTYPE, TYPE) \ in SwapOneofField() macro512 GET_TEMP_VALUE(INT32, int32); in SwapOneofField()513 GET_TEMP_VALUE(INT64, int64); in SwapOneofField()514 GET_TEMP_VALUE(UINT32, uint32); in SwapOneofField()515 GET_TEMP_VALUE(UINT64, uint64); in SwapOneofField()516 GET_TEMP_VALUE(FLOAT, float); in SwapOneofField()517 GET_TEMP_VALUE(DOUBLE, double); in SwapOneofField()518 GET_TEMP_VALUE(BOOL, bool); in SwapOneofField()519 GET_TEMP_VALUE(ENUM, int); in SwapOneofField()520 #undef GET_TEMP_VALUE in SwapOneofField()