Searched defs:Simple3 (Results 1 – 4 of 4) sorted by relevance
51 type Simple3 struct { struct52 Dub float64 `protobuf:"fixed64,1,opt,name=dub,proto3" json:"dub,omitempty"`53 XXX_NoUnkeyedLiteral struct{} `json:"-"`54 XXX_unrecognized []byte `json:"-"`55 XXX_sizecache int32 `json:"-"`58 func (m *Simple3) Reset() { *m = Simple3{} }59 func (m *Simple3) String() string { return proto.CompactTextString(m) }60 func (*Simple3) ProtoMessage() {}61 func (*Simple3) Descriptor() ([]byte, []int) {65 func (m *Simple3) XXX_Unmarshal(b []byte) error {[all …]
36 message Simple3 { message
31 public void Simple3() { in Simple3() method in SimpleTest2
115 TEST(FileDescriptorShuffleTest, Simple3) { in TEST() argument