Home
last modified time | relevance | path

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

/aoo4110/main/idlc/inc/idlc/
H A Dastinterfacemember.hxx42 { return ((m_flags & AF_OPTIONAL) == AF_OPTIONAL); } in isOptional()
H A Dastservicemember.hxx42 { return ((m_flags & AF_OPTIONAL) == AF_OPTIONAL); } in isOptional()
H A Dastattribute.hxx79 { return ((m_flags & AF_OPTIONAL) == AF_OPTIONAL); } in isOptional()
H A Didlctypes.hxx87 #define AF_OPTIONAL 0x0002 macro
/aoo4110/main/idlc/source/
H A Derrorhandler.cxx461 if ( (flag & AF_OPTIONAL) == AF_OPTIONAL ) in flagToString()
H A Dparser.y869 $$ = AF_OPTIONAL;
1741 bool bOptional = (($1 & AF_OPTIONAL) == AF_OPTIONAL);
1902 if ( (AF_OPTIONAL != $1) && ( AF_INVALID != $1) )
1918 if ( (AF_OPTIONAL != $1) && ( AF_INVALID != $1) )

Completed in 30 milliseconds