OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Cs
(Results
1 - 11
of
11
) sorted by null
/external/clang/test/CXX/lex/lex.literal/lex.ext/
p3.cpp
17
template<char...
Cs
> constexpr int operator "" _x3() { return sizeof...(
Cs
); }
p4.cpp
17
template<char...
Cs
> constexpr int operator "" _x3() { return sizeof...(
Cs
); }
/external/clang/test/PCH/
cxx-variadic-templates.h
21
template<Ts...Vs, template<Ts> class ...
Cs
> struct inner {
22
inner(
Cs
<Vs>...);
/external/llvm/unittests/Option/
OptionParsingTest.cpp
98
arg_iterator
Cs
= AL->filtered_begin(OPT_C);
99
ASSERT_NE(
Cs
, AL->filtered_end());
100
EXPECT_EQ(StringRef((*
Cs
)->getValue()), "desu");
102
(*
Cs
)->render(*AL, ASL);
/external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp
38
template<Ts ...As, template<Ts> class ...Bs, typename ...
Cs
> struct Inner {
40
Check(
Cs
...);
136
// This case should not produce an error, because in A's instantiation,
Cs
is
140
template<template<typename, Ts = 0> class ...
Cs
,
Cs
<Ts> ...Vs> struct B { // ok
/external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp
10
template<char...
Cs
> S operator"" _t() { return S(); }
const-init-cxx11.cpp
68
template<unsigned... Ns> struct
Cs
: X<C,Ns>... {};
75
using Test1 = Test<N, C,
Cs
<1,2>, D, X<C,1>>;
/external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp
20
template<char ...
Cs
> constexpr LitKind operator"" _kind3() { return LitKind::Template; }
120
template<char C, char...
Cs
> constexpr unsigned hash(unsigned a) {
121
return hash<
Cs
...>(mash(a ^ mash(C)));
124
template<char...
Cs
> constexpr unsigned operator"" _hash() {
125
return constant<unsigned, hash<
Cs
...>(0)>::value;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp
36
template<typename ...
Cs
> struct C {
37
C(As..., Bs..., int &k,
Cs
...);
/external/opencv/cv/src/
cvpyramids.cpp
84
int dststep, CvSize size, void *buf, int
Cs
) \
89
int Wd = size.width/2, Wdn = Wd*
Cs
; \
94
assert(
Cs
== 1 ||
Cs
== 3 ); \
118
if(
Cs
== 1 ) \
142
else /*
Cs
== 3 */ \
282
int dststep, CvSize size, void *buf, int
Cs
) \
287
int Wd = size.width * 2, Wdn = Wd *
Cs
, Wn = size.width *
Cs
; \
292
assert(
Cs
== 1 || Cs == 3 );
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump
334
dñQA???G??q????N?m3???T????????
Cs
??YsK??|E"?)s?????N?D? ???),??K??4 y5??Q9??t???b???R ??=?n?F??.?? f ???r 5!??f2?t%?/`U??y?'B{??n)?@]a??G?\?7|Vu??+S??@?%??\????)??}<??w?j+W?tV(?c?|N????F
[
all
...]
Completed in 395 milliseconds