Searched refs:io_TextPtr (Results 1 – 2 of 2) sorted by relevance
58 AryAccess::nextName( const char * & io_TextPtr, in nextName() argument61 if ( strncmp(io_TextPtr,"::", 2) == 0 ) in nextName()62 io_TextPtr += 2; in nextName()64 const char * pEnd = strchr(io_TextPtr,':'); in nextName()66 ? strlen(io_TextPtr) in nextName()67 : pEnd - io_TextPtr; in nextName()68 o_name.assign(io_TextPtr, nLen); in nextName()69 io_TextPtr += nLen; in nextName()
140 const char * & io_TextPtr,
Completed in 16 milliseconds