Searched refs:NativeLibraryOptions (Results 1 – 4 of 4) sorted by relevance
68 struct BASE_EXPORT NativeLibraryOptions { struct69 NativeLibraryOptions() = default;70 NativeLibraryOptions(const NativeLibraryOptions& options) = default;91 const NativeLibraryOptions& options, argument
75 TestLibrary() : TestLibrary(NativeLibraryOptions()) {} in TestLibrary()77 explicit TestLibrary(const NativeLibraryOptions& options) in TestLibrary()130 NativeLibraryOptions options; in TEST()
12 library_path, NativeLibraryOptions(), error); in LoadNativeLibrary()
22 const NativeLibraryOptions& options, in LoadNativeLibraryWithOptions()