Searched refs:onLoadKey (Results 1 – 1 of 1) sorted by relevance
212 std::string onLoadKey; variable214 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0202()232 EXPECT_EQ(onLoadKey, CHECK_KEY);241 auto onLoad2 = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = ""; }; in __anon3398720b0402()253 EXPECT_EQ(onLoadKey, CHECK_KEY);740 std::string onLoadKey; variable742 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0902()923 std::string onLoadKey; variable925 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0d02()955 EXPECT_FALSE(onLoadKey == CHECK_KEY);[all …]