Lines Matching refs:ArgPair
56 ->ArgPair(0, 0)
57 ->ArgPair(1, 16) // 16 bytes is small enough for SSO
58 ->ArgPair(1, 256) // 256 bytes requires heap allocation
59 ->ArgPair(1024, 256);
62 ->ArgPair(1, 16) // 16 bytes is small enough for SSO
63 ->ArgPair(1, 256) // 256 bytes requires heap allocation
64 ->ArgPair(1024, 256);
94 ->ArgPair(0, 0)
95 ->ArgPair(1, 16) // 16 bytes is small enough for SSO
96 ->ArgPair(1, 256) // 256 bytes requires heap allocation
97 ->ArgPair(1024, 256);
102 ->ArgPair(1, 16) // 16 bytes is small enough for SSO
103 ->ArgPair(1, 256) // 256 bytes requires heap allocation
104 ->ArgPair(1024, 256);