Home
last modified time | relevance | path

Searched defs:isPointer (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DCType.java21 boolean isPointer; field in CType
30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType()
48 public void setIsPointer(boolean isPointer) { in setIsPointer()
52 public boolean isPointer() { in isPointer() method in CType
/aosp12/system/tools/aidl/
H A Daidl_to_cpp.h34 const bool isPointer; // whether the variable 'name' is a pointer or not member
/aosp12/system/tools/hidl/
H A DPointerType.cpp26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
H A DType.cpp93 bool Type::isPointer() const { in isPointer() function in android::Type
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.h180 bool isPointer; member