Searched defs:ByteVec (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectWriter.h180 void WriteBytes(const SmallVectorImpl<char> &ByteVec, unsigned ZeroFillSize = 0) { argument
181 WriteBytes(StringRef(ByteVec.data(), ByteVec.size()), ZeroFillSize);
/external/chromium_org/third_party/smhasher/src/
H A DTypes.h38 struct ByteVec : public std::vector<uint8_t> struct in inherits:std::vector
40 ByteVec ( const void * key, int len ) function in struct:ByteVec
157 typedef CollisionMap<hashtype,ByteVec> collmap;
174 m_collmap[h].push_back( ByteVec(key,len) );

Completed in 112 milliseconds