Home
last modified time | relevance | path

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

/AOO42X/main/tools/bootstrp/
H A Dmkcreate.cxx85 CodedDependency *SourceDirectory::AddCodedDependency( in AddCodedDependency()
89 CodedDependency *pReturn = NULL; in AddCodedDependency()
93 pReturn = new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()
101 new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()
106 ( CodedDependency * ) pCodedDependencies->GetObject( nPos ); in AddCodedDependency()
114 CodedDependency *SourceDirectory::AddCodedIdentifier( in AddCodedIdentifier()
118 CodedDependency *pReturn = NULL; in AddCodedIdentifier()
122 pReturn = new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()
130 new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()
135 ( CodedDependency * ) pCodedIdentifier->GetObject( nPos ); in AddCodedIdentifier()
[all …]
/AOO42X/main/tools/inc/bootstrp/
H A Dmkcreate.hxx42 class CodedDependency : public ByteString class
50 CodedDependency( in CodedDependency() function in CodedDependency
136 CodedDependency *pCodedDependency // the dependency
210 CodedDependency *AddCodedDependency(
224 CodedDependency *AddCodedIdentifier(