Searched defs:SetSizeIs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp1180 PRBool PyXPCOM_InterfaceVariantHelper::SetSizeIs( int var_index, PRBool is_arg1, PRUint32 new_size) function in class:PyXPCOM_InterfaceVariantHelper
1499 rc = SetSizeIs(value_index, PR_TRUE, cb_this_buffer_pointer);
1523 rc = SetSizeIs(value_index, PR_TRUE, nch);
1550 rc = SetSizeIs(value_index, PR_FALSE, seq_length);
1991 PRBool PyXPCOM_GatewayVariantHelper::SetSizeIs( int var_index, PRBool is_arg1, PRUint32 new_size)
2570 rc = SetSizeIs(index, PR_TRUE, nch);
2619 rc = SetSizeIs(index, PR_TRUE, nch);
2678 rc = SetSizeIs(index, PR_FALSE, sequence_size);

Completed in 61 milliseconds