#include <bind.h>
Public Member Functions | |
std::ostream & | Print (std::ostream &os) const |
std::ostream & | Print (std::ostream &os) const |
Streamable (const UntypedFormatSpecImpl &format, absl::Span< const FormatArgImpl > args) | |
Streamable (const UntypedFormatSpecImpl &format, absl::Span< const FormatArgImpl > args) | |
Private Attributes | |
absl::Span< const FormatArgImpl > | args_ |
FormatArgImpl | few_args_ [4] |
const UntypedFormatSpecImpl & | format_ |
std::vector< FormatArgImpl > | many_args_ |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Streamable &l) |
std::ostream & | operator<< (std::ostream &os, const Streamable &l) |
Definition at line 176 of file abseil-cpp/absl/strings/internal/str_format/bind.h.
|
inline |
Definition at line 178 of file abseil-cpp/absl/strings/internal/str_format/bind.h.
|
inline |
Definition at line 147 of file bloaty/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h.
std::ostream& absl::str_format_internal::Streamable::Print | ( | std::ostream & | os | ) | const |
std::ostream & absl::str_format_internal::Streamable::Print | ( | std::ostream & | os | ) | const |
Definition at line 203 of file abseil-cpp/absl/strings/internal/str_format/bind.cc.
|
friend |
Definition at line 163 of file bloaty/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h.
|
friend |
Definition at line 194 of file abseil-cpp/absl/strings/internal/str_format/bind.h.
|
private |
Definition at line 200 of file abseil-cpp/absl/strings/internal/str_format/bind.h.
|
private |
Definition at line 202 of file abseil-cpp/absl/strings/internal/str_format/bind.h.
|
private |
Definition at line 199 of file abseil-cpp/absl/strings/internal/str_format/bind.h.
|
private |
Definition at line 205 of file abseil-cpp/absl/strings/internal/str_format/bind.h.