HomeSort by relevance Sort by last modified time
    Searched refs:raw_output_ (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
zip_writer.h 87 io::ZeroCopyOutputStream* raw_output_; member in class:google::protobuf::compiler::ZipWriter
zip_writer.cc 136 : raw_output_(raw_output) {}
144 info.offset = raw_output_->ByteCount();
151 io::CodedOutputStream output(raw_output_);
171 uint32 dir_ofs = raw_output_->ByteCount();
174 io::CodedOutputStream output(raw_output_);
  /bionic/benchmarks/tests/
interface_test.cpp 33 raw_output_ = "";
45 std::string raw_output_; member in class:SystemTests
58 sanitized_output_ = std::regex_replace(raw_output_, std::regex(".+(BM_\\S+) +.+"), "$1");
115 raw_output_ = "";
127 raw_output_ += buffer;
132 ASSERT_EQ(pid_, TEMP_FAILURE_RETRY(waitpid(pid_, &status, 0))) << "Test output:\n" << raw_output_;
134 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_;
140 ASSERT_EQ(expected_output, raw_output_);
    [all...]
  /bionic/libc/malloc_hooks/tests/
malloc_hooks_tests.cpp 98 std::string raw_output_; member in class:MallocHooksTest

Completed in 602 milliseconds