Searched defs:inhibit_quoting (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
H A Descape.h32 inhibit_quoting(false) {
46 bool inhibit_quoting; member in struct:EscapeOptions
52 // (if inhibit_quoting was set) quoted will be written to it. This value should
H A Dpath_output.h57 bool inhibit_quoting() const { return options_.inhibit_quoting; } function in class:PathOutput
58 void set_inhibit_quoting(bool iq) { options_.inhibit_quoting = iq; }

Completed in 220 milliseconds