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

1234567891011>>

/external/clang/test/Modules/Inputs/anon-namespace/
H A Db1.h0 namespace N {}
2 namespace N { namespace {} }
H A Da.h0 namespace N {}
H A Db2.h2 namespace N {}
H A Dc.h0 namespace N {}
/external/clang/test/Modules/Inputs/update-after-load/
H A Da.h0 namespace llvm {}
H A Db.h2 namespace llvm { void f(); }
/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/Modules/Inputs/misplaced/
H A Dmisplaced-a.h0 namespace A {
2 namespace B { // expected-note{{namespace 'A::B' begins here}}
3 #include "misplaced-b.h" // expected-error{{import of module 'Misplaced.Sub_B' appears within namespace 'A::B'}}
/external/eigen/doc/
H A DUsingBlasLapackBackends.dox33 namespace Eigen {
H A DUsingIntelMKL.dox33 namespace Eigen {
/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/webrtc/webrtc/modules/audio_device/android/
H A Densure_initialized.h11 namespace webrtc {
12 namespace audiodevicemodule {
16 } // namespace audiodevicemodule
17 } // namespace webrtc
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.h31 // This header declares the namespace google::protobuf::protobuf_unittest in order to expose
33 // unittest.cc will declare the namespace prior to other includes, while obeying
37 // name with "::", in case the namespace google::protobuf::foo exists. We intentionally
45 namespace google {
46 namespace protobuf {
47 namespace protobuf_unittest {}
48 } // namespace protobuf
50 } // 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/Modules/Inputs/
H A Dcxx-inline-namespace.h0 namespace std {
2 inline namespace __1 {
3 namespace __is_function_imp {}
7 namespace std {
8 inline namespace __1 {
13 namespace X {
14 inline namespace Y {
H A Dnamespaces-right.h6 namespace LookupBeforeImport {
10 namespace N2 { }
12 namespace N2 { }
14 namespace N2 { }
16 namespace N2 { }
18 namespace N2 {
22 namespace N3 {
26 namespace N5 {
30 namespace N6 {
34 namespace N
[all...]
H A Dredecl_namespaces_left.h0 namespace A {
H A Dredecl_namespaces_right.h0 namespace A {
/external/libmojo/mojo/edk/embedder/
H A Dtest_embedder.h10 namespace mojo {
11 namespace edk {
12 namespace test {
24 } // namespace test
25 } // namespace edk
26 } // namespace mojo
/external/clang/test/Modules/Inputs/cxx-lookup/
H A Dnb.h0 namespace N { extern int n; }
/external/clang/test/Modules/Inputs/deferred-lookup/
H A Da.h0 namespace N { int f(int); }
/external/clang/test/Modules/Inputs/internal-constants/
H A Dconst.h0 namespace N {
/external/clang/test/Modules/Inputs/merge-friends/
H A Ddecl.h0 namespace N { struct foo; }

Completed in 467 milliseconds

1234567891011>>