Searched defs:ScopedNativeLibrary (Results 1 – 4 of 4) sorted by relevance
15 ScopedNativeLibrary::ScopedNativeLibrary() : BaseClass(), error_() {} in ScopedNativeLibrary() function in base::ScopedNativeLibrary19 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary22 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) in ScopedNativeLibrary() function in base::ScopedNativeLibrary27 ScopedNativeLibrary::ScopedNativeLibrary(ScopedNativeLibrary&& scoped_library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary
19 TEST(ScopedNativeLibrary, Basic) { in TEST() argument
9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(nullptr) {} in ScopedNativeLibrary() function in base::ScopedNativeLibrary11 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary15 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) { in ScopedNativeLibrary() function in base::ScopedNativeLibrary