Home
last modified time | relevance | path

Searched defs:StringProto (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/base/
Dapi_base.pb.go31 type StringProto struct { struct
32 Value *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`
33 XXX_unrecognized []byte `json:"-"`
36 func (m *StringProto) Reset() { *m = StringProto{} }
37 func (m *StringProto) String() string { return proto.CompactTextString(m) }
38 func (*StringProto) ProtoMessage() {}
40 func (m *StringProto) GetValue() string {
Dapi_base.proto8 message StringProto { message