OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ns
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
boost_concept_check.h
89
#define _GLIBCXX_CLASS_REQUIRES(_type_var,
_ns
, _concept) \
90
typedef void (
_ns
::_concept <_type_var>::* _func##_type_var##_concept)(); \
94
&
_ns
::_concept <_type_var>::__constraints> \
97
#define _GLIBCXX_CLASS_REQUIRES2(_type_var1, _type_var2,
_ns
, _concept) \
98
typedef void (
_ns
::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)(); \
102
&
_ns
::_concept <_type_var1,_type_var2>::__constraints> \
105
#define _GLIBCXX_CLASS_REQUIRES3(_type_var1, _type_var2, _type_var3,
_ns
, _concept) \
106
typedef void (
_ns
::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_type_var3##_concept)(); \
110
&
_ns
::_concept <_type_var1,_type_var2,_type_var3>::__constraints> \
113
#define _GLIBCXX_CLASS_REQUIRES4(_type_var1, _type_var2, _type_var3, _type_var4,
_ns
, _concept)
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
boost_concept_check.h
89
#define _GLIBCXX_CLASS_REQUIRES(_type_var,
_ns
, _concept) \
90
typedef void (
_ns
::_concept <_type_var>::* _func##_type_var##_concept)(); \
94
&
_ns
::_concept <_type_var>::__constraints> \
97
#define _GLIBCXX_CLASS_REQUIRES2(_type_var1, _type_var2,
_ns
, _concept) \
98
typedef void (
_ns
::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)(); \
102
&
_ns
::_concept <_type_var1,_type_var2>::__constraints> \
105
#define _GLIBCXX_CLASS_REQUIRES3(_type_var1, _type_var2, _type_var3,
_ns
, _concept) \
106
typedef void (
_ns
::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_type_var3##_concept)(); \
110
&
_ns
::_concept <_type_var1,_type_var2,_type_var3>::__constraints> \
113
#define _GLIBCXX_CLASS_REQUIRES4(_type_var1, _type_var2, _type_var3, _type_var4,
_ns
, _concept)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/statistics/
tests.sh
29
_ns
=$1
33
[ -f "${
_ns
}/named.stats" ] || return 1
35
last_stats=named.stats.$
_ns
-$stats-$n
36
mv ${
_ns
}/named.stats $last_stats
/src/external/mpl/bind/dist/bin/tests/system/cookie/
cookie_ans.py
73
def
_ns
(qctx: QueryContext) -> dns.rrset.RRset:
function
106
qctx.response.answer.append(
_ns
(qctx))
/src/external/mit/expat/dist/lib/
xmltok.c
1654
# define ns(x) x##
_ns
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026