Searched refs:ostream (Results 1 – 3 of 3) sorted by relevance
194 std::ostream& operator<<(std::ostream& os, Opcode opcode);197 std::ostream& operator<<(std::ostream& os, InstructionFormat format);
319 std::ostream& operator<<(std::ostream& os, Opcode opcode) { in operator <<()323 std::ostream& operator<<(std::ostream& os, InstructionFormat format) { in operator <<()
318 try (OutputStream ostream = new FileOutputStream(mApkInfoFile)) { in initApkList() argument319 ByteStreams.copy(inputStream, ostream); in initApkList()