Home
last modified time | relevance | path

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

/third_party/boost/boost/algorithm/string/
Dfind_format.hpp61 FormatterT Formatter ) in find_format_copy()
95 FormatterT Formatter ) in find_format_copy()
131 FormatterT Formatter) in find_format()
180 FormatterT Formatter) in find_format_all_copy()
215 FormatterT Formatter ) in find_format_all_copy()
253 FormatterT Formatter ) in find_format_all()
/third_party/boost/boost/algorithm/string/detail/
Dfind_format.hpp36 FormatterT Formatter, in find_format_copy_impl2()
75 FormatterT Formatter, in find_format_copy_impl()
100 FormatterT Formatter, in find_format_copy_impl2()
136 FormatterT Formatter, in find_format_copy_impl()
159 FormatterT Formatter, in find_format_impl2()
188 FormatterT Formatter, in find_format_impl()
Dfind_format_all.hpp38 FormatterT Formatter, in find_format_all_copy_impl2()
85 FormatterT Formatter, in find_format_all_copy_impl()
112 FormatterT Formatter, in find_format_all_copy_impl2()
160 FormatterT Formatter, in find_format_all_copy_impl()
186 FormatterT Formatter, in find_format_all_impl2()
256 FormatterT Formatter, in find_format_all_impl()
Dfind_format_store.hpp45 const formatter_type& Formatter ) : in find_format_store()
/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/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/python/Lib/
Dstring.py159 class Formatter: class
/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/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/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
DStableAPI.java1024 public interface Formatter { interface in StableAPI
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2606 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
2867 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h133 class Formatter; variable
/third_party/python/Lib/logging/
D__init__.py522 class Formatter(object): class