Searched refs:Val (Results 1 – 7 of 7) 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}}47 ret = &rc_proto.Value{Val: &rc_proto.Value_Obsolete{true}}49 ret = &rc_proto.Value{Val: &rc_proto.Value_StringValue{str}}58 switch val := value.Val.(type) {80 if value == nil || value.Val == nil {83 switch value.Val.(type) {
49 Value: &rc_proto.Value{Val: &rc_proto.Value_StringValue{"BAR"}},89 value: &rc_proto.Value{Val: &rc_proto.Value_BoolValue{false}},94 value: &rc_proto.Value{Val: &rc_proto.Value_BoolValue{true}},99 value: &rc_proto.Value{Val: &rc_proto.Value_StringValue{"BAR"}},104 value: &rc_proto.Value{Val: &rc_proto.Value_Obsolete{true}},
193 switch val := flagValue.proto.Value.Val.(type) {195 newValue = &rc_proto.Value{Val: &rc_proto.Value_StringValue{val.StringValue}}197 newValue = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{val.BoolValue}}202 newValue = &rc_proto.Value{Val: &rc_proto.Value_Obsolete{true}}
114 myFa.Value = &rc_proto.Value{Val: &rc_proto.Value_StringValue{216 releaseAconfigValueSets.Value = &rc_proto.Value{Val: &rc_proto.Value_StringValue{222 Value: &rc_proto.Value{Val: &rc_proto.Value_StringValue{contribAconfigValueSetsString}},265 …releaseAconfigValueSets.Value = &rc_proto.Value{Val: &rc_proto.Value_StringValue{strings.TrimSpace…
191 Value: &rc_proto.Value{Val: &rc_proto.Value_UnspecifiedValue{false}},294 flagDeclaration.Value = &rc_proto.Value{Val: &rc_proto.Value_UnspecifiedValue{false}}
147 flagDeclaration.Value = &rc_proto.Value{Val: &rc_proto.Value_StringValue{declValue}}156 flagDeclaration.Value = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{declValue == "True"}}211 flagValue.Value = &rc_proto.Value{Val: &rc_proto.Value_StringValue{valValue}}215 flagValue.Value = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{true}}217 flagValue.Value = &rc_proto.Value{Val: &rc_proto.Value_BoolValue{false}}
49 Val isValue_Val `protobuf_oneof:"val"` member86 return m.Val