Searched defs:BooleanValue (Results 1 – 6 of 6) sorted by relevance
38 public interface BooleanValue extends PrimitiveValue { interface
17 protected static class BooleanValue { class in TestPropertyTypeInfo21 public BooleanValue(Boolean value) { b = value; } in BooleanValue() method in TestPropertyTypeInfo.BooleanValue
97 message BooleanValue { message
261 TEST_P(ConfigurationPolicyProviderTest, BooleanValue) { in TEST_P() argument
43 @interface BooleanValue {} annotation in TypeConversionTest
106 public static class BooleanValue extends Value { class in Const109 public BooleanValue(boolean value) { in BooleanValue() method in Const.BooleanValue