Home
last modified time | relevance | path

Searched refs:LazyStat (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp89 LazyStat<TestRunInfo> currentTestRunInfo;
90 LazyStat<GroupInfo> currentGroupInfo;
91 LazyStat<TestCaseInfo> currentTestCaseInfo;
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h49 struct LazyStat : Option<T> { struct
50 LazyStat& operator=( T const& _value ) {
/external/bcc/tests/cc/
Dcatch.hpp5068 struct LazyStat : Option<T> { struct
5069 LazyStat() : used( false ) {} in LazyStat() argument
5070 LazyStat& operator=( T const& _value ) { in operator =() argument
8583 LazyStat<TestRunInfo> currentTestRunInfo;
8584 LazyStat<GroupInfo> currentGroupInfo;
8585 LazyStat<TestCaseInfo> currentTestCaseInfo;
/external/catch2/single_include/catch2/
Dcatch.hpp4887 struct LazyStat : Option<T> { struct
4888 LazyStat& operator=( T const& _value ) { in operator =() argument
5146 LazyStat<TestRunInfo> currentTestRunInfo;
5147 LazyStat<GroupInfo> currentGroupInfo;
5148 LazyStat<TestCaseInfo> currentTestCaseInfo;