Home
last modified time | relevance | path

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

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DCommandLineOptions.java30 private final boolean inPlace; field in CommandLineOptions
49 boolean inPlace, in CommandLineOptions()
90 boolean inPlace() { in inPlace() method in CommandLineOptions
184 private boolean inPlace = false; field in CommandLineOptions.Builder
202 Builder inPlace(boolean inPlace) { in inPlace() argument
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DCommandLineOptionsParserTest.java117 public void inPlace() { in inPlace() method in CommandLineOptionsParserTest
/external/skqp/bench/
DPathBench.cpp467 PathTransformBench(bool inPlace) : fInPlace(inPlace) {} in PathTransformBench()
/external/skia/bench/
DPathBench.cpp469 PathTransformBench(bool inPlace) : fInPlace(inPlace) {} in PathTransformBench()