/third_party/boost/libs/outcome/doc/src/content/reference/aliases/ |
D | eager.md | 2 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
|
D | lazy.md | 6 This is very similar to {{% api "eager<T>" %}}, except that execution of the
|
/third_party/boost/libs/outcome/doc/src/content/reference/types/awaitables/ |
D | eager.md | 2 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
|
D | lazy.md | 6 This is very similar to {{% api "eager<T>" %}}, except that execution of the
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/coroutines/ |
D | awaitables.md | 4 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>`.
|
D | try.md | 13 eager<result<std::string>> to_string(int x)
|
D | _index.md | 32 this page to document how to do this, however note that the `eager<T>` and `lazy<T>`
|
D | returning.md | 7 `eager<T>` and `lazy<T>` and their atomic editions are completely standard
|
/third_party/boost/libs/beast/test/beast/http/ |
D | basic_parser.cpp | 165 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 …]
|
D | parser.cpp | 91 p.eager(true); in doMatrix() 211 p.eager(true); in testParse() 236 p.eager(true); in testParse() 348 p.eager(true); in testIssue1187()
|
D | file_body.cpp | 96 p.eager(true); in doTestFileBody()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | Decoder.java | 24 boolean eager; field in Decoder 54 this.eager = true; in enableEagerOutput() 82 if (eager && decoder.hasOutput()) { in decode()
|
/third_party/typescript/tests/baselines/reference/ |
D | genericTypeAliases.types | 45 ls = "eager"; 46 >ls = "eager" : "eager" 48 >"eager" : "eager"
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | eager.dart | 15 /// Create an eager gesture recognizer. 29 String get debugDescription => 'eager';
|
D | arena.dart | 63 /// "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/ |
D | read.hpp | 507 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/ |
D | read.hpp | 507 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/ |
D | 07_parser_buffers.qbk | 33 [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/ |
D | basic_parser.hpp | 323 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/ |
D | basic_parser.hpp | 323 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/ |
D | gestures.dart | 17 export 'src/gestures/eager.dart';
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | platform_view_test.dart | 719 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/ |
D | generated_message_reflection.h | 305 bool eager = false);
|
/third_party/libusb/ |
D | README.git | 40 you may find that other people might be eager to help you out.
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_debugging.qbk | 23 [caution When the eager evaluation of expressions is turned on, the expressions are evaluated
|