Lines Matching refs:Book
58 …Book *Book `protobuf:"bytes,4,opt,name=book,proto3" json:"book,omitempty… member
111 func (m *Request) GetBook() *Book {
113 return m.Book
125 type Book struct { struct
133 func (m *Book) Reset() { *m = Book{} } argument
134 func (m *Book) String() string { return proto.CompactTextString(m) } argument
135 func (*Book) ProtoMessage() {} argument
136 func (*Book) Descriptor() ([]byte, []int) { argument
140 func (m *Book) XXX_Unmarshal(b []byte) error { argument
143 func (m *Book) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
146 func (m *Book) XXX_Merge(src proto.Message) { argument
149 func (m *Book) XXX_Size() int { argument
152 func (m *Book) XXX_DiscardUnknown() {
158 func (m *Book) GetTitle() string {
165 func (m *Book) GetRawData() []byte {
175 proto.RegisterType((*Book)(nil), "proto3.Book") argument