Searched refs:int_value_ (Results 1 – 2 of 2) sorted by relevance
384 int_value_ = value; in IntCallback()400 : int_value_(0), in AsyncInvokeTest()404 int int_value_; member in AsyncInvokeTest430 EXPECT_EQ_WAIT(42, int_value_, kWaitTimeout); in TEST_F()446 EXPECT_EQ(0, int_value_); in TEST_F()463 EXPECT_EQ(0, int_value_); in TEST_F()480 EXPECT_EQ(0, int_value_); in TEST_F()529 int_value_ = value; in IntCallback()544 : int_value_(0), in GuardedAsyncInvokeTest()548 int int_value_; member in GuardedAsyncInvokeTest[all …]
1137 : int_value_(0), closure_(closure) {} in SmallCacheImpl()1139 int64_t int_value() const { return int_value_; } in int_value()1143 int_value_ = int_value; in SetIntValue()1147 callback.Run(int_value_); in GetIntValue()1150 int64_t int_value_; member in mojo::test::SmallCacheImpl