HomeSort by relevance Sort by last modified time
    Searched full:namespace (Results 76 - 100 of 28094) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/cxx-lookup/
y.h 2 namespace llvm {
  /external/clang/test/Modules/Inputs/merge-decl-order/
b.h 0 namespace N { struct SB { friend struct foo; }; }
  /external/clang/test/Modules/Inputs/merge-dependent-friends/
d.h 0 namespace N { template<typename T> struct A { friend int f(A); }; }
  /external/clang/test/Modules/Inputs/merge-friends/
friend.h 0 namespace N { struct n8 { friend struct foo; }; }
  /external/clang/test/PCH/
reinclude1.h 0 namespace A {
  /external/clang/test/SemaCXX/
PR10447.cpp 5 namespace test1 {
6 namespace N {
10 namespace N {
18 namespace test2 {
using-directive.cpp 3 namespace A {
5 namespace B {
9 namespace E {} // \
13 namespace E {} // expected-note{{candidate found by name lookup is 'A::E'}}
15 namespace C {
16 using namespace B;
17 namespace E {} // \
29 using namespace A;
30 using namespace B;
33 namespace B
    [all...]
  /external/eigen/doc/
TopicVectorization.dox 0 namespace Eigen {
  /external/libxml2/result/
utf16bom.xml.rde 2 1 1 namespace 1 0
utf16bom.xml.rdr 2 1 1 namespace 1 0
  /external/libxml2/test/c14n/exc-without-comments/
test-0.xpath 2 (//. | //@* | //namespace::*)[ancestor-or-self::e6]
test-1.xpath 2 (//. | //@* | //namespace::*)[ancestor-or-self::e6]
  /external/libxml2/test/c14n/without-comments/
test-3.xpath 2 (//. | //@* | //namespace::*)[ancestor-or-self::e6]
  /external/libxml2/test/scripts/
set4.script 3 xpath //*[namespace-uri()="foo"]
  /ndk/tests/build/cpp-extensions/jni/
foo1.cc 0 namespace cpp {
foo5.C 0 namespace cpp {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
backward_compatibility.hpp 7 namespace boost
9 namespace concepts {}
12 namespace concept = concepts;
14 } // namespace boost::concept
  /external/clang/test/CodeCompletion/
using.cpp 0 namespace N4 {
2 namespace N3 { }
7 namespace N2 {
8 namespace I1 { }
9 namespace I4 = I1;
10 namespace I5 { }
11 namespace I1 { }
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p1.cpp 5 namespace a {} // original
6 namespace a {} // ext
7 inline namespace b {} // inline original expected-warning {{inline namespaces are}}
8 inline namespace b {} // inline ext expected-warning {{inline namespaces are}}
9 inline namespace {} // inline unnamed expected-warning {{inline namespaces are}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 4 namespace {
9 namespace A {
10 namespace {
17 using namespace A;
28 namespace {
31 namespace {
35 namespace test4 {
36 namespace {
39 namespace {
  /external/iproute2/man/man8/
ip-netns.8 3 ip-netns \- process network namespace management
27 A network namespace is logically another copy of the network stack,
30 By convention a named network namespace is an object at
34 refers to the specified network namespace. Holding that file
35 descriptor open keeps the network namespace alive. The file
38 system call to change the network namespace associated with a task.
40 The convention for network namespace aware applications is to look
47 for a network namespace used to isolate your vpn you would name it
52 namespace unaware applications, by creating a mount namespace an
    [all...]
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp 4 namespace Class {
5 namespace NS {
8 using namespace NS;
19 namespace Alias {
20 namespace NS {
23 using namespace NS;
  /external/v8/src/base/
bits.cc 8 namespace v8 {
9 namespace base {
10 namespace bits {
23 } // namespace bits
24 } // namespace base
25 } // namespace v8
  /external/cmockery/cmockery_0_1_2/m4/
google_namespace.m4 1 # Allow users to override the namespace we define our application's classes in
2 # Arg $1 is the default namespace to use if --enable-namespace isn't present.
5 # unique namespace that is not likely to conflict with anyone else. However,
12 # actually in the google namespace, and not some other namespace that
13 # the namespace rules might kick in.
17 AC_ARG_ENABLE(namespace, [ --enable-namespace=FOO to define these Google
18 classes in the FOO namespace. --disable-namespac
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p14.cpp 5 // If a variable member of a namespace is defined outside of the
6 // scope of its namespace then any name used in the definition of
8 // the definition of the variable member occurred in its namespace.
10 namespace N {
22 namespace M {
31 namespace yfloat {
34 using namespace yfloat;
37 using namespace M;
39 namespace M {
52 namespace Other
    [all...]

Completed in 134 milliseconds

1 2 34 5 6 7 8 91011>>