Searched refs:attType (Results 1 – 2 of 2) sorted by relevance
1107 protected int getTypedAttribute(int nodeHandle, int attType) { in getTypedAttribute() argument1118 if (_exptype(identity) == attType) return makeNodeHandle(identity); in getTypedAttribute()
2590 protected final int getTypedAttribute(int nodeHandle, int attType) in getTypedAttribute() argument2615 if (expType == attType) return makeNodeHandle(nodeID); in getTypedAttribute()