HomeSort by relevance Sort by last modified time
    Searched full:simple3 (Results 1 - 9 of 9) sorted by null

  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
more_test_objects.proto 36 message Simple3 {
49 Simple3 simple = 1;
61 map<int32, Simple3> objjy = 3;
more_test_objects.pb.go 12 Simple3
68 type Simple3 struct {
72 func (m *Simple3) Reset() { *m = Simple3{} }
73 func (m *Simple3) String() string { return proto.CompactTextString(m) }
74 func (*Simple3) ProtoMessage() {}
75 func (*Simple3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
77 func (m *Simple3) GetDub() float64 {
117 Simple *Simple3 `protobuf:"bytes,1,opt,name=simple" json:"simple,omitempty"`
125 func (m *SimpleNull3) GetSimple() *Simple3 {
    [all...]
  /external/vogar/test/vogar/target/junit4/
SimpleTest2.java 31 public void Simple3() {
TestRunnerJUnit4Test.java 53 .success("Simple3")
99 String[] args = {"simple1", "Simple3"};
104 .success("Simple3")
130 .success("Simple3")
207 .success("Simple3")
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
unwind-bad.s 138 .proc simple3
139 simple3: label
143 .endp simple3
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 371 {"empty value", marshaler, &pb.Simple3{}, `{}`},
372 {"empty value emitted", Marshaler{EmitDefaults: true}, &pb.Simple3{}, `{"dub":0}`},
382 &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: {Dub: 1}}}, `{"objjy":{"1":{"dub":1}}}`},
384 &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: {Dub: 1}}}, objjyPrettyJSON},
538 {"map<int32, Object>", Unmarshaler{}, `{"objjy":{"1":{"dub":1}}}`, &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: {Dub: 1}}}},
  /external/llvm/test/Transforms/Float2Int/
basic.ll 32 ; CHECK-LABEL: @simple3
36 define i32 @simple3(i8 %a) {
  /external/libchrome/base/posix/
file_descriptor_shuffle_unittest.cc 115 TEST(FileDescriptorShuffleTest, Simple3) {
  /external/protobuf/js/
message_test.js 445 var simple3 = new proto.jspb.test.Simple1(['x3', ['y3', 'z3']]);
447 original.setSimple2List([simple2, simple3]);
479 var simple3 = new proto.jspb.test.Simple1(['x3', ['y3', 'z3']]);
484 original.setSimple2List([simple2, simple3]);
    [all...]

Completed in 374 milliseconds