Home
last modified time | relevance | path

Searched defs:FormatSpec (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_parse_format/src/
Dlib.rs109 pub struct FormatSpec<'a> { struct
111 pub fill: Option<char>,
113 pub align: Alignment,
115 pub sign: Option<Sign>,
117 pub alternate: bool,
119 pub zero_pad: bool,
121 pub debug_hex: Option<DebugHex>,
123 pub precision: Count<'a>,
125 pub precision_span: Option<InnerSpan>,
127 pub width: Count<'a>,
[all …]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DFormatSpec.java103 public abstract class FormatSpec { class
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format.h256 using FormatSpec = str_format_internal::FormatSpecTemplate< variable
/third_party/protobuf/third_party/abseil-cpp/absl/strings/
Dstr_format.h280 using FormatSpec = str_format_internal::FormatSpecTemplate< variable