Home
last modified time | relevance | path

Searched refs:Protected (Results 1 – 25 of 42) sorted by relevance

12

/external/libcxxabi/test/
Dcatch_pointer_reference.pass.cpp38 struct Protected : protected Base {}; struct
363 assert_cannot_catch< Base * , Protected *, Protected>(); in f11()
364 assert_cannot_catch<const Base * , Protected *, Protected>(); in f11()
365 assert_cannot_catch< volatile Base * , Protected *, Protected>(); in f11()
366 assert_cannot_catch<const volatile Base * , Protected *, Protected>(); in f11()
367 assert_cannot_catch< Base * const , Protected *, Protected>(); in f11()
368 assert_cannot_catch<const Base * const , Protected *, Protected>(); in f11()
369 assert_cannot_catch< volatile Base * const , Protected *, Protected>(); in f11()
370 assert_cannot_catch<const volatile Base * const , Protected *, Protected>(); in f11()
371 assert_cannot_catch< Base * volatile, Protected *, Protected>(); in f11()
[all …]
/external/clang/test/CXX/class.access/
Dp4.cpp11 class Protected {} ProtectedInst; class
19 void foo(Protected&); // expected-note 2 {{declared protected here}}
30 void (A::*b)(Protected&) = &A::foo; // expected-error {{'foo' is a protected member}} in test()
45 void operator+(Protected&); // expected-note {{declared protected here}}
46 void operator[](Protected&); // expected-note {{declared protected here}}
47 void operator()(Protected&); // expected-note {{declared protected here}}
48 typedef void (*ProtectedSurrogate)(Protected&);
59 void operator+(const A &, Protected&);
63 void test(A &a, Public &pub, Protected &prot, Private &priv) { in test()
Dp6.cpp18 struct Public {}; struct Protected {}; struct Private {}; struct
38 operator Protected (); // expected-note {{declared protected here}}
39 A(Protected); // expected-note {{declared protected here}}
48 Protected prot = a; // expected-error {{'operator Protected' is a protected member}} in test()
/external/llvm/tools/llvm-pdbdump/
DClassDefinitionDumper.cpp76 std::make_pair((int)PDB_MemberAccess::Protected, SymbolGroup())); in start()
106 Count += dumpAccessGroup(PDB_MemberAccess::Protected, in start()
107 Groups[(int)PDB_MemberAccess::Protected]); in start()
125 } else if (Access == PDB_MemberAccess::Protected) { in dumpAccessGroup()
/external/llvm/include/llvm/IR/
DDebugInfoFlags.def20 HANDLE_DI_FLAG(2, Protected)
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml10 <refpurpose>Background information on Wi-Fi Protected Access and IEEE 802.11i</refpurpose>
27 hardware. This is called Wi-Fi Protected Access&lt;TM&gt; (WPA). This
Dwpa_supplicant.sgml10 <refpurpose>Wi-Fi Protected Access client and IEEE 802.1X supplicant</refpurpose>
43 security issues due to the use of WEP for encryption. Wi-Fi Protected
/external/doclava/res/assets/templates/
Dclass.cs69 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#proctors">Protected Ctors</a>
77 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBufferedTreeNodeStream.h112 #pragma mark Protected Methods
DANTLRBufferedTreeNodeStream.m220 #pragma mark Protected Methods
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBufferedTreeNodeStream.h110 #pragma mark Protected Methods
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBufferedTreeNodeStream.h110 #pragma mark Protected Methods
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBufferedTreeNodeStream.h110 #pragma mark Protected Methods
/external/wpa_supplicant_8/hostapd/
DREADME-WPS1 hostapd and Wi-Fi Protected Setup (WPS)
12 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
94 # Enable internal EAP server for EAP-WSC (part of Wi-Fi Protected Setup)
Dandroid.config105 # Wi-Fi Protected Setup (WPS)
Ddefconfig113 # Wi-Fi Protected Setup (WPS)
DREADME252 is called Wi-Fi Protected Access<TM> (WPA). This has now become a
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h419 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp253 CASE_OUTPUT_ENUM_CLASS_STR(PDB_MemberAccess, Protected, "protected", OS) in operator <<()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS1 wpa_supplicant and Wi-Fi Protected Setup (WPS)
13 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
Dandroid.config139 # Wi-Fi Protected Setup (WPS)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui501 <string>&amp;Wi-Fi Protected Setup</string>
/external/flac/libFLAC/
DlibFLAC_static.dsp404 # Begin Group "Protected Header Files"
DlibFLAC_dynamic.dsp411 # Begin Group "Protected Header Files"
/external/clang/include/clang/AST/
DDeclObjC.h1398 None, Private, Protected, Public, Package enumerator
1435 return DeclAccess == None ? Protected : AccessControl(DeclAccess); in getCanonicalAccessControl()

12