HomeSort by relevance Sort by last modified time
    Searched refs:ByteVec (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCObjectWriter.h 180 void WriteBytes(const SmallVectorImpl<char> &ByteVec, unsigned ZeroFillSize = 0) {
181 WriteBytes(StringRef(ByteVec.data(), ByteVec.size()), ZeroFillSize);
  /external/chromium_org/third_party/smhasher/src/
KeysetTest.cpp 270 void DumpCollisionMap ( CollisionMap<hashtype,ByteVec> & cmap )
272 typedef CollisionMap<hashtype,ByteVec> cmap_t;
282 std::vector<ByteVec> & keys = (*it).second;
286 ByteVec & key = keys[i];
321 CollisionMap<uint128_t,ByteVec> cmap;
Types.h 38 struct ByteVec : public std::vector<uint8_t>
40 ByteVec ( const void * key, int len )
157 typedef CollisionMap<hashtype,ByteVec> collmap;
174 m_collmap[h].push_back( ByteVec(key,len) );

Completed in 6232 milliseconds