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

  /external/llvm/include/llvm/Support/
raw_ostream.h 55 /// InternalBuffer); otherwise the buffer has been set via SetBuffer and is
58 /// If a subclass installs an external buffer using SetBuffer then it can wait
268 /// safe for the subclass to install a new buffer via SetBuffer.
289 void SetBuffer(char *BufferStart, size_t Size) {
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 412 static inline void SetBuffer(CByteBuffer &bb, const Byte *data, int size)
441 SetBuffer(item.StartSignature, arc.Signature, arc.SignatureSize);
  /art/compiler/
elf_builder.h 199 void SetBuffer(const std::vector<uint8_t>& buffer) {
    [all...]

Completed in 414 milliseconds