gem5
[DEVELOP-FOR-23.0]
|
#include <gtest/gtest.h>
#include <map>
#include <sstream>
#include <string_view>
#include <vector>
#include "base/stl_helpers/ostream_helpers.hh"
Go to the source code of this file.
Functions | |
TEST (OstreamHelpers, pair) | |
TEST (OstreamHelpers, tuple) | |
TEST (OstreamHelpers, vector) | |
TEST (OstreamHelpers, map) | |
TEST | ( | OstreamHelpers | , |
map | |||
) |
Definition at line 61 of file ostream_helpers.test.cc.
References gem5::VegaISA::m, and gem5::X86ISA::os.
TEST | ( | OstreamHelpers | , |
pair | |||
) |
Definition at line 39 of file ostream_helpers.test.cc.
References gem5::X86ISA::os, and gem5::VegaISA::p.
TEST | ( | OstreamHelpers | , |
tuple | |||
) |
Definition at line 46 of file ostream_helpers.test.cc.
References gem5::X86ISA::os, and gem5::VegaISA::t.
TEST | ( | OstreamHelpers | , |
vector | |||
) |
Definition at line 54 of file ostream_helpers.test.cc.
References gem5::X86ISA::os, and gem5::VegaISA::v.