OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestGenerationEnvironment
(Results
1 - 5
of
5
) sorted by null
/external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc
568
class
TestGenerationEnvironment
: public ::testing::Environment {
570
static
TestGenerationEnvironment
* Instance() {
571
static
TestGenerationEnvironment
* instance = new
TestGenerationEnvironment
;
611
TestGenerationEnvironment
() : fixture_constructor_count_(0), set_up_count_(0),
619
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestGenerationEnvironment
);
631
typedef
TestGenerationEnvironment
<PARAMETER_COUNT> Environment;
[
all
...]
/external/gtest/test/
gtest-param-test_test.cc
568
class
TestGenerationEnvironment
: public ::testing::Environment {
570
static
TestGenerationEnvironment
* Instance() {
571
static
TestGenerationEnvironment
* instance = new
TestGenerationEnvironment
;
611
TestGenerationEnvironment
() : fixture_constructor_count_(0), set_up_count_(0),
619
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestGenerationEnvironment
);
631
typedef
TestGenerationEnvironment
<PARAMETER_COUNT> Environment;
[
all
...]
/external/protobuf/gtest/test/
gtest-param-test_test.cc
568
class
TestGenerationEnvironment
: public ::testing::Environment {
570
static
TestGenerationEnvironment
* Instance() {
571
static
TestGenerationEnvironment
* instance = new
TestGenerationEnvironment
;
610
TestGenerationEnvironment
() : fixture_constructor_count_(0), set_up_count_(0),
618
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestGenerationEnvironment
);
630
typedef
TestGenerationEnvironment
<PARAMETER_COUNT> Environment;
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc
568
class
TestGenerationEnvironment
: public ::testing::Environment {
570
static
TestGenerationEnvironment
* Instance() {
571
static
TestGenerationEnvironment
* instance = new
TestGenerationEnvironment
;
611
TestGenerationEnvironment
() : fixture_constructor_count_(0), set_up_count_(0),
619
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestGenerationEnvironment
);
631
typedef
TestGenerationEnvironment
<PARAMETER_COUNT> Environment;
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc
568
class
TestGenerationEnvironment
: public ::testing::Environment {
570
static
TestGenerationEnvironment
* Instance() {
571
static
TestGenerationEnvironment
* instance = new
TestGenerationEnvironment
;
611
TestGenerationEnvironment
() : fixture_constructor_count_(0), set_up_count_(0),
619
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestGenerationEnvironment
);
631
typedef
TestGenerationEnvironment
<PARAMETER_COUNT> Environment;
[
all
...]
Completed in 179 milliseconds