OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inhibit_quoting
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/tools/gn/
escape.h
32
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
escape_unittest.cc
20
shell_options.
inhibit_quoting
= true;
26
shell_options.
inhibit_quoting
= false;
path_output.h
57
bool
inhibit_quoting
() const { return options_.
inhibit_quoting
; }
function in class:PathOutput
58
void set_inhibit_quoting(bool iq) { options_.
inhibit_quoting
= iq; }
escape.cc
37
if (!options.
inhibit_quoting
) {
path_output.cc
24
options_.
inhibit_quoting
= false;
ninja_binary_target_writer.cc
25
opts.
inhibit_quoting
= true;
48
old_inhibit_quoting_(path_output.
inhibit_quoting
()) {
ninja_build_writer.cc
58
escape_shell.
inhibit_quoting
= true;
ninja_script_target_writer.cc
129
template_escape_options.
inhibit_quoting
= true;
file_template.cc
161
escape_options.
inhibit_quoting
= true;
Completed in 1743 milliseconds