MCPcopy Create free account
hub / github.com/apache/arrow / TestStr

Class TestStr

cpp/src/arrow/util/test_common.h:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43struct TestStr {
44 TestStr();
45 TestStr(const std::string& s); // NOLINT runtime/explicit
46 TestStr(const char* s); // NOLINT runtime/explicit
47 explicit TestStr(const TestInt& test_int);
48 std::string value;
49
50 bool operator==(const TestStr& other) const;
51
52 friend std::ostream& operator<<(std::ostream& os, const TestStr& v);
53};
54
55template <>
56struct IterationTraits<TestStr> {

Callers 5

TESTFunction · 0.85
MakeFirstNFunction · 0.85
MakeAbortOnSecondFunction · 0.85
MakeFilterFunction · 0.85
EndMethod · 0.85

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.68
MakeFirstNFunction · 0.68
MakeAbortOnSecondFunction · 0.68
MakeFilterFunction · 0.68
EndMethod · 0.68