Home
last modified time | relevance | path

Searched defs:Announcement (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/extension_user/
Dextension_user.pb.go203 type Announcement struct { struct
204 Words *string `protobuf:"bytes,1,opt,name=words" json:"words,omitempty"`
205 XXX_NoUnkeyedLiteral struct{} `json:"-"`
206 XXX_unrecognized []byte `json:"-"`
207 XXX_sizecache int32 `json:"-"`
210 func (m *Announcement) Reset() { *m = Announcement{} }
211 func (m *Announcement) String() string { return proto.CompactTextString(m) }
212 func (*Announcement) ProtoMessage() {}
213 func (*Announcement) Descriptor() ([]byte, []int) {
217 func (m *Announcement) XXX_Unmarshal(b []byte) error {
[all …]
Dextension_user.proto87 message Announcement { message
/external/opencensus-java/
DRELEASING.md176 ## Announcement section in How to Create a Release of OpenCensus Java (for Maintainers Only)