Searched refs:isSimple (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp962 GetTypeSize(const nsXPTType &type, PRUint32 &size, PRBool &isSimple) argument
966 isSimple = PR_TRUE;
990 isSimple = PR_FALSE;
995 isSimple = PR_FALSE;
1035 PRBool isSimple = PR_TRUE; local
1036 rv = GetTypeSize(elemType, elemSize, isSimple);
1040 if (isSimple)
1110 PRBool isSimple = PR_TRUE; local
1111 rv = GetTypeSize(elemType, elemSize, isSimple);
1127 if (isSimple)
[all...]

Completed in 77 milliseconds