Home
last modified time | relevance | path

Searched defs:Quoted (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/anyhow/src/
Dcontext.rs166 struct Quoted<C>(C); struct
168 impl<C> Debug for Quoted<C> implementation
180 impl Write for Quoted<&mut fmt::Formatter<'_>> { implementation
/external/tensorflow/tensorflow/c/experimental/ops/gen/common/
Dview_util.cc32 string Quoted(const string& s) { return absl::Substitute("\"$0\"", s); } in Quoted() function
/external/pdfium/xfa/fxfa/formcalc/
Dcxfa_fmexpression_unittest.cpp97 TEST_F(FMStringExpressionTest, Quoted) { in TEST_F() argument
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h29 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'. enumerator
/external/rust/cxx/syntax/
Dmod.rs75 Quoted, enumerator
/external/clang/lib/Driver/
DTools.cpp353 SmallString<128> Quoted; in AddPreprocessingOptions() local
383 SmallString<128> Quoted; in AddPreprocessingOptions() local