Searched refs:Value_BoolValue (Results 1 – 5 of 5) sorted by relevance
43 ret = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{true}}45 ret = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{false}}64 case *rc_proto.Value_BoolValue:88 case *rc_proto.Value_BoolValue:
89 value: &rc_proto.Value{Val: &rc_proto.Value_BoolValue{false}},94 value: &rc_proto.Value{Val: &rc_proto.Value_BoolValue{true}},
196 case *rc_proto.Value_BoolValue:197 newValue = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{val.BoolValue}}
106 if x, ok := x.GetVal().(*Value_BoolValue); ok {131 type Value_BoolValue struct { struct144 func (*Value_BoolValue) isValue_Val() {} argument719 (*Value_BoolValue)(nil),
156 flagDeclaration.Value = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{declValue == "True"}}215 flagValue.Value = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{true}}217 flagValue.Value = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{false}}