Home
last modified time | relevance | path

Searched defs:LoadBuffer (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet.cpp37 bool CFX_CSSStyleSheet::LoadBuffer(const wchar_t* pBuffer, int32_t iBufSize) { in LoadBuffer() function in CFX_CSSStyleSheet
/external/pdfium/fxjs/
Dcfx_globaldata_unittest.cpp23 Optional<pdfium::span<uint8_t>> LoadBuffer() override { in LoadBuffer() function in __anon9d1253910111::TestDelegate
/external/llvm-project/lldb/include/lldb/Utility/
DReproducer.h169 template <typename T> llvm::Expected<std::string> LoadBuffer() { in LoadBuffer() function