Searched defs:SWAP_VALUES (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc357 #define SWAP_VALUES(CPPTYPE, TYPE) \ macro
363 SWAP_VALUES(INT32 , int32 );
364 SWAP_VALUES(INT64 , int64 );
365 SWAP_VALUES(UINT32, uint32);
366 SWAP_VALUES(UINT64, uint64);
367 SWAP_VALUES(FLOAT , float );
368 SWAP_VALUES(DOUBLE, double);
369 SWAP_VALUES(BOOL , bool );
370 SWAP_VALUES(ENUM , int );
371 #undef SWAP_VALUES macro
[all...]
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc372 #define SWAP_VALUES(CPPTYPE, TYPE) \ macro
378 SWAP_VALUES(INT32 , int32 );
379 SWAP_VALUES(INT64 , int64 );
380 SWAP_VALUES(UINT32, uint32);
381 SWAP_VALUES(UINT64, uint64);
382 SWAP_VALUES(FLOAT , float );
383 SWAP_VALUES(DOUBLE, double);
384 SWAP_VALUES(BOOL , bool );
385 SWAP_VALUES(ENUM , int );
386 SWAP_VALUES(MESSAG
387 #undef SWAP_VALUES macro
[all...]

Completed in 114 milliseconds