Home
last modified time | relevance | path

Searched defs:Is (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/
Dcastable.h118 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
Dcastable.cc27 bool TypeInfo::Is(const TypeInfo& typeinfo) const { in Is() function in tint::TypeInfo
Dcastable_test.cc54 TEST(CastableBase, Is) { in TEST() argument
192 TEST(Castable, Is) { in TEST() argument
/third_party/node/deps/v8/src/objects/
Dordered-hash-table-inl.h180 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
Dfeedback-vector-inl.h269 bool Is(int type_feedback) { in Is() function
/third_party/vk-gl-cts/framework/common/
DtcuEither.hpp117 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/
DParamGenerator.h36 std::index_sequence<Is...>) { in GetParam()
42 static Index GetLastIndex(const ParamTuple& params, std::index_sequence<Is...>) { in GetLastIndex()
DMockCallback.h94 R CallImpl(const std::index_sequence<Is...>&, std::tuple<Args...> args) { in CallImpl()
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h131 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/
Dunicode.cc237 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/
DMachineLocation.h48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
/third_party/skia/src/core/
DSkZip.h114 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()
DSkRecordPattern.h23 Is() : fPtr(nullptr) {} in Is() function
/third_party/protobuf/src/google/protobuf/
Dany.h102 bool Is() const { in Is() function
Dany.pb.h141 template<typename T> bool Is() const { in Is() function
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs75 public bool Is(MessageDescriptor descriptor) in Is() method in Google.Protobuf.WellKnownTypes.Any
/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h146 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
Dmap-inference.cc91 bool MapInference::Is(const MapRef& expected_map) { in Is() function in v8::internal::compiler::MapInference
Dtypes.h264 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/
Dutility_test.cc87 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/
DLimits.cpp78 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/
DInterleavedLoadCombinePass.cpp667 std::set<Instruction *> Is; member
1130 std::set<Instruction *> Is; in combine() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts30 Is, enumerator
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h371 bool Is(Type t) const { return type_ == t; } in Is() function
/third_party/node/deps/v8/src/date/
Ddateparser.h115 bool Is(uint32_t c) const { return ch_ == c; } in Is() function

12