Searched refs:namespace (Results 1 - 25 of 7925) sorted by relevance

1234567891011>>

/external/clang/test/Coverage/
H A Dcxx-language-features.inc6 namespace std {
7 namespace debug {
11 using namespace std::debug;
12 using namespace std;
14 namespace safestl = ::std::debug;
/external/clang/test/Index/
H A Dcomplete-preamble.h0 namespace std {
5 namespace std {
/external/clang/test/PCH/
H A Dcxx-namespaces.h3 namespace N {
4 namespace {
/external/protobuf/src/google/protobuf/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf namespace.
39 namespace google {
63 namespace protobuf {}
64 } // namespace google
/external/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf::compiler namespace.
39 namespace google {
41 namespace protobuf {
61 namespace compiler {}
63 } // namespace protobuf
64 } // namespace google
/external/protobuf/src/google/protobuf/io/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf::io namespace.
39 namespace google {
41 namespace protobuf {
51 namespace io {}
53 } // namespace protobuf
54 } // namespace google
/external/clang/test/SemaCXX/
H A Dwarn-using-namespace-in-header.h8 namespace warn_in_header_in_global_context {}
9 using namespace warn_in_header_in_global_context;
12 // inside a namespace
13 namespace dont_warn_here {
14 using namespace warn_in_header_in_global_context;
18 namespace warn_inside_linkage {}
20 using namespace warn_inside_linkage;
27 using namespace warn_inside_linkage;
33 namespace dont_warn_here {
35 using namespace warn_in_header_in_global_contex
[all...]
/external/clang/test/Modules/Inputs/
H A Dnamespaces-right.h3 namespace N2 { }
5 namespace N2 { }
7 namespace N2 { }
9 namespace N2 { }
11 namespace N2 {
15 namespace N3 {
19 namespace N5 {
23 namespace N6 {
27 namespace N7 {
31 namespace N
[all...]
H A Dnamespaces-top.h0 namespace N1 {
5 namespace N2 {
9 namespace N3 {
13 namespace N12 { }
H A Dredecl_namespaces_left.h0 namespace A {
H A Dredecl_namespaces_right.h0 namespace A {
H A Dnamespaces-left.h3 namespace N1 { }
5 namespace N1 {
9 namespace N2 {
17 namespace N5 {
21 namespace N6 {
25 namespace N7 {
29 namespace N8 {
33 namespace N9 {
37 namespace N10 {
41 namespace N1
[all...]
/external/chromium/base/allocator/
H A Dallocator_shim.h8 namespace base {
9 namespace allocator {
17 } // namespace base.
18 } // namespace allocator.
/external/chromium/base/mac/
H A Dos_crash_dumps.h8 namespace base {
9 namespace mac {
17 } // namespace mac
18 } // namespace base
/external/v8/src/
H A Dplatform-posix.h31 namespace v8 {
32 namespace internal {
38 } } // namespace v8::internal
/external/webkit/Source/WebCore/platform/mac/
H A DSoundMac.mm29 namespace WebCore {
33 } // namespace WebCore
/external/clang/test/PCH/Inputs/
H A Dnamespaces.h3 namespace N1 {
7 namespace N1 {
15 namespace N2 {
18 namespace Inner {
23 namespace {
28 namespace N3 {
29 namespace {
34 namespace Alias1 = N2::Inner;
36 using namespace N2::Inner;
42 inline namespace N
[all...]
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DCommonBugCategories.h14 namespace clang {
15 namespace ento {
16 namespace categories {
/external/llvm/include/llvm/Support/
H A DLocale.h6 namespace llvm {
7 namespace sys {
8 namespace locale {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32socketinit.h31 namespace talk_base {
35 } // namespace talk_base
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionid.h33 namespace cricket {
35 } // namespace cricket
/external/llvm/lib/Target/NVPTX/
H A DNVPTXNumRegisters.h14 namespace llvm {
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfilerServer.h29 namespace JSC {
33 } // namespace JSC
/external/webkit/Source/JavaScriptCore/runtime/
H A DInitializeThreading.h32 namespace JSC {
H A DScopeChainMark.h26 namespace JSC {
28 } // namespace JSC

Completed in 2047 milliseconds

1234567891011>>