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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc330 #define SWAP_ARRAYS(CPPTYPE, TYPE) \ macro
336 SWAP_ARRAYS(INT32 , int32 );
337 SWAP_ARRAYS(INT64 , int64 );
338 SWAP_ARRAYS(UINT32, uint32);
339 SWAP_ARRAYS(UINT64, uint64);
340 SWAP_ARRAYS(FLOAT , float );
341 SWAP_ARRAYS(DOUBLE, double);
342 SWAP_ARRAYS(BOOL , bool );
343 SWAP_ARRAYS(ENUM , int );
344 #undef SWAP_ARRAYS macro
[all...]
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc345 #define SWAP_ARRAYS(CPPTYPE, TYPE) \ macro
351 SWAP_ARRAYS(INT32 , int32 );
352 SWAP_ARRAYS(INT64 , int64 );
353 SWAP_ARRAYS(UINT32, uint32);
354 SWAP_ARRAYS(UINT64, uint64);
355 SWAP_ARRAYS(FLOAT , float );
356 SWAP_ARRAYS(DOUBLE, double);
357 SWAP_ARRAYS(BOOL , bool );
358 SWAP_ARRAYS(ENUM , int );
359 #undef SWAP_ARRAYS macro
[all...]

Completed in 57 milliseconds