Home
last modified time | relevance | path

Searched defs:getChunks (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_web_ui/src/transport/
Dweb_serial_transport.ts153 private getChunks(port: SerialPort): PortReadConnection { method in WebSerialTransport
/external/llvm-project/lld/COFF/
DInputFiles.h143 ArrayRef<Chunk *> getChunks() { return chunks; } in getChunks() function
DDLL.cpp613 std::vector<Chunk *> DelayLoadContents::getChunks() { in getChunks() function in lld::coff::DelayLoadContents
DSymbolTable.cpp740 std::vector<Chunk *> SymbolTable::getChunks() { in getChunks() function in lld::coff::SymbolTable
/external/zopfli/src/zopflipng/lodepng/
Dlodepng_util.cpp62 unsigned getChunks(std::vector<std::string> names[3], in getChunks() function