OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddCases
(Results
1 - 6
of
6
) sorted by null
/external/google-benchmark/test/
skip_with_error_test.cc
50
int
AddCases
(const char* base_name, std::initializer_list<TestCase> const& v) {
60
#define ADD_CASES(...) int CONCAT(dummy, __LINE__) =
AddCases
(__VA_ARGS__)
register_benchmark_test.cc
45
int
AddCases
(std::initializer_list<TestCase> const& v) {
54
#define ADD_CASES(...) int CONCAT(dummy, __LINE__) =
AddCases
({__VA_ARGS__})
112
AddCases
({"custom_fixture"});
124
AddCases
({{"lambda_benchmark", x}});
output_test_helper.cc
343
int
AddCases
(TestCaseID ID, std::initializer_list<TestCase> il) {
/external/libcxx/utils/google-benchmark/test/
skip_with_error_test.cc
50
int
AddCases
(const char* base_name, std::initializer_list<TestCase> const& v) {
60
#define ADD_CASES(...) int CONCAT(dummy, __LINE__) =
AddCases
(__VA_ARGS__)
register_benchmark_test.cc
45
int
AddCases
(std::initializer_list<TestCase> const& v) {
54
#define ADD_CASES(...) int CONCAT(dummy, __LINE__) =
AddCases
({__VA_ARGS__})
112
AddCases
({"custom_fixture"});
124
AddCases
({{"lambda_benchmark", "42"}});
output_test_helper.cc
162
int
AddCases
(TestCaseID ID, std::initializer_list<TestCase> il) {
Completed in 71 milliseconds