HomeSort by relevance Sort by last modified time
    Searched defs:inhibit_quoting (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
escape.h 44 inhibit_quoting(false) {
61 bool inhibit_quoting; member in struct:EscapeOptions
67 // (if inhibit_quoting was set) quoted will be written to it. This value should
path_output.h 45 bool inhibit_quoting() const { return options_.inhibit_quoting; } function in class:PathOutput
46 void set_inhibit_quoting(bool iq) { options_.inhibit_quoting = iq; }

Completed in 110 milliseconds