Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc435 #define GET_TEMP_VALUE(CPPTYPE, TYPE) \ in SwapOneofField() macro
440 GET_TEMP_VALUE(INT32 , int32 ); in SwapOneofField()
441 GET_TEMP_VALUE(INT64 , int64 ); in SwapOneofField()
442 GET_TEMP_VALUE(UINT32, uint32); in SwapOneofField()
443 GET_TEMP_VALUE(UINT64, uint64); in SwapOneofField()
444 GET_TEMP_VALUE(FLOAT , float ); in SwapOneofField()
445 GET_TEMP_VALUE(DOUBLE, double); in SwapOneofField()
446 GET_TEMP_VALUE(BOOL , bool ); in SwapOneofField()
447 GET_TEMP_VALUE(ENUM , int ); in SwapOneofField()
448 #undef GET_TEMP_VALUE in SwapOneofField()