MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / impl

Function impl

rtpose_wrapper/src/gtest/gtest.h:18229–18229  ·  view source on GitHub ↗

Accessors for the implementation object.

Source from the content-addressed store, hash-verified

18227
18228 // Accessors for the implementation object.
18229 internal::UnitTestImpl* impl() { return impl_; }
18230 const internal::UnitTestImpl* impl() const { return impl_; }
18231
18232 // These classes and funcions are friends as they need to access private

Callers 15

total_test_case_countMethod · 0.85
successful_test_countMethod · 0.85
failed_test_countMethod · 0.85
disabled_test_countMethod · 0.85
total_test_countMethod · 0.85
test_to_run_countMethod · 0.85
elapsed_timeMethod · 0.85
PassedMethod · 0.85
FailedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected