Home
last modified time | relevance | path

Searched refs:E_OptionalInt32 (Results 1 – 9 of 9) sorted by relevance

/external/golang-protobuf/proto/
Dextension_test.go35 ext: testpb.E_OptionalInt32,
84 {testpb.E_OptionalInt32, nil, false},
85 {testpb.E_OptionalInt32, int32(0), true},
86 {testpb.E_OptionalInt32, new(int32), false},
215 testpb.E_OptionalInt32: int32(5),
226 test3pb.E_OptionalInt32: int32(5),
Dequal_test.go561 extend(testpb.E_OptionalInt32, int32(1)),
564 extend(testpb.E_OptionalInt32, int32(2)),
569 extend(testpb.E_OptionalInt32, int32(2)),
/external/golang-protobuf/internal/impl/
Dextension_test.go30 xt: testpb.E_OptionalInt32,
/external/golang-protobuf/testing/protocmp/
Dreflect_test.go94 proto.SetExtension(m, testpb.E_OptionalInt32, int32(-32))
Dxform_test.go136 proto.SetExtension(m, testpb.E_OptionalInt32, int32(-32))
Dutil_test.go340 setExtension{testpb.E_OptionalInt32, int32(0)},
354 setExtension{testpb.E_OptionalInt32, int32(0)},
595 IgnoreDescriptors(testpb.E_OptionalInt32.TypeDescriptor())},
/external/golang-protobuf/internal/testprotos/test3/
Dtest_extension.pb.go295 E_OptionalInt32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[0] var
/external/golang-protobuf/internal/msgfmt/
Dformat_test.go100 proto.SetExtension(m, testpb.E_OptionalInt32, int32(-32))
/external/golang-protobuf/internal/testprotos/test/
Dtest.pb.go3418 E_OptionalInt32 = &file_internal_testprotos_test_test_proto_extTypes[0] var