Home
last modified time | relevance | path

Searched refs:ValueB (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/vld/
DBasicPTVTest.java32 static class ValueB extends BaseValue { class in BasicPTVTest
33 protected ValueB() { } in ValueB() method in BasicPTVTest.ValueB
34 public ValueB(int x) { in ValueB() method in BasicPTVTest.ValueB
56 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()
/external/llvm-project/clang-tools-extra/clangd/unittests/support/
DThreadingTests.cpp102 std::atomic<char> ValueA(0), ValueB(0); in TEST_F() local
112 ValueB = Cache.get(0, [&] { in TEST_F()
120 ASSERT_EQ(ValueA, ValueB); in TEST_F()
/external/clang/test/Index/
Dcomplete-hiding.c8 int ValueB; variable
/external/llvm-project/clang/test/Index/
Dcomplete-hiding.c8 int ValueB; variable