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.cc537 #define GET_TEMP_VALUE(CPPTYPE, TYPE) \ in SwapOneofField() macro
542 GET_TEMP_VALUE(INT32 , int32 ); in SwapOneofField()
543 GET_TEMP_VALUE(INT64 , int64 ); in SwapOneofField()
544 GET_TEMP_VALUE(UINT32, uint32); in SwapOneofField()
545 GET_TEMP_VALUE(UINT64, uint64); in SwapOneofField()
546 GET_TEMP_VALUE(FLOAT , float ); in SwapOneofField()
547 GET_TEMP_VALUE(DOUBLE, double); in SwapOneofField()
548 GET_TEMP_VALUE(BOOL , bool ); in SwapOneofField()
549 GET_TEMP_VALUE(ENUM , int ); in SwapOneofField()
550 #undef GET_TEMP_VALUE in SwapOneofField()