HomeSort by relevance Sort by last modified time
    Searched full:singlelinemode (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 250 boolean singleLineMode = false;
257 /** Setter of singleLineMode */
258 private Printer setSingleLineMode(boolean singleLineMode) {
259 this.singleLineMode = singleLineMode;
317 if (singleLineMode) {
330 if (singleLineMode) {
337 if (singleLineMode) {
426 if (singleLineMode) {
433 if (singleLineMode) {
    [all...]

Completed in 48 milliseconds