Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection.cc569 #define SET_ONEOF_VALUE1(CPPTYPE, TYPE) \ in SwapOneofField() macro
574 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()