Home
last modified time | relevance | path

Searched defs:deepIsJavaCompatible (Results 1 – 12 of 12) sorted by relevance

/system/tools/hidl/
DPointerType.cpp86 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::PointerType
DMemoryType.cpp148 bool MemoryType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::MemoryType
DFmqType.cpp140 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::FmqType
DRefType.cpp245 bool RefType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::RefType
DHandleType.cpp177 bool HandleType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::HandleType
DScope.cpp219 bool Scope::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Scope
DMethod.cpp257 bool Method::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Method
DArrayType.cpp595 bool ArrayType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::ArrayType
DVectorType.cpp736 bool VectorType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::VectorType
DInterface.cpp978 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Interface
DType.cpp741 bool Type::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::Type
DCompoundType.cpp2163 bool CompoundType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::CompoundType