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

Class TestInt

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

Source from the content-addressed store, hash-verified

25namespace arrow {
26
27struct TestInt {
28 TestInt();
29 TestInt(int i); // NOLINT runtime/explicit
30 int value;
31
32 bool operator==(const TestInt& other) const;
33
34 friend std::ostream& operator<<(std::ostream& os, const TestInt& v);
35};
36
37template <>
38struct IterationTraits<TestInt> {

Callers 6

TESTFunction · 0.85
TEST_PFunction · 0.85
NextMethod · 0.85
TESTFunction · 0.85
EndMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.68
TEST_PFunction · 0.68
NextMethod · 0.68
TESTFunction · 0.68
EndMethod · 0.68
TESTFunction · 0.68