Home | History | Annotate | Download | only in test-scripts

Lines Matching refs:descriptor

19 from google.protobuf import descriptor
26 DESCRIPTOR = descriptor.FileDescriptor(
31 _RETURNCODE = descriptor.EnumDescriptor(
35 file=DESCRIPTOR,
37 descriptor.EnumValueDescriptor(
41 descriptor.EnumValueDescriptor(
45 descriptor.EnumValueDescriptor(
49 descriptor.EnumValueDescriptor(
53 descriptor.EnumValueDescriptor(
73 _ENCRYPTDATAMESSAGE = descriptor.Descriptor(
77 file=DESCRIPTOR,
80 descriptor.FieldDescriptor(
87 descriptor.FieldDescriptor(
108 _ENCRYPTDATARESPONSE = descriptor.Descriptor(
112 file=DESCRIPTOR,
115 descriptor.FieldDescriptor(
122 descriptor.FieldDescriptor(
143 _VERIFYCREDENTIALSMESSAGE = descriptor.Descriptor(
147 file=DESCRIPTOR,
150 descriptor.FieldDescriptor(
157 descriptor.FieldDescriptor(
164 descriptor.FieldDescriptor(
171 descriptor.FieldDescriptor(
192 _VERIFYCREDENTIALSRESPONSE = descriptor.Descriptor(
196 file=DESCRIPTOR,
199 descriptor.FieldDescriptor(
225 DESCRIPTOR = _ENCRYPTDATAMESSAGE
231 DESCRIPTOR = _ENCRYPTDATARESPONSE
237 DESCRIPTOR = _VERIFYCREDENTIALSMESSAGE
243 DESCRIPTOR = _VERIFYCREDENTIALSRESPONSE