20 std::vector<int> v = {{1, 2, 3, 4, 5}};
28 std::vector<int> t = {{1, 2, 3, 4, 5}};
29 const std::vector<int>& v = t;
39 std::array<int, 5> v = {{1, 2, 3, 4, 5}};
44 auto s1 =
s.subspan(1,3);
48 auto s2 =
s.subspan(2);
55 std::array<int, 5> t = {{1, 2, 3, 4, 5}};
56 const std::array<int, 5>& v = t;
78 return s[0] == 1 &&
s[1] == 2 &&
s[2] == 3;
83 std::vector<int> v = {{1, 2, 3}};
89 const std::vector<int> v = {{1, 2, 3}};
114 int d[] = {1, 2, 3, 4, 5};
132 int*
data() {
return nullptr; }
133 int size()
const {
return 0; }
DEF_TEST(SkSpanBasicTemplateGuide, reporter)
static bool test_span_parameter(SkSpan< const int > s)
SkSpan(Container &&) -> SkSpan< std::remove_pointer_t< decltype(std::data(std::declval< Container >()))> >
#define REPORTER_ASSERT(r, cond,...)
constexpr size_t size() const
VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE auto & d
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
std::shared_ptr< const fml::Mapping > data