Searched defs:BufSize (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 78 InMemoryBuffer(StringRef Path, MemoryBlock Buf, std::size_t BufSize, in InMemoryBuffer() argument
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.h | 77 UInt32 BufSize;
in Z7_class_final() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 1434 int BufSize; // Buffer size (in bytes) = capacity+1 // Read-only // [Resize,Completion,History,Always] Include zero-terminator storage. In C land == ARRAYSIZE(my_char_array), in C++ land: string.capacity()+1 member
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 1981 int BufSize; // Buffer size (in bytes) = capacity+1 // Read-only // [Resize,Completion,History,Always] Include zero-terminator storage. In C land == ARRAYSIZE(my_char_array), in C++ land: string.capacity()+1 member
|
Completed in 24 milliseconds