HomeSort by relevance Sort by last modified time
    Searched refs:NST (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/memory/
scoped_nsobject.h 29 template<typename NST>
32 typedef NST* element_type;
34 explicit scoped_nsobject(NST* object = nil)
42 void reset(NST* object = nil) {
52 bool operator==(NST* that) const { return object_ == that; }
53 bool operator!=(NST* that) const { return object_ != that; }
55 operator NST*() const {
59 NST* get() const {
64 NST* temp = that.object_;
72 NST* release() WARN_UNUSED_RESULT
    [all...]
  /external/icu4c/tools/tzcode/
tz.alias 49 NST Pacific/Auckland
icuzones 64 Link Pacific/Auckland NST

Completed in 53 milliseconds