Searched refs:both_have_protected_access (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx192 bool both_have_protected_access = (is_protected(n) && this_wrapping_protected_members) && (is_protected(base) && base_wrapping_protected_members); local
199 if (both_have_public_access || both_have_protected_access) {
230 if (both_have_public_access || both_have_protected_access)
234 if (both_have_public_access || both_have_protected_access)

Completed in 214 milliseconds