Searched refs:o_rPath (Results 1 – 6 of 6) sorted by relevance
/trunk/main/autodoc/source/cosv/storage/ |
H A D | plocroot.cxx | 268 o_rPath << '/'; in Get() 274 o_rPath.write( "/", 1 ); in Get() 306 o_rPath.write( ".", 1 ); in Get() 332 o_rPath << '\\'; in Get() 338 o_rPath.write( "\\", 1 ); in Get() 364 o_rPath << cDrive << ':'; in Get() 405 o_rPath << cDrive << ":\\"; in Get() 469 o_rPath.write( "\\\\", 2 ); in Get() 471 o_rPath.write( "\\", 1 ); in Get() 472 o_rPath.write( sEntryPt ); in Get() [all …]
|
H A D | ploc.cxx | 123 Path::Get( ostream & o_rPath ) const in Get() 128 pRoot->Get( o_rPath ); in Get() 129 aPath.Get( o_rPath, pRoot->OwnDelimiter() ); in Get() 132 o_rPath << sFile; in Get() 137 Path::Get( bostream & o_rPath ) const in Get() 142 pRoot->Get( o_rPath ); in Get() 143 aPath.Get( o_rPath, pRoot->OwnDelimiter() ); in Get() 146 o_rPath.write( sFile ); in Get()
|
H A D | dirchain.cxx | 121 DirectoryChain::Get( ostream & o_rPath, in Get() argument 128 o_rPath << (*it).c_str() << i_sDelimiter; in Get() 133 DirectoryChain::Get( bostream & o_rPath, in Get() argument 142 o_rPath.write( (*it).c_str() ); in Get() 143 o_rPath.write( i_sDelimiter, deliLen); in Get()
|
/trunk/main/autodoc/inc/cosv/ |
H A D | ploc.hxx | 84 ostream & o_rPath ) const; 87 bostream & o_rPath ) const;
|
H A D | dirchain.hxx | 105 ostream & o_rPath, 108 bostream & o_rPath,
|
H A D | plocroot.hxx | 58 ostream & o_rPath ) const = 0;
|
Completed in 21 milliseconds