Lines Matching refs:testpb
16 testpb "google.golang.org/protobuf/internal/testprotos/test" packageName
30 xt: testpb.E_OptionalInt32,
34 xt: testpb.E_OptionalInt64,
38 xt: testpb.E_OptionalUint32,
42 xt: testpb.E_OptionalUint64,
46 xt: testpb.E_OptionalFloat,
50 xt: testpb.E_OptionalDouble,
54 xt: testpb.E_OptionalBool,
58 xt: testpb.E_OptionalString,
62 xt: testpb.E_OptionalBytes,
66 xt: testpb.E_OptionalNestedMessage,
67 value: &testpb.TestAllExtensions_NestedMessage{},
70 xt: testpb.E_OptionalNestedEnum,
71 value: testpb.TestAllTypes_FOO,
74 xt: testpb.E_RepeatedInt32,
78 xt: testpb.E_RepeatedInt64,
82 xt: testpb.E_RepeatedUint32,
86 xt: testpb.E_RepeatedUint64,
90 xt: testpb.E_RepeatedFloat,
94 xt: testpb.E_RepeatedDouble,
98 xt: testpb.E_RepeatedBool,
102 xt: testpb.E_RepeatedString,
106 xt: testpb.E_RepeatedBytes,
110 xt: testpb.E_RepeatedNestedMessage,
111 value: []*testpb.TestAllExtensions_NestedMessage{{}},
114 xt: testpb.E_RepeatedNestedEnum,
115 value: []testpb.TestAllTypes_NestedEnum{testpb.TestAllTypes_FOO},