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

/external/chromium/base/
H A Dlazy_instance.h10 // and Pointer() will always return the same, completely initialized instance.
31 // MyClass* ptr = my_instance.Pointer();
94 return *Pointer();
97 Type* Pointer() { function in class:base::LazyInstance
105 // synchronization between different threads calling Pointer().
108 // "return instance" in Pointer().
H A Dstats_table_unittest.cc247 int* Pointer() { return GetPtr(); } function in class:base::MockStatsCounter
264 ASSERT_NE(foo.Pointer(), static_cast<int*>(0));
265 EXPECT_EQ(0, *(foo.Pointer()));
269 while (*(foo.Pointer()) < 123) foo.Increment();

Completed in 96 milliseconds