Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc345 #define SWAP_ARRAYS(CPPTYPE, TYPE) \ in Swap() macro
351 SWAP_ARRAYS(INT32 , int32 ); in Swap()
352 SWAP_ARRAYS(INT64 , int64 ); in Swap()
353 SWAP_ARRAYS(UINT32, uint32); in Swap()
354 SWAP_ARRAYS(UINT64, uint64); in Swap()
355 SWAP_ARRAYS(FLOAT , float ); in Swap()
356 SWAP_ARRAYS(DOUBLE, double); in Swap()
357 SWAP_ARRAYS(BOOL , bool ); in Swap()
358 SWAP_ARRAYS(ENUM , int ); in Swap()
359 #undef SWAP_ARRAYS in Swap()