MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / size

Method size

extern/libcds/test/unit/pqueue/test_data.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 T * begin() { return pFirst.get(); }
86 T * end() { return pLast; }
87 size_t size() const
88 {
89 return pLast - pFirst;
90 }
91 };
92 };
93} // namespace cds_test

Callers 15

testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
check_arrayMethod · 0.45
check_arrayMethod · 0.45
check_arrayMethod · 0.45
check_arrayMethod · 0.45
check_arrayMethod · 0.45
testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected