Home
last modified time | relevance | path

Searched defs:compilerWithOptions (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DCompilers.java60 public static Compiler compilerWithOptions(CompilerMode... compilerModes) { in compilerWithOptions() method in Compilers
68 public static Compiler compilerWithOptions(String... options) { in compilerWithOptions() method in Compilers
72 public static Compiler compilerWithOptions(Iterable<String> options) { in compilerWithOptions() method in Compilers