Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1386 Environment* AddEnvironment(Environment* env);
1475 return UnitTest::GetInstance()->AddEnvironment(env); in AddGlobalTestEnvironment()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4755 Environment* UnitTest::AddEnvironment(Environment* env) { in AddEnvironment() function in testing::UnitTest