Home
last modified time | relevance | path

Searched refs:io_TextPtr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/autodoc/source/display/idl/
H A Dhi_ary.cxx58 AryAccess::nextName( const char * & io_TextPtr, in nextName() argument
61 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()
H A Dhi_ary.hxx140 const char * & io_TextPtr,

Completed in 28 milliseconds