Searched refs:Quote (Results 1 - 12 of 12) sorted by relevance
/third_party/rust/crates/nom/examples/ |
H A D | s_expression.rs | 46 /// Expr::Quote(vec![Expr::Constant(Atom::Num(1)), 49 /// Quote takes an S-expression and prevents evaluation of it, making it a data 63 Quote(Vec<Expr>), 227 |exprs| Expr::Quote(exprs), in parse_quote() 271 Expr::Constant(_) | Expr::Quote(_) => Some(e), in eval_expression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 677 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local 678 output(Quote); // Starting quote. in scalarString() 685 outputUpToEndOfLine(Quote); in scalarString() 704 outputUpToEndOfLine(Quote); // Ending quote. in scalarString()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | wire.go | 130 return strconv.Quote(id.Name)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | wire.go | 130 return strconv.Quote(id.Name)
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | wire.go | 130 return strconv.Quote(id.Name)
|
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 275 (r'\'', Literal.Scalar.Flow.Quote, 'single-quoted-scalar'), 277 (r'\"', Literal.Scalar.Flow.Quote, 'double-quoted-scalar'), 361 (r'\'', Literal.Scalar.Flow.Quote, '#pop'), 376 (r'"', Literal.Scalar.Flow.Quote, '#pop'),
|
/third_party/node/deps/icu-small/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 228 fprintf(stderr, "Quote is '%c' - not sure what to do.\n", quote); in fixAt()
|
/third_party/icu/icu4c/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 228 fprintf(stderr, "Quote is '%c' - not sure what to do.\n", quote); in fixAt()
|
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 228 fprintf(stderr, "Quote is '%c' - not sure what to do.\n", quote); in fixAt()
|
/third_party/python/PCbuild/ |
H A D | find_python.bat | 67 @rem Quote it here; it's not quoted later because "py -x.y" wouldn't work
|
/third_party/rust/crates/os_str_bytes/src/ |
H A D | raw_str.rs | 1526 use uniquote::Quote; 1534 impl Quote for RawOsStr { 1541 impl Quote for RawOsString { in escape()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | tokenize.c | 502 Quote = 64, enumerator 529 ['\'' + 1] = Quote, 530 ['"' + 1] = Quote, 936 if (cclass[next + 1] & Quote) { in get_one_identifier()
|
Completed in 9 milliseconds