HomeSort by relevance Sort by last modified time
    Searched defs:VectorOutputStream (Results 1 - 2 of 2) sorted by null

  /art/compiler/
vector_output_stream.cc 23 VectorOutputStream::VectorOutputStream(const std::string& location, std::vector<uint8_t>* vector)
26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) {
vector_output_stream.h 28 class VectorOutputStream FINAL : public OutputStream {
30 VectorOutputStream(const std::string& location, std::vector<uint8_t>* vector);
32 virtual ~VectorOutputStream() {}
60 DISALLOW_COPY_AND_ASSIGN(VectorOutputStream);

Completed in 42 milliseconds