Searched refs:E_RepeatedInt64 (Results 1 – 6 of 6) sorted by relevance
/external/golang-protobuf/proto/ |
D | extension_test.go | 122 {testpb.E_RepeatedInt64, nil, false}, 123 {testpb.E_RepeatedInt64, []int64(nil), true}, 124 {testpb.E_RepeatedInt64, []int64{}, true}, 125 {testpb.E_RepeatedInt64, []int64{0}, true}, 126 {testpb.E_RepeatedInt64, []*int64{}, false},
|
/external/golang-protobuf/internal/impl/ |
D | extension_test.go | 78 xt: testpb.E_RepeatedInt64,
|
/external/golang-protobuf/testing/protocmp/ |
D | reflect_test.go | 110 proto.SetExtension(m, testpb.E_RepeatedInt64, []int64{-64, +64})
|
D | xform_test.go | 167 proto.SetExtension(m, testpb.E_RepeatedInt64, []int64{64, -64})
|
/external/golang-protobuf/internal/msgfmt/ |
D | format_test.go | 118 proto.SetExtension(m, testpb.E_RepeatedInt64, []int64{64, -64})
|
/external/golang-protobuf/internal/testprotos/test/ |
D | test.pb.go | 3456 E_RepeatedInt64 = &file_internal_testprotos_test_test_proto_extTypes[19] var
|