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

Method Clear

rtpose_wrapper/src/gtest/gtest-all.cpp:3148–3153  ·  view source on GitHub ↗

Clears the object.

Source from the content-addressed store, hash-verified

3146
3147// Clears the object.
3148void TestResult::Clear() {
3149 test_part_results_.clear();
3150 test_properties_.clear();
3151 death_test_count_ = 0;
3152 elapsed_time_ = 0;
3153}
3154
3155// Returns true iff the test failed.
3156bool TestResult::Failed() const {

Callers 12

ToProtoMethod · 0.45
RecurrentInputShapesMethod · 0.45
RecurrentInputShapesMethod · 0.45
LayerSetUpMethod · 0.45
ConfigureSplitLayerFunction · 0.45
UpgradeV0NetFunction · 0.45
UpgradeV0PaddingLayersFunction · 0.45
UpgradeV0LayerParameterFunction · 0.45
UpgradeV1LayerParameterFunction · 0.45
ClearTestResultFunction · 0.45
ClearAdHocTestResultFunction · 0.45
ToProtoMethod · 0.45

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected