Lines Matching defs:p2

116 … public override Task<Test.MyClass_OpBoolResult> opBoolAsync(bool p1, bool p2, Ice.Current current)  in opBoolAsync()
121 …public override Task<Test.MyClass_OpBoolSResult> opBoolSAsync(bool[] p1, bool[] p2, Ice.Current cu… in opBoolSAsync()
137 opBoolSSAsync(bool[][] p1, bool[][] p2, Ice.Current current) in opBoolSSAsync()
153 opByteAsync(byte p1, byte p2, Ice.Current current) in opByteAsync()
159 … opByteBoolDAsync(Dictionary<byte, bool> p1, Dictionary<byte, bool> p2, Ice.Current current) in opByteBoolDAsync()
176 opByteSAsync(byte[] p1, byte[] p2, Ice.Current current) in opByteSAsync()
192 opByteSSAsync(byte[][] p1, byte[][] p2, Ice.Current current) in opByteSSAsync()
208 opFloatDoubleAsync(float p1, double p2, Ice.Current current) in opFloatDoubleAsync()
214 opFloatDoubleSAsync(float[] p1, double[] p2, Ice.Current current) in opFloatDoubleSAsync()
235 opFloatDoubleSSAsync(float[][] p1, double[][] p2, Ice.Current current) in opFloatDoubleSSAsync()
260 … opLongFloatDAsync(Dictionary<long, float> p1, Dictionary<long, float> p2, Ice.Current current) in opLongFloatDAsync()
293 … opShortIntDAsync(Dictionary<short, int> p1, Dictionary<short, int> p2, Ice.Current current) in opShortIntDAsync()
309 opShortIntLongAsync(short p1, int p2, long p3, Ice.Current current) in opShortIntLongAsync()
315 opShortIntLongSAsync(short[] p1, int[] p2, long[] p3, Ice.Current current) in opShortIntLongSAsync()
330 opShortIntLongSSAsync(short[][] p1, int[][] p2, long[][] p3, Ice.Current current) in opShortIntLongSSAsync()
347 opStringAsync(string p1, string p2, Ice.Current current) in opStringAsync()
353 …gMyEnumDAsync(Dictionary<string, Test.MyEnum> p1, Dictionary<string, Test.MyEnum> p2, Ice.Current … in opStringMyEnumDAsync()
369 …ringDAsync(Dictionary<Test.MyEnum, string> p1, Dictionary<Test.MyEnum, string> p2, Ice.Current cur… in opMyEnumStringDAsync()
386 … Dictionary<Test.MyStruct, Test.MyEnum> p2, Ice.Current current) in opMyStructMyEnumDAsync()
402 … opByteBoolDSAsync(Dictionary<byte, bool>[] p1, Dictionary<byte, bool>[] p2, Ice.Current current) in opByteBoolDSAsync()
417 … opShortIntDSAsync(Dictionary<short, int>[] p1, Dictionary<short, int>[] p2, Ice.Current current) in opShortIntDSAsync()
432 …opLongFloatDSAsync(Dictionary<long, float>[] p1, Dictionary<long, float>[] p2, Ice.Current current) in opLongFloatDSAsync()
447 …ringStringDSAsync(Dictionary<string, string>[] p1, Dictionary<string, string>[] p2, Ice.Current cu… in opStringStringDSAsync() argument
462 …numDSAsync(Dictionary<string, Test.MyEnum>[] p1, Dictionary<string, Test.MyEnum>[] p2, Ice.Current… in opStringMyEnumDSAsync()
477 …DSAsync(Dictionary<Test.MyEnum, string>[] p1, Dictionary<Test.MyEnum, string>[] p2, Ice.Current cu… in opMyEnumStringDSAsync()
493 Dictionary<Test.MyStruct, Test.MyEnum>[] p2, in opMyStructMyEnumDSAsync()
509 … opByteByteSDAsync(Dictionary<byte, byte[]> p1, Dictionary<byte, byte[]> p2, Ice.Current current) in opByteByteSDAsync() argument
525 … opBoolBoolSDAsync(Dictionary<bool, bool[]> p1, Dictionary<bool, bool[]> p2, Ice.Current current) in opBoolBoolSDAsync() argument
541 …opShortShortSDAsync(Dictionary<short, short[]> p1, Dictionary<short, short[]> p2, Ice.Current curr… in opShortShortSDAsync() argument
557 … opIntIntSDAsync(Dictionary<int, int[]> p1, Dictionary<int, int[]> p2, Ice.Current current) in opIntIntSDAsync() argument
573 … opLongLongSDAsync(Dictionary<long, long[]> p1, Dictionary<long, long[]> p2, Ice.Current current) in opLongLongSDAsync() argument
589 …opStringFloatSDAsync(Dictionary<string, float[]> p1, Dictionary<string, float[]> p2, Ice.Current c… in opStringFloatSDAsync()
605 …ringDoubleSDAsync(Dictionary<string, double[]> p1, Dictionary<string, double[]> p2, Ice.Current cu… in opStringDoubleSDAsync()
621 …ringStringSDAsync(Dictionary<string, string[]> p1, Dictionary<string, string[]> p2, Ice.Current cu… in opStringStringSDAsync() argument
637 …MyEnumSDAsync(Dictionary<Test.MyEnum, Test.MyEnum[]> p1, Dictionary<Test.MyEnum, Test.MyEnum[]> p2, in opMyEnumMyEnumSDAsync()
692 opDoubleMarshalingAsync(double p1, double[] p2, Ice.Current current) in opDoubleMarshalingAsync()
704 opStringSAsync(string[] p1, string[] p2, Ice.Current current) in opStringSAsync()
719 opStringSSAsync(string[][] p1, string[][] p2, Ice.Current current) in opStringSSAsync()
733 opStringSSSAsync(string[][][] p1, string[][][] p2, Ice.Current current) in opStringSSSAsync()
748 …opStringStringDAsync(Dictionary<string, string> p1, Dictionary<string, string> p2, Ice.Current cur… in opStringStringDAsync() argument
764 opStructAsync(Test.Structure p1, Test.Structure p2, Ice.Current current) in opStructAsync()