Searched refs:onDestroyKey (Results 1 – 1 of 1) sorted by relevance
213 std::string onDestroyKey; variable215 …auto onDestroy = [&onDestroyKey](const std::string& /* xComponentId */) { onDestroyKey = CHECK_KEY… in __anon3398720b0302()233 EXPECT_EQ(onDestroyKey, CHECK_KEY);242 auto onDestroy2 = [&onDestroyKey](const std::string& /* xComponentId */) { onDestroyKey = ""; }; in __anon3398720b0502()254 EXPECT_EQ(onDestroyKey, CHECK_KEY);741 std::string onDestroyKey; variable743 …auto onDestroy = [&onDestroyKey](const std::string& /* xComponentId */) { onDestroyKey = CHECK_KEY… in __anon3398720b0a02()924 std::string onDestroyKey; variable926 …auto onDestroy = [&onDestroyKey](const std::string& /* xComponentId */) { onDestroyKey = CHECK_KEY… in __anon3398720b0e02()956 EXPECT_FALSE(onDestroyKey == CHECK_KEY);[all …]