Searched defs:something (Results 1 – 3 of 3) sorted by relevance
219 sp<IBase> adaptWithDefault(const sp<IBase>& something, in adaptWithDefault()
1106 double something = foo->doQuiteABit(1, 2, 3.0f, 4.0); in TEST_F() local1118 EXPECT_OK(foo->doSomethingElse(param, [&](const auto &something) { in TEST_F()1129 EXPECT_OK(foo->doStuffAndReturnAString([&](const auto &something) { in TEST_F()1143 EXPECT_OK(foo->mapThisVector(vecParam, [&](const auto &something) { in TEST_F()
1395 int[] something = new int[32]; in doSomethingElse() local