OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VectorOutputStream
(Results
1 - 7
of
7
) sorted by null
/art/compiler/linker/
vector_output_stream.cc
24
VectorOutputStream
::
VectorOutputStream
(const std::string& location, std::vector<uint8_t>* vector)
27
off_t
VectorOutputStream
::Seek(off_t offset, Whence whence) {
vector_output_stream.h
29
class
VectorOutputStream
FINAL : public OutputStream {
31
VectorOutputStream
(const std::string& location, std::vector<uint8_t>* vector);
33
~
VectorOutputStream
() OVERRIDE {}
65
DISALLOW_COPY_AND_ASSIGN(
VectorOutputStream
);
output_stream_test.cc
98
VectorOutputStream
output_stream("test vector output", &output);
relative_patcher_test.h
283
VectorOutputStream
out_;
/art/compiler/debug/
elf_debug_writer.cc
153
linker::
VectorOutputStream
out("Debug ELF file", &buffer);
210
linker::
VectorOutputStream
out("Debug ELF file", &buffer);
elf_gnu_debugdata_writer.h
90
linker::
VectorOutputStream
out("Mini-debug-info ELF file", &buffer);
/art/dex2oat/linker/
multi_oat_relative_patcher_test.cc
219
VectorOutputStream
vos("output", &output);
Completed in 257 milliseconds