Searched defs:SetBuffer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcmd_parser.cc22 void CommandParser::SetBuffer( function in class:gpu::CommandParser
/external/chromium_org/net/http/
H A Dhttp_auth_gssapi_posix_unittest.cc29 void SetBuffer(gss_buffer_t dest, const void* src, size_t length) { function in namespace:net::__anon9263
48 SetBuffer(dest, src->value, src->length);
H A Dmock_gssapi_library_posix.cc63 void SetBuffer(gss_buffer_t dest, const void* src, size_t length) { function in namespace:net::__anon9341
82 SetBuffer(dest, src->value, src->length);
97 SetBuffer(dest, src.c_str(), src.length());
/external/llvm/include/llvm/Support/
H A Draw_ostream.h53 /// InternalBuffer); otherwise the buffer has been set via SetBuffer and is
56 /// If a subclass installs an external buffer using SetBuffer then it can wait
258 /// safe for the subclass to install a new buffer via SetBuffer.
276 /// SetBuffer - Use the provided buffer as the raw_ostream buffer. This is
280 void SetBuffer(char *BufferStart, size_t Size) { function in class:llvm::raw_ostream
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp412 static inline void SetBuffer(CByteBuffer &bb, const Byte *data, int size) function
441 SetBuffer(item.StartSignature, arc.Signature, arc.SignatureSize);

Completed in 109 milliseconds