Searched defs:NSRange (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenObjC/Inputs/
H A Dnsvalue-boxed-expressions-support.h12 } NSRange; typedef in typeref:struct:_NSRange
61 NSRange getRange();
/external/libmojo/ui/gfx/range/
H A Drange.h22 typedef struct _NSRange NSRange; typedef in typeref:struct:_NSRange
51 explicit Range(const NSRange& range);
115 Range& operator=(const NSRange& range);
117 // NSRange does not store the directionality of a range, so if this
118 // is_reversed(), the range will get flipped when converted to an NSRange.
119 NSRange ToNSRange() const;

Completed in 93 milliseconds