Home
last modified time | relevance | path

Searched refs:bDefaultMarsh (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dmarshalbool.cs13 bool bDefaultMarsh, in mono_test_marshal_bool_in() argument
21 out bool bDefaultMarsh, in mono_test_marshal_bool_out() argument
29 ref bool bDefaultMarsh, in mono_test_marshal_bool_ref() argument
36 bool bDefaultMarsh, in MarshalBoolInDelegate() argument
43 out bool bDefaultMarsh, in MarshalBoolOutDelegate() argument
50 ref bool bDefaultMarsh, in MarshalBoolRefDelegate() argument
926 ptestVal = &bDefaultMarsh; in MarshalBoolInHelper()
957 …unsafe static int MarshalBoolOutHelper (int arg, uint testVal, out bool bDefaultMarsh, out bool bB… in MarshalBoolOutHelper() argument
960 bDefaultMarsh = bBoolCustMarsh = bI1CustMarsh = bU1CustMarsh = bVBCustMarsh = false; in MarshalBoolOutHelper()
963 fixed (bool*ptestVal = &bDefaultMarsh) in MarshalBoolOutHelper()
[all …]
H A Dlibtest.c4475 mono_test_marshal_bool_in (int arg, unsigned int expected, unsigned int bDefaultMarsh, unsigned int… in mono_test_marshal_bool_in() argument
4480 if (bDefaultMarsh != expected) in mono_test_marshal_bool_in()
4506 mono_test_marshal_bool_out (int arg, unsigned int testVal, unsigned int* bDefaultMarsh, unsigned in… in mono_test_marshal_bool_out() argument
4511 if (!bDefaultMarsh) in mono_test_marshal_bool_out()
4513 *bDefaultMarsh = testVal; in mono_test_marshal_bool_out()
4542 …arshal_bool_ref (int arg, unsigned int expected, unsigned int testVal, unsigned int* bDefaultMarsh, in mono_test_marshal_bool_ref() argument
4548 if (!bDefaultMarsh) in mono_test_marshal_bool_ref()
4550 if (*bDefaultMarsh != expected) in mono_test_marshal_bool_ref()
4552 *bDefaultMarsh = testVal; in mono_test_marshal_bool_ref()
4589 …f int (STDCALL *MarshalBoolInDelegate) (int arg, unsigned int expected, unsigned int bDefaultMarsh,
[all …]