Searched refs:value_type (Results 1 – 13 of 13) sorted by relevance
| /system/ulib/fit/include/lib/fit/ |
| A D | bridge.h | 138 using value_type = V; 140 using result_type = result<value_type, error_type>; 191 using value_type = V; 223 template <typename VV = value_type, 231 template <typename VV = value_type, 237 ::fit::ok<value_type>(std::forward<VV>(value))); in complete_ok() 339 using value_type = V; 461 inline consumer<typename Promise::value_type, typename Promise::error_type> 465 fit::bridge<typename Promise::value_type, in schedule_for_consumer()
|
| A D | promise.h | 307 using value_type = typename result_type::value_type; variable 977 using value_type = typename Promise::value_type; variable 1120 template <typename R = value_type, 1126 template <typename R = value_type, 1135 template <typename R = value_type, 1143 ok_result<value_type> take_ok_result() { in take_ok_result()
|
| A D | result.h | 30 using value_type = V; member 39 using value_type = void; 133 using value_type = V;
|
| A D | nullable.h | 76 using value_type = T; 128 using value_type = T;
|
| A D | promise_internal.h | 335 typename V = typename PriorResult::value_type> 391 typename PriorResult::value_type, void, 1>; 423 typename PriorResult::value_type, void, 0>;
|
| A D | optional.h | 81 using value_type = T;
|
| /system/utest/fidl/ |
| A D | message_tests.cpp | 98 EXPECT_EQ(sizeof(uint8_t), sizeof(fidl::BytePart::value_type)); in message_part_is_stl_container_test() 99 EXPECT_EQ(sizeof(zx_handle_t), sizeof(fidl::HandlePart::value_type)); in message_part_is_stl_container_test()
|
| /system/utest/fit/ |
| A D | promise_tests.cpp | 31 static_assert(std::is_same<V, typename Promise::value_type>::value, ""); in wrap() 260 static_assert(std::is_same<void, decltype(p)::value_type>::value, ""); in make_promise() 275 static_assert(std::is_same<int, decltype(p)::value_type>::value, ""); in make_promise() 291 static_assert(std::is_same<int, decltype(p)::value_type>::value, ""); in make_promise() 307 static_assert(std::is_same<void, decltype(p)::value_type>::value, ""); in make_promise() 323 static_assert(std::is_same<void, decltype(p)::value_type>::value, ""); in make_promise() 343 static_assert(std::is_same<int, decltype(p)::value_type>::value, ""); in make_promise() 365 static_assert(std::is_same<void, decltype(p)::value_type>::value, ""); in make_promise() 389 static_assert(std::is_same<int, decltype(p)::value_type>::value, ""); in make_promise_with_continuation() 869 static_assert(std::is_same<void, decltype(p)::value_type>::value, ""); in discard_result_combinator() [all …]
|
| A D | nullable_tests.cpp | 164 static_assert(std::is_same<int, fit::nullable<int>::value_type>::value, ""); 165 static_assert(std::is_same<void*, fit::nullable<void*>::value_type>::value, ""); 167 fit::nullable<decltype(&function)>::value_type>::value,
|
| A D | optional_tests.cpp | 63 static_assert(std::is_same<int, fit::optional<int>::value_type>::value, "");
|
| /system/ulib/fidl/include/lib/fidl/cpp/ |
| A D | message_part.h | 27 using value_type = T;
|
| /system/host/zbi/ |
| A D | zbi.cpp | 788 struct value_type { struct 793 virtual bool Next(FileOpener*, const std::string& prefix, value_type*) = 0; 812 value_type* value) override { in Next() 837 *value = value_type{prefix + target, std::move(file)}; in Next() 881 value_type* value) override { in Next() 901 *value = value_type{std::move(target), std::move(file)}; in Next() 1235 InputFileGenerator::value_type next; in CreateBootFS() 1642 value_type* value) override { in Next() 2184 InputFileGenerator::value_type next; in main()
|
| /system/ulib/fbl/include/fbl/ |
| A D | type_support.h | 13 using value_type = T; member
|
Completed in 33 milliseconds