Home
last modified time | relevance | path

Searched refs:getAttributeAuthority (Results 1 – 6 of 6) sorted by relevance

/dports/devel/sdts++/sdts++-1.5.1/sdts++/builder/
H A Dsb_Dddf.h84 bool getAttributeAuthority( std::string& val ) const;
85 bool getAUTH( std::string& val ) const { return getAttributeAuthority( val ); } in getAUTH()
H A Dsb_Ddsh.h74 bool getAttributeAuthority( std::string& val ) const;
75 bool getAUTH( std::string& val ) const { return getAttributeAuthority( val ); } in getAUTH()
H A Dsb_Ddom.h74 bool getAttributeAuthority( std::string& val ) const;
75 bool getAUTH( std::string& val ) const { return getAttributeAuthority( val ); } in getAUTH()
H A Dsb_Dddf.cpp384 sb_Dddf::getAttributeAuthority( string & val ) const in getAttributeAuthority() function in sb_Dddf
495 if ( getAttributeAuthority( tmp_str ) ) in getRecord()
H A Dsb_Ddom.cpp486 sb_Ddom::getAttributeAuthority( string& val ) const in getAttributeAuthority() function in sb_Ddom
615 if ( getAttributeAuthority( tmp_str ) ) in getRecord()
H A Dsb_Ddsh.cpp468 sb_Ddsh::getAttributeAuthority( string& val ) const in getAttributeAuthority() function in sb_Ddsh
614 if ( getAttributeAuthority( tmp_str) ) in getRecord()