Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbytebuffer.cc92 if (byte_order_ == ORDER_NETWORK || IsHostBigEndian()) { in ReadUInt24()
162 if (byte_order_ == ORDER_NETWORK || IsHostBigEndian()) { in WriteUInt24()
Dbyteorder.h129 inline bool IsHostBigEndian() { in IsHostBigEndian() function
Dbytebuffer_unittest.cc28 if (IsHostBigEndian()) { in TEST()