Flutter Engine
The Flutter Engine
|
#include "include/core/SkSpan.h"
#include "tests/Test.h"
#include <array>
#include <cstddef>
#include <cstdint>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
DEF_TEST (SkSpanBasicTemplateGuide, reporter) | |
static bool | test_span_parameter (SkSpan< const int > s) |
DEF_TEST (SkSpanDeduceParam, reporter) | |
DEF_TEST (SkSpanDeduceSize, reporter) | |
DEF_TEST | ( | SkSpanBasicTemplateGuide | , |
reporter | |||
) |
Definition at line 17 of file SkSpanTest.cpp.
DEF_TEST | ( | SkSpanDeduceParam | , |
reporter | |||
) |
Definition at line 81 of file SkSpanTest.cpp.
DEF_TEST | ( | SkSpanDeduceSize | , |
reporter | |||
) |
Definition at line 113 of file SkSpanTest.cpp.