Home
last modified time | relevance | path

Searched refs:value_type (Results 1 – 13 of 13) sorted by relevance

/system/ulib/fit/include/lib/fit/
A Dbridge.h138 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 Dpromise.h307 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 Dresult.h30 using value_type = V; member
39 using value_type = void;
133 using value_type = V;
A Dnullable.h76 using value_type = T;
128 using value_type = T;
A Dpromise_internal.h335 typename V = typename PriorResult::value_type>
391 typename PriorResult::value_type, void, 1>;
423 typename PriorResult::value_type, void, 0>;
A Doptional.h81 using value_type = T;
/system/utest/fidl/
A Dmessage_tests.cpp98 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 Dpromise_tests.cpp31 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 Dnullable_tests.cpp164 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 Doptional_tests.cpp63 static_assert(std::is_same<int, fit::optional<int>::value_type>::value, "");
/system/ulib/fidl/include/lib/fidl/cpp/
A Dmessage_part.h27 using value_type = T;
/system/host/zbi/
A Dzbi.cpp788 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 Dtype_support.h13 using value_type = T; member

Completed in 33 milliseconds