Searched refs:testValue (Results 1 – 2 of 2) sorted by relevance
49 testValue = frame.EvaluateExpression("test")51 testValue.GetError().Success(),53 (testValue.GetError().GetCString()))55 testValue.GetTypeName(), "IntContainer",62 (testValue.GetError().GetCString()))71 testValue = frame.EvaluateExpression("bar")73 testValue.GetError().Success(),75 (testValue.GetError().GetCString()))77 testValue.GetTypeName(), "Foo::Bar",80 memberValue = testValue.GetChildMemberWithName("i")[all …]
30 static const uint32_t testValue; member in __anon7df7ecd90111::StringMapTest62 EXPECT_EQ(testValue, it->second); in assertSingleItemMap()78 const uint32_t StringMapTest::testValue = 1u; member in __anon7df7ecd90111::StringMapTest128 testMap[testKey] = testValue; in TEST_F()134 testMap[testKey] = testValue; in TEST_F()141 testMap[testKey] = testValue; in TEST_F()148 testMap[testKey] = testValue; in TEST_F()155 testMap[testKey] = testValue; in TEST_F()265 EXPECT_EQ(testValue, testMap[testKeyFirst]); in TEST_F()267 EXPECT_EQ(testValue, NewIt->second); in TEST_F()[all …]