Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKey.cpp80 …if (int result = memcmp(m_binary->data(), other->m_binary->data(), std::min(m_binary->size(), othe… in compare()
82 return compareNumbers(m_binary->size(), other->m_binary->size()); in compare()
DIDBKey.h121 return m_binary; in binary()
150 …explicit IDBKey(PassRefPtr<SharedBuffer> value) : m_type(BinaryType), m_binary(value), m_number(0)… in IDBKey()
155 RefPtr<SharedBuffer> m_binary; variable
/external/opencv/otherlibs/highgui/
Dgrfmt_pxm.cpp163 m_binary = code >= '4'; in ReadHeader()
238 if( !m_binary ) in ReadData()
271 if( !m_binary ) in ReadData()
Dgrfmt_pxm.h67 bool m_binary; variable