Searched defs:isPointer (Results 1 – 5 of 5) sorted by relevance
21 boolean isPointer; field in CType30 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
34 const bool isPointer; // whether the variable 'name' is a pointer or not member
26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
93 bool Type::isPointer() const { in isPointer() function in android::Type
180 bool isPointer; member