Home
last modified time | relevance | path

Searched defs:is_complex (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/type_traits/
Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/third_party/flutter/engine/flutter/flow/layers/
Dpicture_layer.cc14 bool is_complex, in PictureLayer()
/third_party/flutter/engine/flutter/flow/
Draster_cache.cc71 bool is_complex) { in IsPictureWorthRasterizing()
188 bool is_complex, in Prepare()
/third_party/harfbuzz/src/
Dgen-tag-table.py284 def is_complex (self): member in LanguageTag
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py284 def is_complex (self): member in LanguageTag
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py291 def is_complex (self): member in LanguageTag
/third_party/ffmpeg/libavcodec/
Dh264_mb.c803 int is_complex = CONFIG_SMALL || sl->is_complex || in ff_h264_hl_decode_mb() local
Dh264dec.h245 int is_complex; member