Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/
H A DPointerType.cpp89 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::PointerType
H A DFmqType.cpp146 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::FmqType
H A DHandleType.cpp177 bool HandleType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::HandleType
H A DMemoryType.cpp234 bool MemoryType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::MemoryType
H A DScope.cpp244 bool Scope::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Scope
H A DMethod.cpp300 bool Method::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Method
H A DVectorType.cpp617 bool VectorType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::VectorType
H A DArrayType.cpp517 bool ArrayType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::ArrayType
H A DInterface.cpp963 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Interface
H A DType.cpp711 bool Type::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::Type
H A DCompoundType.cpp1932 bool CompoundType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::CompoundType