Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 2931) sorted by relevance

12345678910>>...118

/third_party/boost/boost/type_traits/
Dintrinsics.hpp67 # define BOOST_IS_POD(T) ::boost::is_same< typename ::__type_traits<T>::is_POD_type, ::__true_typ… argument
68 # define BOOST_HAS_TRIVIAL_CONSTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_triv… argument
69 # define BOOST_HAS_TRIVIAL_COPY(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_cop… argument
70 # define BOOST_HAS_TRIVIAL_ASSIGN(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_a… argument
71 # define BOOST_HAS_TRIVIAL_DESTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_trivi… argument
84 # define BOOST_IS_UNION(T) BOOST_STD_EXTENSION_NAMESPACE::is_union<T>::value argument
85 # define BOOST_IS_POD(T) BOOST_STD_EXTENSION_NAMESPACE::is_POD<T>::value argument
86 # define BOOST_HAS_TRIVIAL_CONSTRUCTOR(T) BOOST_STD_EXTENSION_NAMESPACE::has_trivial_default_ctor… argument
87 # define BOOST_HAS_TRIVIAL_COPY(T) BOOST_STD_EXTENSION_NAMESPACE::has_trivial_copy_ctor<T>::value argument
88 # define BOOST_HAS_TRIVIAL_ASSIGN(T) BOOST_STD_EXTENSION_NAMESPACE::has_trivial_assignment<T>::va… argument
[all …]
/third_party/nghttp2/integration-tests/
Dnghttpx_http2_test.go22 func TestH2H1PlainGET(t *testing.T) {
41 func TestH2H1AddXfp(t *testing.T) {
66 func TestH2H1NoAddXfp(t *testing.T) {
91 func TestH2H1StripXfp(t *testing.T) {
116 func TestH2H1StripNoAddXfp(t *testing.T) {
140 func TestH2H1AddXff(t *testing.T) {
163 func TestH2H1AddXff2(t *testing.T) {
189 func TestH2H1StripXff(t *testing.T) {
213 func TestH2H1StripAddXff(t *testing.T) {
243 func TestH2H1AddForwardedObfuscated(t *testing.T) {
[all …]
Dnghttpx_http1_test.go19 func TestH1H1PlainGET(t *testing.T) {
38 func TestH1H1PlainGETClose(t *testing.T) {
60 func TestH1H1InvalidMethod(t *testing.T) {
81 func TestH1H1MultipleRequestCL(t *testing.T) {
131 func TestH1H1AffinityCookie(t *testing.T) {
155 func TestH1H1AffinityCookieTLS(t *testing.T) {
178 func TestH1H1GracefulShutdown(t *testing.T) {
219 func TestH1H1HostRewrite(t *testing.T) {
241 func TestH1H1BadHost(t *testing.T) {
261 func TestH1H1BadAuthority(t *testing.T) {
[all …]
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithGenericCallSignaturesWithOptionalParameters.js6 a: () => T; field in Base
7 a2: (x?: T) => T; field in Base
8 a3: (x: T) => T; field in Base
9 a4: (x: T, y?: T) => T; field in Base
10 a5: (x?: T, y?: T) => T; field in Base
43 a: <T>() => T; field in Base2
44 a2: <T>(x?: T) => T; field in Base2
45 a3: <T>(x: T) => T; field in Base2
46 a4: <T>(x: T, y?: T) => T; field in Base2
47 a5: <T>(x?: T, y?: T) => T; field in Base2
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Dspecifiers1.c15 #define T char in OK() macro
19 #define T signed char in OK() macro
23 #define T unsigned char in OK() macro
27 #define T short in OK() macro
32 #define T int in OK() macro
36 #define T long in OK() macro
41 #define T long long in OK() macro
46 #define T signed short in OK() macro
51 #define T signed in OK() macro
56 #define T signed long in OK() macro
[all …]
/third_party/boost/boost/numeric/interval/compare/
Dset.hpp24 bool operator<(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <()
30 bool operator<(const interval<T, Policies>& , const T& ) in operator <()
36 bool operator<=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <=()
42 bool operator<=(const interval<T, Policies>& , const T& ) in operator <=()
48 bool operator>(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >()
54 bool operator>(const interval<T, Policies>& , const T& ) in operator >()
60 bool operator>=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >=()
66 bool operator>=(const interval<T, Policies>& , const T& ) in operator >=()
72 bool operator==(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator ==()
78 bool operator==(const interval<T, Policies>& , const T& ) in operator ==()
[all …]
Dexplicit.hpp25 bool cerlt(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in cerlt()
31 bool cerlt(const interval<T, Policies>& x, const T& y) in cerlt()
37 bool cerlt(const T& x, const interval<T, Policies>& y) in cerlt()
43 bool cerle(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in cerle()
49 bool cerle(const interval<T, Policies>& x, const T& y) in cerle()
55 bool cerle(const T& x, const interval<T, Policies>& y) in cerle()
61 bool cergt(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in cergt()
67 bool cergt(const interval<T, Policies>& x, const T& y) in cergt()
73 bool cergt(const T& x, const interval<T, Policies>& y) in cergt()
79 bool cerge(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in cerge()
[all …]
Dpossible.hpp23 bool operator<(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <()
30 bool operator<(const interval<T, Policies>& x, const T& y) in operator <()
37 bool operator<=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <=()
44 bool operator<=(const interval<T, Policies>& x, const T& y) in operator <=()
51 bool operator>(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >()
58 bool operator>(const interval<T, Policies>& x, const T& y) in operator >()
65 bool operator>=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >=()
72 bool operator>=(const interval<T, Policies>& x, const T& y) in operator >=()
79 bool operator==(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator ==()
86 bool operator==(const interval<T, Policies>& x, const T& y) in operator ==()
[all …]
Dcertain.hpp23 bool operator<(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <()
30 bool operator<(const interval<T, Policies>& x, const T& y) in operator <()
37 bool operator<=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <=()
44 bool operator<=(const interval<T, Policies>& x, const T& y) in operator <=()
51 bool operator>(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >()
58 bool operator>(const interval<T, Policies>& x, const T& y) in operator >()
65 bool operator>=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >=()
72 bool operator>=(const interval<T, Policies>& x, const T& y) in operator >=()
79 bool operator==(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator ==()
86 bool operator==(const interval<T, Policies>& x, const T& y) in operator ==()
[all …]
Dtribool.hpp24 logic::tribool operator<(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <()
33 logic::tribool operator<(const interval<T, Policies>& x, const T& y) in operator <()
42 logic::tribool operator<=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <=()
51 logic::tribool operator<=(const interval<T, Policies>& x, const T& y) in operator <=()
60 logic::tribool operator>(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >()
69 logic::tribool operator>(const interval<T, Policies>& x, const T& y) in operator >()
78 logic::tribool operator>=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >=()
87 logic::tribool operator>=(const interval<T, Policies>& x, const T& y) in operator >=()
96 logic::tribool operator==(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator ==()
105 logic::tribool operator==(const interval<T, Policies>& x, const T& y) in operator ==()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_major_storage.inl9 tvec2<T, P> const & v1,
23 const tmat2x2<T, P>& m)
35 const tvec3<T, P>& v1,
54 const tmat3x3<T, P>& m)
71 const tvec4<T, P>& v1,
98 const tmat4x4<T, P>& m)
122 const tvec2<T, P>& v1,
130 const tmat2x2<T, P>& m)
137 const tvec3<T, P>& v1,
146 const tmat3x3<T, P>& m)
[all …]
Ddual_quaternion.inl12 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type & tdualquat<T, P>::operator[](typename tdua…
19 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type const & tdualquat<T, P>::operator[](typenam…
39 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, P> const & d) function in glm::tdualquat
47 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, Q> const & d) function in glm::tdualquat
59 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r)
64 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & q, tvec3<T, P> con…
73 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r, tquat<T, P> con…
87 GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat2x4<T, P> const & m)
93 GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat3x4<T, P> const & m)
102 GLM_FUNC_QUALIFIER tdualquat<T, P> & tdualquat<T, P>::operator=(tdualquat<T, P> const & q)
[all …]
Dquaternion.inl10 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tvec3<T, P> const& v, tquat<T, P> const& q)
16 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tquat<T, P> const& q, tvec3<T, P> const& v)
22 GLM_FUNC_QUALIFIER tquat<T, P> squad
34 GLM_FUNC_QUALIFIER tquat<T, P> intermediate
46 GLM_FUNC_QUALIFIER tquat<T, P> exp(tquat<T, P> const& q)
58 GLM_FUNC_QUALIFIER tquat<T, P> log(tquat<T, P> const& q)
81 GLM_FUNC_QUALIFIER tquat<T, P> pow(tquat<T, P> const & x, T const & y)
105 GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v)
111 GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v)
117 GLM_FUNC_QUALIFIER T extractRealComponent(tquat<T, P> const& q)
[all …]
/third_party/boost/boost/numeric/ublas/opencl/
Delementwise.hpp23 void element_wise(ublas::matrix<T, L1, opencl::storage> const &a, in element_wise()
43 void element_wise(ublas::matrix<T, L1, A> const &a, in element_wise()
57 ublas::matrix<T, L1, A> element_wise(ublas::matrix<T, L1, A> const &a, in element_wise()
68 void element_wise(ublas::vector<T, opencl::storage> const &a, in element_wise()
88 void element_wise(ublas::vector<T, A> const &a, in element_wise()
102 ublas::vector<T, A> element_wise(ublas::vector<T, A> const &a, in element_wise()
113 void element_add(ublas::matrix<T, L1, opencl::storage> const &a, in element_add()
122 void element_add(ublas::matrix<T, L1, A> const &a, in element_add()
131 ublas::matrix<T, L1, A> element_add(ublas::matrix<T, L1, A> const &a, in element_add()
139 void element_add(ublas::vector<T, opencl::storage> const &a, in element_add()
[all …]
Dprod.hpp26 prod(ublas::matrix<T, L1, opencl::storage> const &a, in prod()
92 prod(ublas::matrix<T, L1, A> const &a, in prod()
106 prod(ublas::matrix<T, L1, A> const &a, in prod()
117 prod(ublas::matrix<T, L, opencl::storage> const &a, in prod()
118 ublas::vector<T, opencl::storage> const &b, in prod()
167 prod(ublas::matrix<T, L, A> const &a, in prod()
168 ublas::vector<T, A> const &b, in prod()
181 prod(ublas::matrix<T, L, A> const &a, in prod()
182 ublas::vector<T, A> const &b, in prod()
192 prod(ublas::vector<T, opencl::storage> const &a, in prod()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl71 GLM_FUNC_QUALIFIER T & tquat<T, P>::operator[](typename tquat<T, P>::length_type i)
78 GLM_FUNC_QUALIFIER T const & tquat<T, P>::operator[](typename tquat<T, P>::length_type i) const
97 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, P> const & q) function in glm::tquat
104 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, Q> const & q) function in glm::tquat
115 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(T const & s, tvec3<T, P> const & v)
154 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tvec3<T, P> const & u, tvec3<T, P> const & v)
164 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tvec3<T, P> const & eulerAngle)
176 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tmat3x3<T, P> const & m)
182 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tmat4x4<T, P> const & m)
202 GLM_FUNC_QUALIFIER tquat<T, P> conjugate(tquat<T, P> const & q)
[all …]
/third_party/boost/boost/numeric/interval/
Dutility.hpp32 const T& lower(const interval<T, Policies>& x) in lower()
38 const T& upper(const interval<T, Policies>& x) in upper()
44 T checked_lower(const interval<T, Policies>& x) in checked_lower()
54 T checked_upper(const interval<T, Policies>& x) in checked_upper()
64 T width(const interval<T, Policies>& x) in width()
72 T median(const interval<T, Policies>& x) in median()
83 interval<T, Policies> widen(const interval<T, Policies>& x, const T& v) in widen()
97 bool empty(const interval<T, Policies>& x) in empty()
103 bool zero_in(const interval<T, Policies>& x) in zero_in()
111 bool in_zero(const interval<T, Policies>& x) // DEPRECATED in in_zero()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec2.inl32 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<T, P> const & v) function in glm::tvec2
39 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<T, Q> const & v) function in glm::tvec2
101 GLM_FUNC_QUALIFIER T & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i)
108 GLM_FUNC_QUALIFIER T const & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i) const
118 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator=(tvec2<T, P> const & v)
444 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v)
450 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v)
460 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v, T scalar)
468 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2)
476 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(T scalar, tvec2<T, P> const & v)
[all …]
Dtype_mat2x2.inl23 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<T, P> const & m) function in glm::tmat2x2
32 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<T, Q> const & m) function in glm::tmat2x2
100 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x3<T, P> const & m)
107 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x4<T, P> const & m)
114 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x3<T, P> const & m)
121 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x2<T, P> const & m)
128 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x4<T, P> const & m)
135 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x2<T, P> const & m)
142 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x4<T, P> const & m)
149 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x3<T, P> const & m)
[all …]
Dtype_vec3.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, P> const & v) function in glm::tvec3
52 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, Q> const & v) function in glm::tvec3
143 GLM_FUNC_QUALIFIER T & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i)
150 GLM_FUNC_QUALIFIER T const & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i) const
160 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<T, P> const & v)
520 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v)
526 GLM_FUNC_QUALIFIER tvec3<T, P> operator-(tvec3<T, P> const & v)
537 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v, T scalar)
546 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v, tvec1<T, P> const & scalar)
555 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(T scalar, tvec3<T, P> const & v)
[all …]
/third_party/ffmpeg/libavutil/arm/
Dasm.S31 # define T macro
34 # define T @ macro
80 T .thumb label
185 T add \rd, pc label
186 T ldr \rd, [\rd] label
243 T mov \rm, \rm, \sh label
244 T add \rd, \rn, \rm label
249 T add \rn, \rn, \rm label
250 T ldr \rt, [\rn] label
255 T sub \rn, \rn, \rm label
[all …]
/third_party/boost/libs/icl/test/test_icl_interval_/
Dtest_icl_interval.cpp41 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
45 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
49 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
53 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
57 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
61 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
67 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
71 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
78 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
82 BOOST_AUTO_TEST_CASE_TEMPLATE in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
[all …]
/third_party/boost/boost/math/tools/
Dprecision.hpp42 inline BOOST_MATH_CONSTEXPR int digits(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(T)) BOOST_NOEXCEPT in digits()
57 inline BOOST_MATH_CONSTEXPR T max_value(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T)) BOOST_MATH_NOEXCEPT(… in max_value()
69 inline BOOST_MATH_CONSTEXPR T min_value(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T)) BOOST_MATH_NOEXCEPT(T) in min_value()
89 …T log_max_value(const boost::integral_constant<int, 128>& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE… in log_max_value()
95 …T log_min_value(const boost::integral_constant<int, 128>& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE… in log_min_value()
103 …T log_max_value(const boost::integral_constant<int, 1024>& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYP… in log_max_value()
109 …T log_min_value(const boost::integral_constant<int, 1024>& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYP… in log_min_value()
117 … log_max_value(const boost::integral_constant<int, 16384>& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYP… in log_max_value()
123 … log_min_value(const boost::integral_constant<int, 16384>& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYP… in log_min_value()
129 … T log_max_value(const boost::integral_constant<int, 0>& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE(… in log_max_value()
[all …]
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dcbrotli_test.go45 func TestEncoderNoWrite(t *testing.T) {
57 func TestEncoderEmptyWrite(t *testing.T) {
69 func TestWriter(t *testing.T) {
90 func TestEncoderStreams(t *testing.T) {
121 func TestEncoderLargeInput(t *testing.T) {
143 func TestEncoderFlush(t *testing.T) {
200 func TestDecoderStreaming(t *testing.T) {
257 func TestReader(t *testing.T) {
283 func TestDecode(t *testing.T) {
300 func TestDecodeFuzz(t *testing.T) {
[all …]
/third_party/boost/boost/typeof/
Dmodifiers.hpp34 #define BOOST_TYPEOF_const_fun(T) const T argument
35 #define BOOST_TYPEOF_volatile_fun(T) volatile T argument
36 #define BOOST_TYPEOF_volatile_const_fun(T) volatile const T argument
37 #define BOOST_TYPEOF_pointer_fun(T) T* argument
38 #define BOOST_TYPEOF_reference_fun(T) T& argument
43 #define BOOST_TYPEOF_const_pointer_fun(T) T const * argument
44 #define BOOST_TYPEOF_const_reference_fun(T) T const & argument
45 #define BOOST_TYPEOF_volatile_pointer_fun(T) T volatile* argument
46 #define BOOST_TYPEOF_volatile_reference_fun(T) T volatile& argument
47 #define BOOST_TYPEOF_volatile_const_pointer_fun(T) T volatile const * argument
[all …]

12345678910>>...118