Home
last modified time | relevance | path

Searched refs:Formatter (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_enum_field.cc71 Formatter format(printer, variables_); in GeneratePrivateMembers()
77 Formatter format(printer, variables_); in GenerateAccessorDeclarations()
90 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions()
116 Formatter format(printer, variables_); in GenerateClearingCode()
121 Formatter format(printer, variables_); in GenerateMergingCode()
126 Formatter format(printer, variables_); in GenerateSwappingCode()
131 Formatter format(printer, variables_); in GenerateConstructorCode()
137 Formatter format(printer, variables_); in GenerateCopyConstructorCode()
143 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray()
151 Formatter format(printer, variables_); in GenerateByteSize()
[all …]
Dcpp_primitive_field.cc130 Formatter format(printer, variables_); in GeneratePrivateMembers()
136 Formatter format(printer, variables_); in GenerateAccessorDeclarations()
149 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions()
171 Formatter format(printer, variables_); in GenerateClearingCode()
176 Formatter format(printer, variables_); in GenerateMergingCode()
181 Formatter format(printer, variables_); in GenerateSwappingCode()
187 Formatter format(printer, variables_); in GenerateConstructorCode()
193 Formatter format(printer, variables_); in GenerateCopyConstructorCode()
199 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray()
208 Formatter format(printer, variables_); in GenerateByteSize()
[all …]
Dcpp_string_field.cc98 Formatter format(printer, variables_); in GeneratePrivateMembers()
119 Formatter format(printer, variables_); in GenerateStaticMembers()
133 Formatter format(printer, variables_); in GenerateAccessorDeclarations()
198 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions()
375 Formatter format(printer, variables_); in GenerateNonInlineAccessorDefinitions()
385 Formatter format(printer, variables_); in GenerateClearingCode()
407 Formatter format(printer, variables_); in GenerateMessageClearingCode()
460 Formatter format(printer, variables_); in GenerateMergingCode()
472 Formatter format(printer, variables_); in GenerateSwappingCode()
481 Formatter format(printer, variables_); in GenerateConstructorCode()
[all …]
Dcpp_message_field.cc96 Formatter format(printer, variables_); in GeneratePrivateMembers()
106 Formatter format(printer, variables_); in GenerateAccessorDeclarations()
160 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions()
298 Formatter format(printer, variables_); in GenerateInternalAccessorDeclarations()
315 Formatter format(printer, variables_); in GenerateInternalAccessorDefinitions()
390 Formatter format(printer, variables_); in GenerateClearingCode()
408 Formatter format(printer, variables_); in GenerateMessageClearingCode()
427 Formatter format(printer, variables_); in GenerateMergingCode()
442 Formatter format(printer, variables_); in GenerateSwappingCode()
449 Formatter format(printer, variables_); in GenerateDestructorCode()
[all …]
Dcpp_service.cc48 Formatter* format) { in InitMethodVariables()
68 Formatter format(printer, vars_); in GenerateDeclarations()
79 Formatter format(printer, vars_); in GenerateInterface()
123 Formatter format(printer, vars_); in GenerateStubDefinition()
157 Formatter format(printer, vars_); in GenerateMethodSignatures()
171 Formatter format(printer, vars_); in GenerateImplementation()
215 Formatter format(printer, vars_); in GenerateNotImplementedMethods()
230 Formatter format(printer, vars_); in GenerateCallMethod()
244 Formatter format(printer, vars_); in GenerateCallMethod()
272 Formatter format(printer, vars_); in GenerateGetPrototype()
[all …]
Dcpp_map_field.cc102 Formatter format(printer, variables_); in GeneratePrivateMembers()
114 Formatter format(printer, variables_); in GenerateAccessorDeclarations()
131 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions()
156 Formatter format(printer, variables_); in GenerateClearingCode()
161 Formatter format(printer, variables_); in GenerateMergingCode()
166 Formatter format(printer, variables_); in GenerateSwappingCode()
176 static void GenerateSerializationLoop(const Formatter& format, bool string_key, in GenerateSerializationLoop()
210 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray()
287 Formatter format(printer, variables_); in GenerateByteSize()
Dcpp_file.cc153 Formatter format(printer, variables_); in GenerateMacroUndefs()
184 Formatter format(printer, variables_); in GenerateHeader()
248 Formatter format(printer, variables_); in GenerateProtoHeader()
286 Formatter format(printer, variables_); in GeneratePBHeader()
331 Formatter format(printer, variables_); in DoIncludeFile()
383 Formatter format(printer, variables_); in GenerateSourceIncludes()
436 Formatter format(printer, variables_); in GenerateSourceDefaultInstance()
506 Formatter format(printer, variables_); in GenerateInternalForwardDeclarations()
564 Formatter format(printer, variables_); in GenerateSourceForMessage()
611 Formatter format(printer, variables_); in GenerateGlobalSource()
[all …]
Dcpp_message.cc98 void PrintPresenceCheck(const Formatter& format, const FieldDescriptor* field, in PrintPresenceCheck()
209 Formatter format(printer); in EmitFieldNonDefaultCondition()
499 Formatter format(printer, variables_); in OnStartChunk()
553 Formatter format(printer, variables_); in OnEndChunk()
677 Formatter format(printer, variables_); in GenerateFieldAccessorDeclarations()
701 Formatter::SaveState save(&format); in GenerateFieldAccessorDeclarations()
713 Formatter::SaveState save(&format); in GenerateFieldAccessorDeclarations()
771 Formatter::SaveState saver(&format); in GenerateFieldAccessorDeclarations()
782 const FieldDescriptor* field, Formatter format) { in GenerateSingularFieldHasBits()
847 Formatter format(printer, variables_); in GenerateOneofHasBits()
[all …]
/third_party/boost/boost/algorithm/string/detail/
Dfind_format.hpp36 FormatterT Formatter, in find_format_copy_impl2() argument
47 store_type M( FindResult, FormatResult, Formatter ); in find_format_copy_impl2()
75 FormatterT Formatter, in find_format_copy_impl() argument
82 Formatter, in find_format_copy_impl()
84 Formatter(FindResult) ); in find_format_copy_impl()
100 FormatterT Formatter, in find_format_copy_impl2() argument
111 store_type M( FindResult, FormatResult, Formatter ); in find_format_copy_impl2()
136 FormatterT Formatter, in find_format_copy_impl() argument
142 Formatter, in find_format_copy_impl()
144 Formatter(FindResult) ); in find_format_copy_impl()
[all …]
Dfind_format_all.hpp38 FormatterT Formatter, in find_format_all_copy_impl2() argument
51 store_type M( FindResult, FormatResult, Formatter ); in find_format_all_copy_impl2()
85 FormatterT Formatter, in find_format_all_copy_impl() argument
93 Formatter, in find_format_all_copy_impl()
95 Formatter(FindResult) ); in find_format_all_copy_impl()
112 FormatterT Formatter, in find_format_all_copy_impl2() argument
125 store_type M( FindResult, FormatResult, Formatter ); in find_format_all_copy_impl2()
160 FormatterT Formatter, in find_format_all_copy_impl() argument
167 Formatter, in find_format_all_copy_impl()
169 Formatter(FindResult) ); in find_format_all_copy_impl()
[all …]
/third_party/abseil-cpp/absl/strings/
Dstr_join.h140 template <typename Formatter>
141 strings_internal::DereferenceFormatterImpl<Formatter> DereferenceFormatter( in DereferenceFormatter()
142 Formatter&& f) { in DereferenceFormatter()
143 return strings_internal::DereferenceFormatterImpl<Formatter>( in DereferenceFormatter()
144 std::forward<Formatter>(f)); in DereferenceFormatter()
244 template <typename Iterator, typename Formatter>
246 Formatter&& fmt) { in StrJoin()
250 template <typename Range, typename Formatter>
252 Formatter&& fmt) { in StrJoin()
256 template <typename T, typename Formatter>
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join.h140 template <typename Formatter>
141 strings_internal::DereferenceFormatterImpl<Formatter> DereferenceFormatter( in DereferenceFormatter()
142 Formatter&& f) { in DereferenceFormatter()
143 return strings_internal::DereferenceFormatterImpl<Formatter>( in DereferenceFormatter()
144 std::forward<Formatter>(f)); in DereferenceFormatter()
244 template <typename Iterator, typename Formatter>
246 Formatter&& fmt) { in StrJoin()
250 template <typename Range, typename Formatter>
252 Formatter&& fmt) { in StrJoin()
256 template <typename T, typename Formatter>
[all …]
/third_party/mesa3d/src/gallium/tools/trace/
Dformat.py33 class Formatter: class
58 class AnsiFormatter(Formatter):
78 Formatter.function(self, name)
83 Formatter.variable(self, name)
88 Formatter.literal(self, value)
93 Formatter.address(self, value)
97 class WindowsConsoleFormatter(Formatter):
123 Formatter.__init__(self, stream)
147 Formatter.function(self, name)
152 Formatter.variable(self, name)
[all …]
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter_test.cc52 Formatter fmt{{false, false, false, false}}; in TEST_F()
61 Formatter fmt{{false, false, false, true}}; in TEST_F()
71 Formatter fmt{{false, false, false, false}}; in TEST_F()
79 Formatter fmt{{true, false, false, false}}; in TEST_F()
88 Formatter fmt{{false, true, false, false}}; in TEST_F()
97 Formatter fmt{{false, false, true, false}}; in TEST_F()
115 Formatter fmt{{true, true, true, false}}; in TEST_F()
136 Formatter fmt{{false, false, true, false}}; in TEST_F()
150 Formatter fmt{{true, true, true, false, 4u}}; in TEST_F()
171 Formatter fmt{{false, false, true, false, 4u}}; in TEST_F()
[all …]
Dformatter.cc58 struct Formatter::State {
109 Formatter::Formatter() {} in Formatter() function in tint::diag::Formatter
110 Formatter::Formatter(const Style& style) : style_(style) {} in Formatter() function in tint::diag::Formatter
112 void Formatter::format(const List& list, Printer* printer) const { in format()
130 void Formatter::format(const Diagnostic& diag, State& state) const { in format()
250 std::string Formatter::format(const List& list) const { in format()
256 Formatter::~Formatter() = default;
Dformatter.h28 class Formatter {
45 Formatter();
49 explicit Formatter(const Style& style);
51 ~Formatter();
/third_party/boost/boost/algorithm/string/
Dfind_format.hpp61 FormatterT Formatter ) in find_format_copy() argument
80 Formatter, in find_format_copy()
95 FormatterT Formatter ) in find_format_copy() argument
111 Formatter, in find_format_copy()
131 FormatterT Formatter) in find_format() argument
147 Formatter, in find_format()
180 FormatterT Formatter) in find_format_all_copy() argument
200 Formatter, in find_format_all_copy()
215 FormatterT Formatter ) in find_format_all_copy() argument
232 Formatter, in find_format_all_copy()
[all …]
/third_party/abseil-cpp/absl/strings/internal/
Dstr_join_internal.h130 template <typename Formatter>
134 explicit DereferenceFormatterImpl(Formatter&& f) in DereferenceFormatterImpl()
135 : f_(std::forward<Formatter>(f)) {} in DereferenceFormatterImpl()
148 Formatter f_;
195 template <typename Iterator, typename Formatter>
197 Formatter&& f) {
264 template <typename Tup, typename Formatter>
266 Formatter&& fmt) {
274 template <typename Tup, typename Formatter>
275 void operator()(std::string*, const Tup&, absl::string_view, Formatter&&) {}
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dstr_join_internal.h130 template <typename Formatter>
134 explicit DereferenceFormatterImpl(Formatter&& f) in DereferenceFormatterImpl()
135 : f_(std::forward<Formatter>(f)) {} in DereferenceFormatterImpl()
148 Formatter f_;
195 template <typename Iterator, typename Formatter>
197 Formatter&& f) {
264 template <typename Tup, typename Formatter>
266 Formatter&& fmt) {
274 template <typename Tup, typename Formatter>
275 void operator()(std::string*, const Tup&, absl::string_view, Formatter&&) {}
[all …]
/third_party/boost/libs/algorithm/string/test/
Dfind_format_test.cpp21 template<class Formatter>
26 template<class Formatter>
29 checked_formatter(const Formatter& formatter) : formatter_(formatter) {} in checked_formatter()
31 typename formatter_result<Formatter>::type operator()( const T & s ) const { in operator ()()
36 Formatter formatter_;
39 template<class Formatter>
40 checked_formatter<Formatter>
41 make_checked_formatter(const Formatter& formatter) { in make_checked_formatter()
42 return checked_formatter<Formatter>(formatter); in make_checked_formatter()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dtest_helper.h48 << diag::Formatter().format(Diagnostics()); in Build()
53 << diag::Formatter().format(program->Diagnostics()); in Build()
71 << diag::Formatter().format(Diagnostics());
76 << diag::Formatter().format(program->Diagnostics());
85 << diag::Formatter().format(result.program.Diagnostics());
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dtest_helper.h47 << diag::Formatter().format(Diagnostics()); in Build()
52 << diag::Formatter().format(program->Diagnostics()); in Build()
69 << diag::Formatter().format(Diagnostics()); in SanitizeAndBuild()
74 << diag::Formatter().format(program->Diagnostics()); in SanitizeAndBuild()
79 << diag::Formatter().format(result.program.Diagnostics()); in SanitizeAndBuild()
/third_party/python/Lib/test/
Dtest_string.py35 fmt = string.Formatter()
40 self.assertRaises(TypeError, string.Formatter.format)
43 fmt = string.Formatter()
55 fmt = string.Formatter()
74 fmt = string.Formatter()
86 fmt = string.Formatter()
96 fmt = string.Formatter()
105 class NamespaceFormatter(string.Formatter):
107 string.Formatter.__init__(self)
118 string.Formatter.get_value(key, args, kwds)
[all …]
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DCopyrightNotice.java21 import java.util.Formatter;
63 Formatter formatter = new Formatter(writer); in writeTo()
/third_party/boost/boost/regex/v4/
Dregex_replace.hpp38 …ate <class OutputIterator, class BidirectionalIterator, class traits, class charT, class Formatter>
43 Formatter fmt, in regex_replace()
72 template <class traits, class charT, class Formatter>
75 Formatter fmt, in regex_replace()

123456