OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:namespace
(Results
201 - 225
of
28094
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
yield_k.hpp
51
namespace
boost
54
namespace
detail
82
} //
namespace
detail
84
} //
namespace
boost
91
namespace
boost
94
namespace
detail
127
} //
namespace
detail
129
} //
namespace
boost
133
namespace
boost
136
namespace
detai
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
utility.hpp
27
namespace
boost {
29
namespace
units {
31
namespace
detail {
58
} //
namespace
detail
68
} //
namespace
units
70
} //
namespace
boost
74
namespace
boost {
76
namespace
units {
78
namespace
detail {
87
} //
namespace
detai
[
all
...]
/build/tools/atree/
options.h
7
using
namespace
std;
/external/clang/test/CXX/conv/conv.ptr/
p2.cpp
4
namespace
pr7801 {
/external/clang/test/CodeGenCXX/
2004-11-27-FriendDefaultArgCrash.cpp
5
namespace
nm {
2009-07-16-Using.cpp
3
namespace
A {
/external/clang/test/FixIt/
typo.cpp
7
namespace
std {
17
namespace
otherstd { // expected-note 2{{'otherstd' declared here}} \
18
// expected-note{{
namespace
'otherstd' defined here}}
19
using
namespace
std;
22
using
namespace
std;
25
// expected-error{{no type named 'strng' in
namespace
'otherstd'; did you mean 'string'?}}
28
::other_std::string str3; // expected-error{{no member named 'other_std' in the global
namespace
; did you mean 'otherstd'?}}
35
using
namespace
othestd; // expected-error{{no
namespace
named 'othestd'; did you mean 'otherstd'?}}
36
namespace
blargh = otherstd; // expected-note 3{{namespace 'blargh' defined here}
[
all
...]
/external/clang/test/Modules/Inputs/PR20786/
random.h
0
namespace
std {
/external/clang/test/Modules/Inputs/initializer_list/
direct.h
0
namespace
std {
/external/clang/test/Modules/Inputs/merge-template-members/
a1.h
0
namespace
N {
a2.h
0
namespace
N {
/external/clang/test/Modules/Inputs/merge-typedefs/
a1.h
3
namespace
llvm {
b1.h
6
namespace
llvm {
/external/clang/test/Parser/
cxx1z-nested-namespace-definition.cpp
7
namespace
foo1::foo2::foo3 {
9
// expected-warning@-2 {{nested
namespace
definition is a C++1z extension; define each
namespace
separately}}
11
// expected-warning@-4 {{nested
namespace
definition is incompatible with C++ standards before C++1z}}
17
inline
namespace
goo::bar { // expected-error {{nested
namespace
definition cannot be 'inline'}} expected-warning 0-1{{C++11 feature}}
28
namespace
bar1 {
29
namespace
bar2 {
30
namespace
bar3 {
/external/clang/test/SemaTemplate/
dependent-names-no-std.cpp
4
// absence of
namespace
'std'.
6
namespace
PR10053 {
7
namespace
ns {
18
void f(ns::Data); // expected-note {{in
namespace
'PR10053::ns'}}
/external/cmockery/cmockery_0_1_2/m4/
stl_namespace.m4
1
# We check what
namespace
stl code like vector expects to be executed in
5
what
namespace
STL code is in,
19
[the
namespace
where STL code like vector<> is defined])
23
[the
namespace
where STL code like vector<> is defined])
/external/eigen/doc/
TopicEigenExpressionTemplates.dox
0
namespace
Eigen {
TopicResizing.dox
0
namespace
Eigen {
TopicScalarTypes.dox
0
namespace
Eigen {
/external/eigen/failtest/
map_nonconst_ctor_on_const_ptr_0.cpp
9
using
namespace
Eigen;
/external/libxml2/result/namespaces/
err_1.xml.err
1
./test/namespaces/err_1.xml:1:
namespace
error : Failed to parse QName 'xmlns:'
err_3.xml.err
1
./test/namespaces/err_3.xml:1:
namespace
error : Failed to parse QName ':foo'
/external/libxml2/test/c14n/exc-without-comments/
merlin-c14n-two-11.xpath
3
(//. | //@* | //
namespace
::*)
5
<!-- only text, elements or directly-used
namespace
nodes -->
8
(
namespace
-uri() != "") or
9
(string(self::node()) =
namespace
-uri(parent::node())))
merlin-c14n-two-12.xpath
3
(//. | //@* | //
namespace
::*)
5
<!-- only text, elements, or directly-used
namespace
nodes but not foo:Something -->
9
(
namespace
-uri() != "") or
10
(string(self::node()) =
namespace
-uri(parent::node())))
merlin-c14n-two-14.xpath
3
(//. | //@* | //
namespace
::*)
5
<!-- no
namespace
nodes; I am text or have nonempty
namespace
URI -->
8
(
namespace
-uri() != ""))
Completed in 555 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>