Searched defs:getChunks (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_web_ui/src/transport/ | ||
D | web_serial_transport.ts | 153 private getChunks(port: SerialPort): PortReadConnection { method in WebSerialTransport |
/external/llvm-project/lld/COFF/ | ||
D | InputFiles.h | 143 ArrayRef<Chunk *> getChunks() { return chunks; } in getChunks() function |
D | DLL.cpp | 613 std::vector<Chunk *> DelayLoadContents::getChunks() { in getChunks() function in lld::coff::DelayLoadContents |
D | SymbolTable.cpp | 740 std::vector<Chunk *> SymbolTable::getChunks() { in getChunks() function in lld::coff::SymbolTable |
/external/zopfli/src/zopflipng/lodepng/ | ||
D | lodepng_util.cpp | 62 unsigned getChunks(std::vector<std::string> names[3], in getChunks() function |