OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NST
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/mac/
scoped_nsobject.h
34
template<typename
NST
>
37
explicit scoped_nsprotocol(
NST
object = nil) : object_(object) {}
39
scoped_nsprotocol(const scoped_nsprotocol<
NST
>& that)
47
scoped_nsprotocol& operator=(const scoped_nsprotocol<
NST
>& that) {
52
void reset(
NST
object = nil) {
61
bool operator==(
NST
that) const { return object_ == that; }
62
bool operator!=(
NST
that) const { return object_ != that; }
64
operator
NST
() const {
68
NST
get() const {
73
NST
temp = that.object_
[
all
...]
/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/chromium_org/third_party/icu/source/tools/tzcode/
tz.alias
49
NST
Pacific/Auckland
icuzones
64
Link Pacific/Auckland
NST
/external/icu4c/tools/tzcode/
tz.alias
49
NST
Pacific/Auckland
icuzones
64
Link Pacific/Auckland
NST
Completed in 170 milliseconds