12#ifndef SkTLogic_DEFINED
13#define SkTLogic_DEFINED
36template <
typename D,
typename S>
struct copy_cv {
53template <
typename Container>
constexpr int SkCount(const Container &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
typename same_cv< D, S >::type same_cv_t
typename copy_volatile< D, S >::type copy_volatile_t
typename same_volatile< D, S >::type same_volatile_t
typename same_const< D, S >::type same_const_t
typename copy_const< D, S >::type copy_const_t
typename copy_cv< D, S >::type copy_cv_t
std::conditional_t< std::is_const< S >::value, std::add_const_t< D >, D > type
copy_volatile_t< copy_const_t< D, S >, S > type
std::conditional_t< std::is_volatile< S >::value, std::add_volatile_t< D >, D > type