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

  /external/llvm/include/llvm/Support/
FormattedStream.h 112 SetBufferSize(BufferSize);
161 TheStream->SetBufferSize(BufferSize);
raw_ostream.h 100 /// SetBufferSize - Set the stream to be buffered, using the
102 void SetBufferSize(size_t Size) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3ds.h 96 virtual HRESULT WINAPI SetBufferSize(DWORD BufferSize) = 0;
109 HRESULT (WINAPI *SetBufferSize)(ITAllocatorProperties *This,DWORD BufferSize);
124 #define ITAllocatorProperties_SetBufferSize(This,BufferSize) (This)->lpVtbl->SetBufferSize(This,BufferSize)
tapi3.h     [all...]
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 123 OS.SetBufferSize(1);
  /external/llvm/lib/Support/
raw_ostream.cpp 82 SetBufferSize(Size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 749 STDMETHOD_(void, SetBufferSize)( THIS_ \
777 STDMETHODIMP_(void) SetBufferSize( \
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc 149 void SetBufferSize(int size);
177 void ReadBufferingStreamSocket::SetBufferSize(int size) {
    [all...]

Completed in 316 milliseconds