Searched refs:ValueB (Results 1 – 4 of 4) sorted by relevance
32 static class ValueB extends BaseValue { class in BasicPTVTest33 protected ValueB() { } in ValueB() method in BasicPTVTest.ValueB34 public ValueB(int x) { in ValueB() method in BasicPTVTest.ValueB56 w.value = new ValueB(x); in withB()196 .allowIfSubType(ValueB.class) in testAllowBySubClass()220 .allowIfSubType(ValueB.class.getName()) in testAllowBySubClassPrefix()244 .allowIfSubType(Pattern.compile(Pattern.quote(ValueB.class.getName()))) in testAllowBySubClassPattern()
102 std::atomic<char> ValueA(0), ValueB(0); in TEST_F() local112 ValueB = Cache.get(0, [&] { in TEST_F()120 ASSERT_EQ(ValueA, ValueB); in TEST_F()
8 int ValueB; variable