Lines Matching defs:p2

98 …          public Task<Test.MyClass_OpBoolResult> opBoolAsync(bool p1, bool p2, Ice.Current current)  in opBoolAsync()
103 … public Task<Test.MyClass_OpBoolSResult> opBoolSAsync(bool[] p1, bool[] p2, Ice.Current current) in opBoolSAsync()
119 opBoolSSAsync(bool[][] p1, bool[][] p2, Ice.Current current) in opBoolSSAsync()
135 opByteAsync(byte p1, byte p2, Ice.Current current) in opByteAsync()
141 … opByteBoolDAsync(Dictionary<byte, bool> p1, Dictionary<byte, bool> p2, Ice.Current current) in opByteBoolDAsync()
158 opByteSAsync(byte[] p1, byte[] p2, Ice.Current current) in opByteSAsync()
174 opByteSSAsync(byte[][] p1, byte[][] p2, Ice.Current current) in opByteSSAsync()
190 opFloatDoubleAsync(float p1, double p2, Ice.Current current) in opFloatDoubleAsync()
196 opFloatDoubleSAsync(float[] p1, double[] p2, Ice.Current current) in opFloatDoubleSAsync()
217 opFloatDoubleSSAsync(float[][] p1, double[][] p2, Ice.Current current) in opFloatDoubleSSAsync()
242 … opLongFloatDAsync(Dictionary<long, float> p1, Dictionary<long, float> p2, Ice.Current current) in opLongFloatDAsync()
275 … opShortIntDAsync(Dictionary<short, int> p1, Dictionary<short, int> p2, Ice.Current current) in opShortIntDAsync()
291 opShortIntLongAsync(short p1, int p2, long p3, Ice.Current current) in opShortIntLongAsync()
297 opShortIntLongSAsync(short[] p1, int[] p2, long[] p3, Ice.Current current) in opShortIntLongSAsync()
312 … opShortIntLongSSAsync(short[][] p1, int[][] p2, long[][] p3, Ice.Current current) in opShortIntLongSSAsync()
329 opStringAsync(string p1, string p2, Ice.Current current) in opStringAsync()
335 …gMyEnumDAsync(Dictionary<string, Test.MyEnum> p1, Dictionary<string, Test.MyEnum> p2, Ice.Current … in opStringMyEnumDAsync()
351 …ringDAsync(Dictionary<Test.MyEnum, string> p1, Dictionary<Test.MyEnum, string> p2, Ice.Current cur… in opMyEnumStringDAsync()
368 … Dictionary<Test.MyStruct, Test.MyEnum> p2, Ice.Current current) in opMyStructMyEnumDAsync()
384 … opByteBoolDSAsync(Dictionary<byte, bool>[] p1, Dictionary<byte, bool>[] p2, Ice.Current current) in opByteBoolDSAsync()
399 … opShortIntDSAsync(Dictionary<short, int>[] p1, Dictionary<short, int>[] p2, Ice.Current current) in opShortIntDSAsync()
414 …opLongFloatDSAsync(Dictionary<long, float>[] p1, Dictionary<long, float>[] p2, Ice.Current current) in opLongFloatDSAsync()
429 …ringStringDSAsync(Dictionary<string, string>[] p1, Dictionary<string, string>[] p2, Ice.Current cu… in opStringStringDSAsync() argument
444 …numDSAsync(Dictionary<string, Test.MyEnum>[] p1, Dictionary<string, Test.MyEnum>[] p2, Ice.Current… in opStringMyEnumDSAsync()
459 …DSAsync(Dictionary<Test.MyEnum, string>[] p1, Dictionary<Test.MyEnum, string>[] p2, Ice.Current cu… in opMyEnumStringDSAsync()
474 …umDSAsync(Dictionary<Test.MyStruct, Test.MyEnum>[] p1, Dictionary<Test.MyStruct, Test.MyEnum>[] p2, in opMyStructMyEnumDSAsync()
490 … opByteByteSDAsync(Dictionary<byte, byte[]> p1, Dictionary<byte, byte[]> p2, Ice.Current current) in opByteByteSDAsync() argument
506 … opBoolBoolSDAsync(Dictionary<bool, bool[]> p1, Dictionary<bool, bool[]> p2, Ice.Current current) in opBoolBoolSDAsync() argument
522 …opShortShortSDAsync(Dictionary<short, short[]> p1, Dictionary<short, short[]> p2, Ice.Current curr… in opShortShortSDAsync() argument
538 … opIntIntSDAsync(Dictionary<int, int[]> p1, Dictionary<int, int[]> p2, Ice.Current current) in opIntIntSDAsync() argument
554 … opLongLongSDAsync(Dictionary<long, long[]> p1, Dictionary<long, long[]> p2, Ice.Current current) in opLongLongSDAsync() argument
570 …pStringFloatSDAsync(Dictionary<string, float[]> p1, Dictionary<string, float[]> p2, Ice.Current cu… in opStringFloatSDAsync()
586 …ringDoubleSDAsync(Dictionary<string, double[]> p1, Dictionary<string, double[]> p2, Ice.Current cu… in opStringDoubleSDAsync()
602 …ringStringSDAsync(Dictionary<string, string[]> p1, Dictionary<string, string[]> p2, Ice.Current cu… in opStringStringSDAsync() argument
619 … Dictionary<Test.MyEnum, Test.MyEnum[]> p2, Ice.Current current) in opMyEnumMyEnumSDAsync()
673 opDoubleMarshalingAsync(double p1, double[] p2, Ice.Current current) in opDoubleMarshalingAsync()
685 opStringSAsync(string[] p1, string[] p2, Ice.Current current) in opStringSAsync()
700 opStringSSAsync(string[][] p1, string[][] p2, Ice.Current current) in opStringSSAsync()
714 opStringSSSAsync(string[][][] p1, string[][][] p2, Ice.Current current) in opStringSSSAsync()
729 …opStringStringDAsync(Dictionary<string, string> p1, Dictionary<string, string> p2, Ice.Current cur… in opStringStringDAsync() argument
745 opStructAsync(Test.Structure p1, Test.Structure p2, Ice.Current current) in opStructAsync()