/third_party/boost/boost/type_traits/detail/ |
D | detector.hpp | 23 struct detector { struct 24 using value_t = boost::false_type; 25 using type = Default; 29 struct detector<Default, detector_t<Op<Args...> >, Op, Args...> { struct 30 using value_t = boost::true_type; 31 using type = Op<Args...>;
|
/third_party/json/include/nlohmann/detail/meta/ |
D | detected.hpp | 26 struct detector struct 28 using value_t = std::false_type; 29 using type = Default; 33 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct 35 using value_t = std::true_type; 36 using type = Op<Args...>;
|
/third_party/boost/boost/outcome/ |
D | trait.hpp | 79 template <class Default, class, template <class...> class Op, class... Args> struct detector struct 81 static constexpr bool value = false; 82 using type = Default; 84 …template <class Default, template <class...> class Op, class... Args> struct detector<Default, voi… struct 86 static constexpr bool value = true; 87 using type = Op<Args...>;
|
/third_party/abseil-cpp/absl/random/internal/ |
D | distribution_caller.h | 41 struct detector : std::false_type {}; struct
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | distribution_caller.h | 41 struct detector : std::false_type {}; struct
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | InputStreamCallbackAnalyzer.h | 36 for (auto detector : mPeakDetectors) { in reset() local
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | CubeActivity.java | 297 public boolean onScale(ScaleGestureDetector detector) { in onScale() 303 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin() 309 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
|
/third_party/grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 139 metadata_server_detector* detector = in on_metadata_server_detection_http_response() local 169 metadata_server_detector detector; in is_metadata_server_reachable() local
|
/third_party/boost/boost/stl_interfaces/ |
D | iterator_interface.hpp | 127 struct detector : std::false_type struct 132 struct detector<void_t<Template<Args...>>, Template, Args...> struct
|
/third_party/ffmpeg/libavfilter/ |
D | af_rubberband.c | 36 int transients, detector, phase, window, member
|
D | af_sidechaincompress.c | 174 double detector; in compressor() local
|
D | af_adeclick.c | 85 int (*detector)(struct AudioDeclickContext *s, DeclickChannel *c, member
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 788 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstfacedetect.cpp | 559 CascadeClassifier * detector, gint min_size_width, in gst_face_detect_run_detector()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 785 CharsetDetector detector = new CharsetDetector(); in TestReusingDetector() local
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …,"design/point","design/technicalities","image_processing/affine-region-detectors","image_processi… property
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 2837 struct detector struct 2839 using value_t = std::false_type; 2840 using type = Default; 2844 struct detector<Default, void_t<Op<Args...>>, Op, Args...> struct 2846 using value_t = std::true_type; 2847 using type = Op<Args...>;
|