/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/node/deps/v8/src/objects/ |
D | ordered-hash-table-inl.h | 180 inline bool OrderedHashSet::Is(Handle<HeapObject> table) { in Is() function 184 inline bool OrderedHashMap::Is(Handle<HeapObject> table) { in Is() function 188 inline bool OrderedNameDictionary::Is(Handle<HeapObject> table) { in Is() function 192 inline bool SmallOrderedHashSet::Is(Handle<HeapObject> table) { in Is() function 196 inline bool SmallOrderedNameDictionary::Is(Handle<HeapObject> table) { in Is() function 200 inline bool SmallOrderedHashMap::Is(Handle<HeapObject> table) { in Is() function
|
D | feedback-vector-inl.h | 269 bool Is(int type_feedback) { in Is() function
|
/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/vixl/src/aarch32/ |
D | instructions-aarch32.h | 131 bool Is(CPURegister ref) const { return GetReg() == ref.GetReg(); } in Is() function 142 bool Is(Register ref) const { return GetCode() == ref.GetCode(); } in Is() function 305 bool Is(DataType type) const { return value_ == type.value_; } in Is() function 306 bool Is(DataTypeValue value) const { return value_ == value; } in Is() function 307 bool Is(DataTypeType type) const { return GetType() == type; } in Is() function 311 bool Is(DataTypeType type, uint32_t size) const { in Is() function 782 bool Is(SpecialRegister value) const { return reg_ == value.reg_; } in Is() function 783 bool Is(uint32_t value) const { return reg_ == value; } in Is() function 890 bool Is(MaskedSpecialRegister value) const { return reg_ == value.reg_; } in Is() function 891 bool Is(uint32_t value) const { return reg_ == value; } in Is() function [all …]
|
/third_party/node/deps/v8/src/strings/ |
D | unicode.cc | 237 bool Uppercase::Is(uchar c) { return static_cast<bool>(u_isupper(c)); } in Is() function in unibrow::Uppercase 347 bool Uppercase::Is(uchar c) { in Is() function in unibrow::Uppercase 366 bool Letter::Is(uchar c) { return static_cast<bool>(u_isalpha(c)); } in Is() function in unibrow::Letter 497 bool Letter::Is(uchar c) { in Is() function in unibrow::Letter 657 bool ID_Start::Is(uchar c) { in Is() function in unibrow::ID_Start 763 bool ID_Continue::Is(uchar c) { in Is() function in unibrow::ID_Continue 788 bool WhiteSpace::Is(uchar c) { in Is() function in unibrow::WhiteSpace
|
/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/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/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/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/node/deps/v8/src/compiler/ |
D | node-matchers.h | 146 bool Is(const T& value) const { in Is() function 190 bool Is(const T& value) const { in Is() function 236 bool Is(Handle<HeapObject> const& value) const { in Is() function 262 bool Is(const ExternalReference& value) const { in Is() function 837 bool Is(LoadTransformation t) { in Is() function
|
D | map-inference.cc | 91 bool MapInference::Is(const MapRef& expected_map) { in Is() function in v8::internal::compiler::MapInference
|
D | types.h | 264 static bool Is(bitset bits1, bitset bits2) { in Is() function 405 bool Is(Type that) const { in Is() function
|
/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/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/node/deps/v8/src/date/ |
D | dateparser.h | 115 bool Is(uint32_t c) const { return ch_ == c; } in Is() function
|