/third_party/skia/third_party/externals/tint/src/ |
D | castable.h | 118 inline bool Is(FROM* obj) { in Is() function 149 inline bool Is(FROM* obj, Pred&& pred) { in Is() function 215 inline bool Is() const { in Is() function 224 inline bool Is(Pred&& pred) const { in Is() function 296 inline bool Is() const { in Is() function 305 inline bool Is(Pred&& pred) const { in Is() function
|
D | castable.cc | 27 bool TypeInfo::Is(const TypeInfo& typeinfo) const { in Is() function in tint::TypeInfo
|
D | castable_test.cc | 54 TEST(CastableBase, Is) { in TEST() argument 192 TEST(Castable, Is) { in TEST() argument
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuEither.hpp | 117 struct Is<First, First, Second> struct 119 static bool is (const Either<First, Second>& either) in is() 126 struct Is<Second, First, Second> struct 128 static bool is (const Either<First, Second>& either) in is()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | ParamGenerator.h | 36 std::index_sequence<Is...>) { in GetParam() 42 static Index GetLastIndex(const ParamTuple& params, std::index_sequence<Is...>) { in GetLastIndex()
|
D | MockCallback.h | 94 R CallImpl(const std::index_sequence<Is...>&, std::tuple<Args...> args) { in CallImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MachineLocation.h | 48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
|
/third_party/protobuf/src/google/protobuf/ |
D | any.h | 102 bool Is() const { in Is() function
|
D | any.pb.h | 141 template<typename T> bool Is() const { in Is() function
|
/third_party/skia/src/core/ |
D | SkZip.h | 114 constexpr ReturnTuple indexDetail(size_t i, std::index_sequence<Is...>) const { in indexDetail() 125 constexpr std::tuple<Ts*...> pointersAtDetail(size_t i, std::index_sequence<Is...>) const { in pointersAtDetail()
|
D | SkRecordPattern.h | 23 Is() : fPtr(nullptr) {} in Is() function
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | AnyPartial.cs | 75 public bool Is(MessageDescriptor descriptor) in Is() method in Google.Protobuf.WellKnownTypes.Any
|
/third_party/flutter/skia/src/core/ |
D | SkRecordPattern.h | 23 Is() : fPtr(nullptr) {} in Is() function
|
/third_party/abseil-cpp/absl/utility/ |
D | utility_test.cc | 87 void CountAll(absl::index_sequence<Is...>) { in CountAll() 106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl() 138 absl::index_sequence<Is...>) { in TupStringVecImpl()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/ |
D | utility_test.cc | 87 void CountAll(absl::index_sequence<Is...>) { in CountAll() 106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl() 138 absl::index_sequence<Is...>) { in TupStringVecImpl()
|
/third_party/boost/boost/histogram/detail/ |
D | axes.hpp | 107 auto axes_transform_impl(const T& t, Functor&& f, mp11::index_sequence<Is...>) { in axes_transform_impl() 130 mp11::index_sequence<Is...>) { in axes_transform_impl() 228 bool axes_equal_impl(const T& t, const U& u, mp11::index_sequence<Is...>) noexcept { in axes_equal_impl()
|
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/ |
D | qc_serious.rs | 19 Is(i8, i16, i32, i64), enumerator
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff_cpp11.hpp | 357 auto make_fvar_for_tuple(mp11::index_sequence<Is...>, RealType const& ca) in make_fvar_for_tuple() 363 auto make_ftuple_impl(mp11::index_sequence<Is...>, RealTypes const&... ca) in make_ftuple_impl()
|
D | autodiff.hpp | 636 auto make_fvar_for_tuple(std::index_sequence<Is...>, RealType const& ca) { in make_fvar_for_tuple() 641 auto make_ftuple_impl(std::index_sequence<Is...>, RealTypes const&... ca) { in make_ftuple_impl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Limits.cpp | 78 constexpr uint32_t ReduceSameValue(std::integer_sequence<uint32_t, I, Is...>) { in ReduceSameValue() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 667 std::set<Instruction *> Is; member 1130 std::set<Instruction *> Is; in combine() local
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 30 Is, enumerator
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | token.h | 371 bool Is(Type t) const { return type_ == t; } in Is() function
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 94 def Is(self, descriptor): member in Any
|
/third_party/python/Include/internal/ |
D | pycore_ast.h | 31 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|