Home
last modified time | relevance | path

Searched defs:Formatter (Results 1 – 25 of 31) sorted by relevance

12

/third_party/rust/crates/regex/regex-syntax/src/
Derror.rs70 pub struct Formatter<'e, E> { struct
82 impl<'e> From<&'e ast::Error> for Formatter<'e, ast::ErrorKind> { argument
93 impl<'e> From<&'e hir::Error> for Formatter<'e, hir::ErrorKind> { implementation
104 impl<'e, E: fmt::Display> fmt::Display for Formatter<'e, E> { implementation
/third_party/rust/crates/syn/examples/dump-syntax/src/
Dmain.rs94 formatter: &mut fmt::Formatter, in render_location()
146 fn render_fallback(formatter: &mut fmt::Formatter, err: &syn::Error) -> fmt::Result { in render_fallback()
/third_party/rust/crates/env_logger/src/fmt/
Dmod.rs97 pub struct Formatter { struct
102 impl Formatter { argument
123 impl Write for Formatter { implementation
133 impl fmt::Debug for Formatter { implementation
/third_party/rust/crates/env_logger/src/fmt/humantime/
Dextern_impl.rs14 impl Formatter { impl
/third_party/rust/crates/serde/test_suite/tests/expand/
Dlifetimes.expanded.rs118 __formatter: &mut _serde::__private::Formatter, in deserialize()
194 __formatter: &mut _serde::__private::Formatter, in deserialize()
230 __formatter: &mut _serde::__private::Formatter, in deserialize()
297 __formatter: &mut _serde::__private::Formatter, in deserialize()
414 __formatter: &mut _serde::__private::Formatter, in deserialize()
481 __formatter: &mut _serde::__private::Formatter, in deserialize()
Dgeneric_enum.expanded.rs141 __formatter: &mut _serde::__private::Formatter, in deserialize()
225 __formatter: &mut _serde::__private::Formatter, in deserialize()
272 __formatter: &mut _serde::__private::Formatter, in deserialize()
342 __formatter: &mut _serde::__private::Formatter, in deserialize()
420 __formatter: &mut _serde::__private::Formatter, in deserialize()
Dde_enum.expanded.rs295 __formatter: &mut _serde::__private::Formatter, in deserialize()
387 __formatter: &mut _serde::__private::Formatter, in deserialize()
432 __formatter: &mut _serde::__private::Formatter, in deserialize()
556 __formatter: &mut _serde::__private::Formatter, in deserialize()
642 __formatter: &mut _serde::__private::Formatter, in deserialize()
935 __formatter: &mut _serde::__private::Formatter, in deserialize()
1059 __formatter: &mut _serde::__private::Formatter, in deserialize()
1145 __formatter: &mut _serde::__private::Formatter, in deserialize()
Dgeneric_struct.expanded.rs66 __formatter: &mut _serde::__private::Formatter, in deserialize()
129 __formatter: &mut _serde::__private::Formatter, in deserialize()
246 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
309 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
463 __formatter: &mut _serde::__private::Formatter, in deserialize()
542 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
Dgeneric_tuple_struct.expanded.rs34 __formatter: &mut _serde::__private::Formatter, in deserialize()
115 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
Ddefault_ty_param.expanded.rs70 __formatter: &mut _serde::__private::Formatter, in deserialize()
127 __formatter: &mut _serde::__private::Formatter, in deserialize()
250 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
309 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
Dnamed_tuple.expanded.rs89 __formatter: &mut _serde::__private::Formatter, in deserialize()
188 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
Dnamed_map.expanded.rs91 __formatter: &mut _serde::__private::Formatter, in deserialize()
164 __formatter: &mut _serde::__private::Formatter, in deserialize()
375 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
449 __formatter: &mut _serde::__private::Formatter, in deserialize_in_place()
Dvoid.expanded.rs39 __formatter: &mut _serde::__private::Formatter, in deserialize()
103 __formatter: &mut _serde::__private::Formatter, in deserialize()
Dnamed_unit.expanded.rs37 __formatter: &mut _serde::__private::Formatter, in deserialize()
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter.cc109 Formatter::Formatter() {} in Formatter() function in tint::diag::Formatter
110 Formatter::Formatter(const Style& style) : style_(style) {} in Formatter() function in tint::diag::Formatter
/third_party/rust/crates/heck/src/
Dlib.rs82 f: &mut fmt::Formatter, in transform()
/third_party/rust/crates/humantime/src/
Dduration.rs259 fn item_plural(f: &mut fmt::Formatter, started: &mut bool, in item_plural()
275 fn item(f: &mut fmt::Formatter, started: &mut bool, name: &str, value: u32) in item()
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs17 impl Formatter { impl
/third_party/typescript/tests/cases/user/chrome-devtools-frontend/
Ddefinitions.js32 var Formatter = {}; variable
/third_party/mesa3d/src/gallium/tools/trace/
Dformat.py33 class Formatter: class
/third_party/rust/crates/serde/serde/src/ser/
Dfmt.rs37 impl<'a, 'b> Serializer for &'a mut fmt::Formatter<'b> { implementation
/third_party/python/Lib/
Dstring.py159 class Formatter: class
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h690 explicit Formatter(io::Printer* printer) : printer_(printer) {} in Formatter() function
691 Formatter(io::Printer* printer, in Formatter() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp786 const MIRFormatter *Formatter = nullptr; in print() local
1138 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
DStableAPI.java1024 public interface Formatter { interface in StableAPI

12