Searched defs:DebugPrint (Results 1 – 3 of 3) sorted by relevance
195 VOID Object::DebugPrint( in DebugPrint() function in Addr::Object
1486 pub struct DebugPrint<'a, T: Debug>(pub &'a T); struct1487 impl<'a, T> Debug for DebugPrint<'a, T> where T: Debug { implementation
552 static OSStatus DebugPrint( DebugLevel inLevel, char *inData, size_t inSize ) in DebugPrint() function