Home
last modified time | relevance | path

Searched refs:Value_BoolValue (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go167 type Value_BoolValue struct { struct
185 func (*Value_BoolValue) isValue_Kind() {} argument
220 if x, ok := m.GetKind().(*Value_BoolValue); ok {
246 (*Value_BoolValue)(nil),
/external/golang-protobuf/jsonpb/
Djsonpb_test.go491 {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}}}},
Djsonpb.go859 target.Field(0).Set(reflect.ValueOf(&stpb.Value_BoolValue{v}))