Searched refs:Value_BoolValue (Results 1 – 3 of 3) sorted by relevance
167 type Value_BoolValue struct { struct185 func (*Value_BoolValue) isValue_Kind() {} argument220 if x, ok := m.GetKind().(*Value_BoolValue); ok {246 (*Value_BoolValue)(nil),
491 {Kind: &stpb.Value_BoolValue{true}},776 "d": {Kind: &stpb.Value_BoolValue{true}},782 …ructValue{&stpb.Struct{Fields: map[string]*stpb.Value{"d": {Kind: &stpb.Value_BoolValue{true}}}}}},793 {Kind: &stpb.Value_BoolValue{true}},797 …nmarshaler{}, `{"val":true}`, &pb.KnownTypes{Val: &stpb.Value{Kind: &stpb.Value_BoolValue{true}}}},
859 target.Field(0).Set(reflect.ValueOf(&stpb.Value_BoolValue{v}))