Home
last modified time | relevance | path

Searched refs:Simple3 (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go51 type Simple3 struct { struct
58 func (m *Simple3) Reset() { *m = Simple3{} } argument
59 func (m *Simple3) String() string { return proto.CompactTextString(m) } argument
60 func (*Simple3) ProtoMessage() {} argument
61 func (*Simple3) Descriptor() ([]byte, []int) { argument
65 func (m *Simple3) XXX_Unmarshal(b []byte) error { argument
68 func (m *Simple3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
71 func (m *Simple3) XXX_Merge(src proto.Message) { argument
74 func (m *Simple3) XXX_Size() int { argument
77 func (m *Simple3) XXX_DiscardUnknown() { argument
[all …]
Dmore_test_objects.proto36 message Simple3 { message
49 Simple3 simple = 1;
61 map<int32, Simple3> objjy = 3;
/external/vogar/test/vogar/target/junit4/
DSimpleTest2.java31 public void Simple3() { in Simple3() method in SimpleTest2
/external/golang-protobuf/jsonpb/
Djsonpb_test.go439 {"empty value", marshaler, &pb.Simple3{}, `{}`},
440 {"empty value emitted", Marshaler{EmitDefaults: true}, &pb.Simple3{}, `{"dub":0}`},
450 &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: {Dub: 1}}}, `{"objjy":{"1":{"dub":1}}}`},
452 &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: {Dub: 1}}}, objjyPrettyJSON},
744 … Unmarshaler{}, `{"objjy":{"1":{"dub":1}}}`, &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: {Dub: 1}}}},
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc115 TEST(FileDescriptorShuffleTest, Simple3) { in TEST() argument