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

/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Ddictionary.h88 const NameValuePair* GetElement (int which);
H A Ddictionary.cpp266 const NameValuePair* NameValueDictionary::GetElement (int which) function in class:Security::NameValueDictionary
283 const NameValuePair *nvp = GetElement (i);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Ddictionary.h88 const NameValuePair* GetElement (int which);
H A Ddictionary.cpp266 const NameValuePair* NameValueDictionary::GetElement (int which) function in class:Security::NameValueDictionary
283 const NameValuePair *nvp = GetElement (i);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp246 #define GetElement(index) \ macro
1787 if (( element = GetElement(elementIndex) ) == 0)
1822 if (( element = GetElement(elementIndex++) ) == 0)
1842 IOHIDElementPrivate * element = GetElement( cookie );
1858 element = GetElement(cookies[index]); \
1896 element = GetElement(cookies[index]);
1985 cookieElement = GetElement(cookies[index]);

Completed in 147 milliseconds