Home
last modified time | relevance | path

Searched defs:FormatState (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc453 struct FormatState { struct
454 char sign_char;
455 size_t precision;
456 const FormatConversionSpecImpl &conv;
457 FormatSinkImpl *sink;
461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc453 struct FormatState { struct
454 char sign_char;
455 size_t precision;
456 const FormatConversionSpecImpl &conv;
457 FormatSinkImpl *sink;
461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/external/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc453 struct FormatState { struct
454 char sign_char;
455 size_t precision;
456 const FormatConversionSpecImpl &conv;
457 FormatSinkImpl *sink;
461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dfloat_conversion.cc441 struct FormatState { struct
442 char sign_char;
443 int precision;
444 const FormatConversionSpecImpl &conv;
445 FormatSinkImpl *sink;
449 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc453 struct FormatState { struct
454 char sign_char;
455 size_t precision;
456 const FormatConversionSpecImpl &conv;
457 FormatSinkImpl *sink;
461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/
Dfloat_conversion.cc453 struct FormatState { struct
454 char sign_char;
455 size_t precision;
456 const FormatConversionSpecImpl &conv;
457 FormatSinkImpl *sink;
461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc453 struct FormatState { struct
454 char sign_char;
455 size_t precision;
456 const FormatConversionSpecImpl &conv;
457 FormatSinkImpl *sink;
461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc453 struct FormatState { struct
454 char sign_char;
455 size_t precision;
456 const FormatConversionSpecImpl &conv;
457 FormatSinkImpl *sink;
461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc453 struct FormatState { struct
454 char sign_char;
455 size_t precision;
456 const FormatConversionSpecImpl &conv;
457 FormatSinkImpl *sink;
461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()