Flutter Engine
The Flutter Engine
Classes | Namespaces | Typedefs | Functions
SkTLogic.h File Reference
#include <iterator>
#include <type_traits>
#include "include/private/base/SkTo.h"

Go to the source code of this file.

Classes

struct  sknonstd::copy_const< D, S >
 
struct  sknonstd::copy_volatile< D, S >
 
struct  sknonstd::copy_cv< D, S >
 

Namespaces

namespace  sknonstd
 

Typedefs

template<typename D , typename S >
using sknonstd::copy_const_t = typename copy_const< D, S >::type
 
template<typename D , typename S >
using sknonstd::copy_volatile_t = typename copy_volatile< D, S >::type
 
template<typename D , typename S >
using sknonstd::copy_cv_t = typename copy_cv< D, S >::type
 
template<typename D , typename S >
using sknonstd::same_const = copy_const< std::remove_const_t< D >, S >
 
template<typename D , typename S >
using sknonstd::same_const_t = typename same_const< D, S >::type
 
template<typename D , typename S >
using sknonstd::same_volatile = copy_volatile< std::remove_volatile_t< D >, S >
 
template<typename D , typename S >
using sknonstd::same_volatile_t = typename same_volatile< D, S >::type
 
template<typename D , typename S >
using sknonstd::same_cv = copy_cv< std::remove_cv_t< D >, S >
 
template<typename D , typename S >
using sknonstd::same_cv_t = typename same_cv< D, S >::type
 

Functions

template<typename Container >
constexpr int SkCount (const Container &c)
 

Function Documentation

◆ SkCount()

template<typename Container >
constexpr int SkCount ( const Container &  c)
constexpr

Definition at line 54 of file SkTLogic.h.

54{ return SkTo<int>(std::size(c)); }
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
Definition: switches.h:259