Searched refs:GetOptions (Results 1 – 2 of 2) sorted by relevance
73 unique_ptr<T> GetOptions(const char* command[]) { in GetOptions() function92 unique_ptr<JavaOptions> options = GetOptions<JavaOptions>(kPreprocessCommand); in TEST()108 GetOptions<JavaOptions>(kCompileJavaCommand); in TEST()119 unique_ptr<CppOptions> options = GetOptions<CppOptions>(kCompileCppCommand); in TEST()
768 options_(GetOptions()) {} in IoErrorHandlingTest()773 static unique_ptr<CppOptions> GetOptions() { in GetOptions() function in android::aidl::cpp::IoErrorHandlingTest