template<class Type>
Definition at line 25 of file Endian.h. References EndianSwapIt(). Referenced by Impala::Util::DatabaseReadNative(), Impala::Util::DatabaseWriteNative(), Impala::Core::Array::Trait::UpoEndian< DstArrayT, SrcArrayT >::DoIt(), NativeTypeRead(), Impala::Persistency::File::ReadNative(), and Impala::Persistency::File::WriteNative(). 00026 { 00027 #ifdef BIG_ENDIAN_IO 00028 EndianSwapIt((UInt8 *) v, sizeof(Type)); 00029 #endif 00030 }
Here is the call graph for this function:
|