Searched refs:m_binary (Results 1 – 4 of 4) sorted by relevance
75 …if (int result = memcmp(m_binary->data(), other->m_binary->data(), std::min(m_binary->size(), othe… in compare()77 return compareNumbers(m_binary->size(), other->m_binary->size()); in compare()
120 return m_binary; in binary()152 …explicit IDBKey(PassRefPtr<SharedBuffer> value) : m_type(BinaryType), m_binary(value), m_number(0)… in IDBKey()157 RefPtr<SharedBuffer> m_binary; variable
67 bool m_binary; variable
163 m_binary = code >= '4'; in ReadHeader()238 if( !m_binary ) in ReadData()271 if( !m_binary ) in ReadData()