Home
last modified time | relevance | path

Searched refs:a_type_param (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4002 const char* a_type_param, in TestInfo() argument
4009 type_param_(a_type_param ? new std::string(a_type_param) : NULL), in TestInfo()
4213 TestCase::TestCase(const char* a_name, const char* a_type_param, in TestCase() argument
4217 type_param_(a_type_param ? new std::string(a_type_param) : NULL), in TestCase()
Dgtest.h20533 const char* a_type_param, // NULL if not a type-parameterized test
20596 TestCase(const char* name, const char* a_type_param,