Home
last modified time | relevance | path

Searched defs:IsA (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/asmjs/
Dasm-types.cc58 bool AsmType::IsA(AsmType* that) { in IsA() function in v8::internal::wasm::AsmType
142 bool AsmCallableType::IsA(AsmType* other) { in IsA() function in v8::internal::wasm::AsmCallableType
239 bool AsmFunctionType::IsA(AsmType* other) { in IsA() function in v8::internal::wasm::AsmFunctionType
/third_party/skia/include/core/
DSkPathBuilder.h234 enum IsA { enum
/third_party/rust/crates/nom/src/
Derror.rs372 IsA, enumerator
/third_party/protobuf/python/
Dmox.py790 class IsA(Comparator): class