Home
last modified time | relevance | path

Searched refs:eager (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/boost/libs/outcome/doc/src/content/reference/aliases/
Deager.md2 title = "`eager<T>/atomic_eager<T>`"
6 This is very similar to {{% api "lazy<T>" %}}, except that execution of the `eager<T>`
8 course of its execution, no suspend-resume cycle occurs. Functions which return `eager<T>`
12 `atomic_eager<T>` is like `eager<T>`, except that the setting of the coroutine result
19 eager<int> func(int x)
28 `eager<T>` has special semantics if `T` is a type capable of constructing from
35 Note that `eager<T>` does not otherwise transport exception throws, and rethrows
Dlazy.md6 This is very similar to {{% api "eager<T>" %}}, except that execution of the
/third_party/boost/libs/outcome/doc/src/content/reference/types/awaitables/
Deager.md2 title = "`eager<T>/atomic_eager<T>`"
6 This is very similar to {{% api "lazy<T>" %}}, except that execution of the `eager<T>`
8 course of its execution, no suspend-resume cycle occurs. Functions which return `eager<T>`
12 `atomic_eager<T>` is like `eager<T>`, except that the setting of the coroutine result
19 eager<int> func(int x)
28 `eager<T>` has special semantics if `T` is a type capable of constructing from
35 Note that `eager<T>` does not otherwise transport exception throws, and rethrows
Dlazy.md6 This is very similar to {{% api "eager<T>" %}}, except that execution of the
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/coroutines/
Dawaitables.md4 tags = [ "coroutines", "eager", "lazy", "awaitables" ]
13 - {{% api "eager<T>" %}}
28 `eager<T>` does not employ thread synchronisation during resumption of dependent
36 Same for `lazy<T>` as `atomic_eager<T>` is for `eager<T>`.
Dtry.md13 eager<result<std::string>> to_string(int x)
D_index.md32 this page to document how to do this, however note that the `eager<T>` and `lazy<T>`
Dreturning.md7 `eager<T>` and `lazy<T>` and their atomic editions are completely standard
/third_party/boost/libs/beast/test/beast/http/
Dbasic_parser.cpp165 p.eager(true); in parsegrind()
194 p.eager(true); in parsegrind()
244 p.eager(true); in failgrind()
268 p.eager(true); in failgrind()
842 p.eager(true); in testConnectionField()
856 p.eager(true); in testConnectionField()
869 p.eager(true); in testConnectionField()
885 p.eager(true); in testConnectionField()
905 p.eager(true); in testConnectionField()
1082 p.eager(true); in testConnectionField()
[all …]
Dparser.cpp91 p.eager(true); in doMatrix()
211 p.eager(true); in testParse()
236 p.eager(true); in testParse()
348 p.eager(true); in testIssue1187()
Dfile_body.cpp96 p.eager(true); in doTestFileBody()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoder.java24 boolean eager; field in Decoder
54 this.eager = true; in enableEagerOutput()
82 if (eager && decoder.hasOutput()) { in decode()
/third_party/typescript/tests/baselines/reference/
DgenericTypeAliases.types45 ls = "eager";
46 >ls = "eager" : "eager"
48 >"eager" : "eager"
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Deager.dart15 /// Create an eager gesture recognizer.
29 String get debugDescription => 'eager';
Darena.dart63 /// "eager winner". We look for an eager winner when closing the arena to new
81 return '$member (eager winner)';
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dread.hpp507 parser.eager(false); in read_header()
525 parser.eager(false); in async_read_header()
581 parser.eager(true); in read()
605 parser.eager(true); in async_read()
670 p.eager(true); in read()
/third_party/boost/boost/beast/http/impl/
Dread.hpp507 parser.eager(false); in read_header()
525 parser.eager(false); in async_read_header()
581 parser.eager(true); in read()
605 parser.eager(true); in async_read()
670 p.eager(true); in read()
/third_party/boost/libs/beast/doc/qbk/04_http/
D07_parser_buffers.qbk33 [link beast.ref.boost__beast__http__basic_parser.eager.overload2 `eager`]
42 `eager` option controls whether the parser keeps going after parsing
/third_party/boost/boost/beast/http/
Dbasic_parser.hpp323 eager() const in eager() function in boost::beast::http::basic_parser
345 eager(bool v) in eager() function in boost::beast::http::basic_parser
/third_party/boost/libs/beast/include/boost/beast/http/
Dbasic_parser.hpp323 eager() const in eager() function in boost::beast::http::basic_parser
345 eager(bool v) in eager() function in boost::beast::http::basic_parser
/third_party/flutter/flutter/packages/flutter/lib/
Dgestures.dart17 export 'src/gestures/eager.dart';
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dplatform_view_test.dart719 testWidgets('Android view with eager gesture recognizer', (WidgetTester tester) async {
747 // Normally (without the eager gesture recognizer) after just the pointer down event
749 // the Android view). Here we assert that with the eager recognizer in the gesture team the
1528 testWidgets('UiKitView with eager gesture recognizer', (WidgetTester tester) async {
1560 // Normally (without the eager gesture recognizer) after just the pointer down event
1562 // the Android view). Here we assert that with the eager recognizer in the gesture team the
1845 testWidgets('PlatformViewSurface with eager gesture recognizer', (WidgetTester tester) async {
1870 // Normally (without the eager gesture recognizer) after just the pointer down event
1872 … // the PlatformViewSurface). Here we assert that with the eager recognizer in the gesture team the
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h305 bool eager = false);
/third_party/libusb/
DREADME.git40 you may find that other people might be eager to help you out.
/third_party/boost/libs/test/doc/testing_tools/
Dboost_test_debugging.qbk23 [caution When the eager evaluation of expressions is turned on, the expressions are evaluated

1234