Home
last modified time | relevance | path

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

12

/external/libcxxabi/test/
Dcatch_pointer_reference.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/chromium_org/chrome/browser/ui/cocoa/
Dmenu_button.h55 @interface MenuButton (Protected)
Dbase_bubble_controller.h98 @interface BaseBubbleController (Protected)
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_strip_view.h53 @interface TabStripView (Protected)
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller.h94 @interface InfoBarController (Protected)
/external/chromium_org/ui/base/cocoa/
Dmenu_controller.h77 @interface MenuController (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/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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/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
95 # Enable internal EAP server for EAP-WSC (part of Wi-Fi Protected Setup)
Dandroid.config109 # Wi-Fi Protected Setup (WPS)
Ddefconfig114 # Wi-Fi Protected Setup (WPS)
/external/chromium_org/tools/stats_viewer/
Dstats_viewer.cs25 #region Protected Methods
/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
/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.h1393 None, Private, Protected, Public, Package enumerator
1430 return DeclAccess == None ? Protected : AccessControl(DeclAccess); in getCanonicalAccessControl()

12