Home
last modified time | relevance | path

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

/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()