Searched refs:INITIALIZER (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_test.cc | 1194 .INITIALIZER(-lim::infinity()) in TEST() 1195 .INITIALIZER(lim::lowest()) in TEST() 1196 .INITIALIZER(-1.f) in TEST() 1197 .INITIALIZER(-lim::min()) in TEST() 1198 .EQUIVALENCE_CLASS(INITIALIZER(-0.f), INITIALIZER(0.f)) in TEST() 1199 .INITIALIZER(lim::min()) in TEST() 1200 .INITIALIZER(1.f) in TEST() 1201 .INITIALIZER(lim::max()) in TEST() 1202 .INITIALIZER(li in TEST() [all...] |
H A D | conformance_testing.h | 1157 // implicitly formed and passed when using the INITIALIZER macro at the bottom 1203 // implicitly formed and passed when using the INITIALIZER macro at the bottom 1320 #define INITIALIZER(...) \ macro 1335 // Takes a series of INITIALIZER and/or STATEFUL_INITIALIZER invocations and
|
/third_party/node/tools/ |
H A D | js2c.py | 91 INITIALIZER = '{{"{0}", UnionBytes{{{1}, {2}}} }},' variable 128 initializer = INITIALIZER.format(name, var, size)
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _regexes.py | 240 INITIALIZER = textwrap.dedent(rf''' 405 {_ind(INITIALIZER, 5)} 419 {_ind(INITIALIZER, 4)} 540 {_ind(INITIALIZER, 6)} 619 {_ind(INITIALIZER, 4)} 793 {_ind(INITIALIZER, 6)}
|
Completed in 5 milliseconds