OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__arg
(Results
1 - 25
of
179
) sorted by null
1
2
3
4
5
6
7
8
/external/clang/test/CodeGenCXX/
typeinfo
6
bool operator==(const type_info&
__arg
) const {
7
return __name ==
__arg
.__name;
10
bool operator!=(const type_info&
__arg
) const {
11
return !operator==(
__arg
);
/external/stlport/stlport/stl/
_stdexcept.h
50
domain_error(const string&
__arg
) : logic_error(
__arg
) {}
58
invalid_argument(const string&
__arg
) : logic_error(
__arg
) {}
66
length_error(const string&
__arg
) : logic_error(
__arg
) {}
74
out_of_range(const string&
__arg
) : logic_error(
__arg
) {}
82
range_error(const string&
__arg
) : runtime_error(
__arg
) {}
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
50
domain_error(const string&
__arg
) : logic_error(
__arg
) {}
58
invalid_argument(const string&
__arg
) : logic_error(
__arg
) {}
66
length_error(const string&
__arg
) : logic_error(
__arg
) {}
74
out_of_range(const string&
__arg
) : logic_error(
__arg
) {}
82
range_error(const string&
__arg
) : runtime_error(
__arg
) {}
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
51
domain_error(const string&
__arg
) : logic_error(
__arg
) {}
59
invalid_argument(const string&
__arg
) : logic_error(
__arg
) {}
67
length_error(const string&
__arg
) : logic_error(
__arg
) {}
75
out_of_range(const string&
__arg
) : logic_error(
__arg
) {}
83
range_error(const string&
__arg
) : runtime_error(
__arg
) {}
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
51
domain_error(const string&
__arg
) : logic_error(
__arg
) {}
59
invalid_argument(const string&
__arg
) : logic_error(
__arg
) {}
67
length_error(const string&
__arg
) : logic_error(
__arg
) {}
75
out_of_range(const string&
__arg
) : logic_error(
__arg
) {}
83
range_error(const string&
__arg
) : runtime_error(
__arg
) {}
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
51
domain_error(const string&
__arg
) : logic_error(
__arg
) {}
59
invalid_argument(const string&
__arg
) : logic_error(
__arg
) {}
67
length_error(const string&
__arg
) : logic_error(
__arg
) {}
75
out_of_range(const string&
__arg
) : logic_error(
__arg
) {}
83
range_error(const string&
__arg
) : runtime_error(
__arg
) {}
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
50
domain_error(const string&
__arg
) : logic_error(
__arg
) {}
58
invalid_argument(const string&
__arg
) : logic_error(
__arg
) {}
66
length_error(const string&
__arg
) : logic_error(
__arg
) {}
74
out_of_range(const string&
__arg
) : logic_error(
__arg
) {}
82
range_error(const string&
__arg
) : runtime_error(
__arg
) {}
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
cast.h
61
__static_pointer_cast(const _FromType&
__arg
)
63
type>(
__arg
.get())); }
67
__dynamic_pointer_cast(const _FromType&
__arg
)
69
type>(
__arg
.get())); }
73
__const_pointer_cast(const _FromType&
__arg
)
75
type>(
__arg
.get())); }
79
__reinterpret_pointer_cast(const _FromType&
__arg
)
81
type>(
__arg
.get())); }
89
__static_pointer_cast(_FromType*
__arg
)
91
type>(
__arg
)); }
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
cast.h
68
__static_pointer_cast(const _FromType&
__arg
)
70
type>(
__arg
.get())); }
74
__dynamic_pointer_cast(const _FromType&
__arg
)
76
type>(
__arg
.get())); }
80
__const_pointer_cast(const _FromType&
__arg
)
82
type>(
__arg
.get())); }
86
__reinterpret_pointer_cast(const _FromType&
__arg
)
88
type>(
__arg
.get())); }
96
__static_pointer_cast(_FromType*
__arg
)
98
type>(
__arg
)); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
cast.h
68
__static_pointer_cast(const _FromType&
__arg
)
70
type>(
__arg
.get())); }
74
__dynamic_pointer_cast(const _FromType&
__arg
)
76
type>(
__arg
.get())); }
80
__const_pointer_cast(const _FromType&
__arg
)
82
type>(
__arg
.get())); }
86
__reinterpret_pointer_cast(const _FromType&
__arg
)
88
type>(
__arg
.get())); }
96
__static_pointer_cast(_FromType*
__arg
)
98
type>(
__arg
)); }
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h
61
__static_pointer_cast(const _FromType&
__arg
)
63
type>(
__arg
.get())); }
67
__dynamic_pointer_cast(const _FromType&
__arg
)
69
type>(
__arg
.get())); }
73
__const_pointer_cast(const _FromType&
__arg
)
75
type>(
__arg
.get())); }
79
__reinterpret_pointer_cast(const _FromType&
__arg
)
81
type>(
__arg
.get())); }
89
__static_pointer_cast(_FromType*
__arg
)
91
type>(
__arg
)); }
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h
61
__static_pointer_cast(const _FromType&
__arg
)
63
type>(
__arg
.get())); }
67
__dynamic_pointer_cast(const _FromType&
__arg
)
69
type>(
__arg
.get())); }
73
__const_pointer_cast(const _FromType&
__arg
)
75
type>(
__arg
.get())); }
79
__reinterpret_pointer_cast(const _FromType&
__arg
)
81
type>(
__arg
.get())); }
89
__static_pointer_cast(_FromType*
__arg
)
91
type>(
__arg
)); }
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h
61
__static_pointer_cast(const _FromType&
__arg
)
63
type>(
__arg
.get())); }
67
__dynamic_pointer_cast(const _FromType&
__arg
)
69
type>(
__arg
.get())); }
73
__const_pointer_cast(const _FromType&
__arg
)
75
type>(
__arg
.get())); }
79
__reinterpret_pointer_cast(const _FromType&
__arg
)
81
type>(
__arg
.get())); }
89
__static_pointer_cast(_FromType*
__arg
)
91
type>(
__arg
)); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
cast.h
61
__static_pointer_cast(const _FromType&
__arg
)
63
type>(
__arg
.get())); }
67
__dynamic_pointer_cast(const _FromType&
__arg
)
69
type>(
__arg
.get())); }
73
__const_pointer_cast(const _FromType&
__arg
)
75
type>(
__arg
.get())); }
79
__reinterpret_pointer_cast(const _FromType&
__arg
)
81
type>(
__arg
.get())); }
89
__static_pointer_cast(_FromType*
__arg
)
91
type>(
__arg
)); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
cast.h
68
__static_pointer_cast(const _FromType&
__arg
)
70
type>(
__arg
.get())); }
74
__dynamic_pointer_cast(const _FromType&
__arg
)
76
type>(
__arg
.get())); }
80
__const_pointer_cast(const _FromType&
__arg
)
82
type>(
__arg
.get())); }
86
__reinterpret_pointer_cast(const _FromType&
__arg
)
88
type>(
__arg
.get())); }
96
__static_pointer_cast(_FromType*
__arg
)
98
type>(
__arg
)); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
cast.h
68
__static_pointer_cast(const _FromType&
__arg
)
70
type>(
__arg
.get())); }
74
__dynamic_pointer_cast(const _FromType&
__arg
)
76
type>(
__arg
.get())); }
80
__const_pointer_cast(const _FromType&
__arg
)
82
type>(
__arg
.get())); }
86
__reinterpret_pointer_cast(const _FromType&
__arg
)
88
type>(
__arg
.get())); }
96
__static_pointer_cast(_FromType*
__arg
)
98
type>(
__arg
)); }
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdexcept
60
logic_error(const string&
__arg
);
76
explicit domain_error(const string&
__arg
);
83
explicit invalid_argument(const string&
__arg
);
91
explicit length_error(const string&
__arg
);
99
explicit out_of_range(const string&
__arg
);
114
runtime_error(const string&
__arg
);
129
explicit range_error(const string&
__arg
);
136
explicit overflow_error(const string&
__arg
);
143
explicit underflow_error(const string&
__arg
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
stdexcept
63
logic_error(const string&
__arg
);
78
explicit domain_error(const string&
__arg
);
86
explicit invalid_argument(const string&
__arg
);
95
explicit length_error(const string&
__arg
);
104
explicit out_of_range(const string&
__arg
);
120
runtime_error(const string&
__arg
);
134
explicit range_error(const string&
__arg
);
142
explicit overflow_error(const string&
__arg
);
150
explicit underflow_error(const string&
__arg
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
stdexcept
63
logic_error(const string&
__arg
);
78
explicit domain_error(const string&
__arg
);
86
explicit invalid_argument(const string&
__arg
);
95
explicit length_error(const string&
__arg
);
104
explicit out_of_range(const string&
__arg
);
120
runtime_error(const string&
__arg
);
134
explicit range_error(const string&
__arg
);
142
explicit overflow_error(const string&
__arg
);
150
explicit underflow_error(const string&
__arg
);
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdexcept
60
logic_error(const string&
__arg
);
76
explicit domain_error(const string&
__arg
);
83
explicit invalid_argument(const string&
__arg
);
91
explicit length_error(const string&
__arg
);
99
explicit out_of_range(const string&
__arg
);
114
runtime_error(const string&
__arg
);
129
explicit range_error(const string&
__arg
);
136
explicit overflow_error(const string&
__arg
);
143
explicit underflow_error(const string&
__arg
);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdexcept
60
logic_error(const string&
__arg
);
76
explicit domain_error(const string&
__arg
);
83
explicit invalid_argument(const string&
__arg
);
91
explicit length_error(const string&
__arg
);
99
explicit out_of_range(const string&
__arg
);
114
runtime_error(const string&
__arg
);
129
explicit range_error(const string&
__arg
);
136
explicit overflow_error(const string&
__arg
);
143
explicit underflow_error(const string&
__arg
);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdexcept
60
logic_error(const string&
__arg
);
76
explicit domain_error(const string&
__arg
);
83
explicit invalid_argument(const string&
__arg
);
91
explicit length_error(const string&
__arg
);
99
explicit out_of_range(const string&
__arg
);
114
runtime_error(const string&
__arg
);
129
explicit range_error(const string&
__arg
);
136
explicit overflow_error(const string&
__arg
);
143
explicit underflow_error(const string&
__arg
);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdexcept
60
logic_error(const string&
__arg
);
76
explicit domain_error(const string&
__arg
);
83
explicit invalid_argument(const string&
__arg
);
91
explicit length_error(const string&
__arg
);
99
explicit out_of_range(const string&
__arg
);
114
runtime_error(const string&
__arg
);
129
explicit range_error(const string&
__arg
);
136
explicit overflow_error(const string&
__arg
);
143
explicit underflow_error(const string&
__arg
);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
stdexcept
63
logic_error(const string&
__arg
);
78
explicit domain_error(const string&
__arg
);
86
explicit invalid_argument(const string&
__arg
);
95
explicit length_error(const string&
__arg
);
104
explicit out_of_range(const string&
__arg
);
120
runtime_error(const string&
__arg
);
134
explicit range_error(const string&
__arg
);
142
explicit overflow_error(const string&
__arg
);
150
explicit underflow_error(const string&
__arg
);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
stdexcept
63
logic_error(const string&
__arg
);
78
explicit domain_error(const string&
__arg
);
86
explicit invalid_argument(const string&
__arg
);
95
explicit length_error(const string&
__arg
);
104
explicit out_of_range(const string&
__arg
);
120
runtime_error(const string&
__arg
);
134
explicit range_error(const string&
__arg
);
142
explicit overflow_error(const string&
__arg
);
150
explicit underflow_error(const string&
__arg
);
Completed in 773 milliseconds
1
2
3
4
5
6
7
8