Home
last modified time | relevance | path

Searched defs:result_type (Results 1 – 25 of 1514) sorted by relevance

12345678910>>...61

/third_party/boost/boost/proto/detail/preprocessed/
Dclass_member_traits.hpp12 typedef T result_type; typedef
18 typedef T result_type; typedef
24 typedef T result_type; typedef
30 typedef T result_type; typedef
36 typedef T result_type; typedef
42 typedef T result_type; typedef
48 typedef T result_type; typedef
54 typedef T result_type; typedef
60 typedef T result_type; typedef
66 typedef T result_type; typedef
[all …]
/third_party/boost/boost/type_traits/detail/
Dcommon_arithmetic_type.hpp29 typedef char (&result_type) [1]; typedef
35 typedef char (&result_type) [2]; typedef
43 typedef char (&result_type) [3]; typedef
54 typedef char (&result_type) [4]; typedef
60 typedef char (&result_type) [5]; typedef
66 typedef char (&result_type) [6]; typedef
72 typedef char (&result_type) [7]; typedef
78 typedef char (&result_type) [8]; typedef
88 typedef char (&result_type) [9]; typedef
94 typedef char (&result_type) [10]; typedef
[all …]
/third_party/boost/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_operations.hpp36 typedef void result_type; typedef
47 typedef void result_type; typedef
57 typedef void result_type; typedef
67 typedef void result_type; typedef
77 typedef void result_type; typedef
87 typedef void result_type; typedef
97 typedef void result_type; typedef
108 typedef void result_type; typedef
119 typedef void result_type; typedef
130 typedef void result_type; typedef
[all …]
/third_party/boost/boost/proto/context/detail/preprocessed/
Dnull_eval.hpp11 typedef void result_type; typedef
20 typedef void result_type; typedef
29 typedef void result_type; typedef
38 typedef void result_type; typedef
47 typedef void result_type; typedef
56 typedef void result_type; typedef
65 typedef void result_type; typedef
74 typedef void result_type; typedef
83 typedef void result_type; typedef
92 typedef void result_type; typedef
/third_party/boost/boost/proto/transform/detail/preprocessed/
Dmake_gcc_workaround.hpp17 typedef proto::expr<Tag, Args, Arity> result_type; typedef
38 typedef proto::basic_expr<Tag, Args, Arity> result_type; typedef
60 typedef proto::expr<Tag, Args, Arity> result_type; typedef
81 typedef proto::basic_expr<Tag, Args, Arity> result_type; typedef
103 typedef proto::expr<Tag, Args, Arity> result_type; typedef
124 typedef proto::basic_expr<Tag, Args, Arity> result_type; typedef
146 typedef proto::expr<Tag, Args, Arity> result_type; typedef
167 typedef proto::basic_expr<Tag, Args, Arity> result_type; typedef
189 typedef proto::expr<Tag, Args, Arity> result_type; typedef
210 typedef proto::basic_expr<Tag, Args, Arity> result_type; typedef
[all …]
/third_party/boost/boost/asio/
Dsystem_executor.hpp476 typedef void result_type; typedef
493 Relationship, Allocator> result_type; typedef
506 Relationship, Allocator> result_type; typedef
519 Relationship, Allocator> result_type; typedef
532 Allocator> result_type; typedef
545 Allocator> result_type; typedef
557 Relationship, std::allocator<void> > result_type; typedef
570 Relationship, OtherAllocator> result_type; typedef
592 typedef boost::asio::execution::mapping_t::thread_t result_type; typedef
619 typedef boost::asio::execution::blocking_t result_type; typedef
[all …]
Dthread_pool.hpp815 typedef void result_type; typedef
830 Allocator, Bits> result_type; typedef
847 Receiver> result_type; typedef
863 Allocator, Bits & ~blocking_mask> result_type; typedef
875 (Bits & ~blocking_mask) | blocking_always> result_type; typedef
887 Allocator, Bits & ~blocking_mask> result_type; typedef
899 Allocator, Bits> result_type; typedef
911 Allocator, Bits> result_type; typedef
923 Allocator, Bits | outstanding_work_tracked> result_type; typedef
935 Allocator, Bits & ~outstanding_work_tracked> result_type; typedef
[all …]
Dio_context.hpp1303 typedef void result_type; typedef
1319 Allocator, Bits> result_type; typedef
1331 Allocator, Bits> result_type; typedef
1343 Allocator, Bits> result_type; typedef
1355 Allocator, Bits> result_type; typedef
1367 Allocator, Bits | outstanding_work_tracked> result_type; typedef
1379 Allocator, Bits & ~outstanding_work_tracked> result_type; typedef
1391 std::allocator<void>, Bits> result_type; typedef
1404 OtherAllocator, Bits> result_type; typedef
1425 typedef boost::asio::execution::outstanding_work_t result_type; typedef
[all …]
/third_party/boost/libs/asio/include/boost/asio/
Dsystem_executor.hpp476 typedef void result_type; typedef
493 Relationship, Allocator> result_type; typedef
506 Relationship, Allocator> result_type; typedef
519 Relationship, Allocator> result_type; typedef
532 Allocator> result_type; typedef
545 Allocator> result_type; typedef
557 Relationship, std::allocator<void> > result_type; typedef
570 Relationship, OtherAllocator> result_type; typedef
592 typedef boost::asio::execution::mapping_t::thread_t result_type; typedef
619 typedef boost::asio::execution::blocking_t result_type; typedef
[all …]
Dthread_pool.hpp815 typedef void result_type; typedef
830 Allocator, Bits> result_type; typedef
847 Receiver> result_type; typedef
863 Allocator, Bits & ~blocking_mask> result_type; typedef
875 (Bits & ~blocking_mask) | blocking_always> result_type; typedef
887 Allocator, Bits & ~blocking_mask> result_type; typedef
899 Allocator, Bits> result_type; typedef
911 Allocator, Bits> result_type; typedef
923 Allocator, Bits | outstanding_work_tracked> result_type; typedef
935 Allocator, Bits & ~outstanding_work_tracked> result_type; typedef
[all …]
Dio_context.hpp1303 typedef void result_type; typedef
1319 Allocator, Bits> result_type; typedef
1331 Allocator, Bits> result_type; typedef
1343 Allocator, Bits> result_type; typedef
1355 Allocator, Bits> result_type; typedef
1367 Allocator, Bits | outstanding_work_tracked> result_type; typedef
1379 Allocator, Bits & ~outstanding_work_tracked> result_type; typedef
1391 std::allocator<void>, Bits> result_type; typedef
1404 OtherAllocator, Bits> result_type; typedef
1425 typedef boost::asio::execution::outstanding_work_t result_type; typedef
[all …]
/third_party/boost/boost/bind/
Dmem_fn_template.hpp25 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
90 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
140 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
206 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
257 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
321 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
370 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
434 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
483 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
547 typedef R result_type; in BOOST_MEM_FN_NAME() typedef
[all …]
/third_party/boost/boost/geometry/policies/
Dcompare.hpp49 typedef bool result_type; typedef
68 typedef bool result_type; typedef
90 typedef bool result_type; typedef
108 typedef bool result_type; typedef
141 typedef bool result_type; typedef
160 typedef bool result_type; typedef
182 typedef bool result_type; typedef
200 typedef bool result_type; typedef
235 typedef bool result_type; typedef
254 typedef bool result_type; typedef
[all …]
/third_party/boost/libs/asio/test/execution/
Dreceiver.cpp65 typedef void result_type; typedef
76 typedef void result_type; typedef
127 typedef void result_type; typedef
138 typedef void result_type; typedef
149 typedef void result_type; typedef
200 typedef void result_type; typedef
211 typedef void result_type; typedef
222 typedef void result_type; typedef
273 typedef void result_type; typedef
284 typedef void result_type; typedef
[all …]
Dexecute.cpp57 typedef void result_type; typedef
88 typedef void result_type; typedef
124 typedef void result_type; typedef
132 typedef void result_type; typedef
140 typedef void result_type; typedef
171 typedef void result_type; typedef
179 typedef void result_type; typedef
187 typedef void result_type; typedef
216 typedef void result_type; typedef
256 typedef operation_state result_type; typedef
[all …]
/third_party/boost/boost/phoenix/bind/detail/cpp03/preprocessed/
Dfunction_ptr_40.hpp20 typedef RT result_type; typedef
44 typedef RT result_type; typedef
68 typedef RT result_type; typedef
92 typedef RT result_type; typedef
116 typedef RT result_type; typedef
140 typedef RT result_type; typedef
164 typedef RT result_type; typedef
188 typedef RT result_type; typedef
212 typedef RT result_type; typedef
236 typedef RT result_type; typedef
[all …]
Dfunction_ptr_50.hpp20 typedef RT result_type; typedef
44 typedef RT result_type; typedef
68 typedef RT result_type; typedef
92 typedef RT result_type; typedef
116 typedef RT result_type; typedef
140 typedef RT result_type; typedef
164 typedef RT result_type; typedef
188 typedef RT result_type; typedef
212 typedef RT result_type; typedef
236 typedef RT result_type; typedef
[all …]
Dfunction_ptr_30.hpp20 typedef RT result_type; typedef
44 typedef RT result_type; typedef
68 typedef RT result_type; typedef
92 typedef RT result_type; typedef
116 typedef RT result_type; typedef
140 typedef RT result_type; typedef
164 typedef RT result_type; typedef
188 typedef RT result_type; typedef
212 typedef RT result_type; typedef
236 typedef RT result_type; typedef
[all …]
Dfunction_ptr_20.hpp20 typedef RT result_type; typedef
44 typedef RT result_type; typedef
68 typedef RT result_type; typedef
92 typedef RT result_type; typedef
116 typedef RT result_type; typedef
140 typedef RT result_type; typedef
164 typedef RT result_type; typedef
188 typedef RT result_type; typedef
212 typedef RT result_type; typedef
236 typedef RT result_type; typedef
[all …]
/third_party/boost/boost/phoenix/core/
Dis_nullary.hpp51 typedef mpl::false_ result_type; typedef
64 typedef typename Trait::type result_type; typedef
76 result_type; typedef
108 typedef mpl::true_ result_type; typedef
158 … typedef typename evaluator::template impl<actor<T>, State, Data>::result_type result_type; typedef
169 … typedef typename evaluator::template impl<actor<T> const, State, Data>::result_type result_type; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dmocking_bit_gen.h110 using result_type = absl::BitGen::result_type; variable
112 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() function
113 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() function
/third_party/boost/boost/range/algorithm/
Drandom_shuffle.hpp33 typedef unsigned int result_type; typedef
35 static BOOST_CONSTEXPR result_type (min)() in result_type() function
40 static BOOST_CONSTEXPR result_type (max)() in result_type() function
61 typedef unsigned int result_type; typedef
67 static BOOST_CONSTEXPR result_type (min)() in result_type() function
72 static BOOST_CONSTEXPR result_type (max)() in result_type() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.h40 static constexpr result_type(min)() { in result_type() function
44 static constexpr result_type(max)() { in result_type() function
91 static constexpr result_type(min)() { in result_type() function
95 static constexpr result_type(max)() { in result_type() function
/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.h40 static constexpr result_type(min)() { in result_type() function
44 static constexpr result_type(max)() { in result_type() function
91 static constexpr result_type(min)() { in result_type() function
95 static constexpr result_type(max)() { in result_type() function
/third_party/gn/src/base/strings/
Dstring_split.cc66 SplitResult result_type) { in SplitStringT()
127 SplitResult result_type, in SplitStringUsingSubstrT()
153 SplitResult result_type) { in SplitString()
165 SplitResult result_type) { in SplitString()
177 SplitResult result_type) { in SplitStringPiece()
190 SplitResult result_type) { in SplitStringPiece()
225 SplitResult result_type) { in SplitStringUsingSubstr()
234 SplitResult result_type) { in SplitStringUsingSubstr()
244 SplitResult result_type) { in SplitStringPieceUsingSubstr()
254 SplitResult result_type) { in SplitStringPieceUsingSubstr()

12345678910>>...61