Home
last modified time | relevance | path

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

/external/cronet/base/
Dnative_library_unittest.cc89 class TestLibrary { class
91 TestLibrary() : TestLibrary(NativeLibraryOptions()) {} in TestLibrary() function in base::TestLibrary
93 explicit TestLibrary(const NativeLibraryOptions& options) in TestLibrary() function in base::TestLibrary
107 TestLibrary(const TestLibrary&) = delete;
108 TestLibrary& operator=(const TestLibrary&) = delete;
109 ~TestLibrary() { UnloadNativeLibrary(library_); } in ~TestLibrary()
127 TestLibrary library; in TEST()
145 TestLibrary library(options); in TEST()
/external/libchrome/base/
Dnative_library_unittest.cc73 class TestLibrary { class
75 TestLibrary() : TestLibrary(NativeLibraryOptions()) {} in TestLibrary() function in base::TestLibrary
77 explicit TestLibrary(const NativeLibraryOptions& options) in TestLibrary() function in base::TestLibrary
92 ~TestLibrary() { in ~TestLibrary()
105 DISALLOW_COPY_AND_ASSIGN(TestLibrary);
114 TestLibrary library; in TEST()
132 TestLibrary library(options); in TEST()