Searched refs:E_OptionalInt32 (Results 1 – 9 of 9) sorted by relevance
/external/golang-protobuf/proto/ |
D | extension_test.go | 35 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),
|
D | equal_test.go | 561 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/ |
D | extension_test.go | 30 xt: testpb.E_OptionalInt32,
|
/external/golang-protobuf/testing/protocmp/ |
D | reflect_test.go | 94 proto.SetExtension(m, testpb.E_OptionalInt32, int32(-32))
|
D | xform_test.go | 136 proto.SetExtension(m, testpb.E_OptionalInt32, int32(-32))
|
D | util_test.go | 340 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/ |
D | test_extension.pb.go | 295 E_OptionalInt32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[0] var
|
/external/golang-protobuf/internal/msgfmt/ |
D | format_test.go | 100 proto.SetExtension(m, testpb.E_OptionalInt32, int32(-32))
|
/external/golang-protobuf/internal/testprotos/test/ |
D | test.pb.go | 3418 E_OptionalInt32 = &file_internal_testprotos_test_test_proto_extTypes[0] var
|