Home
last modified time | relevance | path

Searched defs:Simple3 (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go51 type Simple3 struct { struct
52 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 …]
Dmore_test_objects.proto36 message Simple3 { message
/external/vogar/test/vogar/target/junit4/
DSimpleTest2.java31 public void Simple3() { in Simple3() method in SimpleTest2
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc115 TEST(FileDescriptorShuffleTest, Simple3) { in TEST() argument