Home
last modified time | relevance | path

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

/external/openscreen/test/
Dtest_main.cc40 struct GlobalTestState { struct
47 GlobalTestState InitFromArgs(int argc, char** argv) { in InitFromArgs()
58 GlobalTestState state; in InitFromArgs()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp92 GlobalState = std::make_unique<GlobalTestState>(); in SetUpTestCase()
156 struct GlobalTestState { struct in __anonbaeb340d0111::RandomAccessVisitorTest
157 GlobalTestState() : Strings(Allocator), ItemStream(llvm::support::little) {} in GlobalTestState() function
197 static std::unique_ptr<GlobalTestState> GlobalState;
201 std::unique_ptr<RandomAccessVisitorTest::GlobalTestState>