Searched defs:NewMessage (Results 1 – 5 of 5) sorted by relevance
37 Message* MessageArena::NewMessage() { in NewMessage() function in protozero::MessageArena
80 FakeRootMessage* NewMessage() { in NewMessage() function in protozero::__anonf00c57820111::MessageTest
178 T* NewMessage() const { return static_cast<T*>(default_instance_->New()); } in NewMessage() function229 T* NewMessage() const { return static_cast<T*>(default_instance_->New()); } in NewMessage() function
1628 type NewMessage struct { struct1629 Nested *NewMessage_Nested `protobuf:"bytes,1,opt,name=nested" json:"nested,omitempty"`1631 Num *int64 `protobuf:"varint,2,opt,name=num" json:"num,omitempty"`1632 XXX_NoUnkeyedLiteral struct{} `json:"-"`1633 XXX_unrecognized []byte `json:"-"`1634 XXX_sizecache int32 `json:"-"`1637 func (m *NewMessage) Reset() { *m = NewMessage{} }1638 func (m *NewMessage) String() string { return proto.CompactTextString(m) }1639 func (*NewMessage) ProtoMessage() {}1640 func (*NewMessage) Descriptor() ([]byte, []int) {[all …]
231 message NewMessage { message