Home
last modified time | relevance | path

Searched refs:FMT_OVERRIDE (Results 1 – 4 of 4) sorted by relevance

/external/fmtlib/test/
Dlocale-test.cc19 Char do_decimal_point() const FMT_OVERRIDE { return '?'; } in do_decimal_point()
20 std::string do_grouping() const FMT_OVERRIDE { return "\03"; } in do_grouping()
21 Char do_thousands_sep() const FMT_OVERRIDE { return '~'; } in do_thousands_sep()
26 Char do_decimal_point() const FMT_OVERRIDE { return '.'; } in do_decimal_point()
27 std::string do_grouping() const FMT_OVERRIDE { return ""; } in do_grouping()
28 Char do_thousands_sep() const FMT_OVERRIDE { return ','; } in do_thousands_sep()
33 Char do_decimal_point() const FMT_OVERRIDE { return '.'; } in do_decimal_point()
34 std::string do_grouping() const FMT_OVERRIDE { return "\03\02"; } in do_grouping()
35 Char do_thousands_sep() const FMT_OVERRIDE { return ','; } in do_thousands_sep()
40 Char do_decimal_point() const FMT_OVERRIDE { return '.'; } in do_decimal_point()
[all …]
/external/fmtlib/include/fmt/
Dostream.h40 int_type overflow(int_type ch = traits_type::eof()) FMT_OVERRIDE {
46 std::streamsize xsputn(const Char* s, std::streamsize count) FMT_OVERRIDE { in xsputn()
Dcore.h102 #ifndef FMT_OVERRIDE
105 # define FMT_OVERRIDE override macro
107 # define FMT_OVERRIDE macro
779 void grow(size_t) final FMT_OVERRIDE {
800 void grow(size_t) final FMT_OVERRIDE {}
818 void grow(size_t capacity) final FMT_OVERRIDE {
841 void grow(size_t) final FMT_OVERRIDE {
Dformat.h668 void grow(size_t size) final FMT_OVERRIDE;
779 ~format_error() FMT_NOEXCEPT FMT_OVERRIDE;
3304 ~system_error() FMT_NOEXCEPT FMT_OVERRIDE;