Home
last modified time | relevance | path

Searched refs:First (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp24 enum class ErrorCode { First, Second }; member in panda::test::expected::ErrorCode
30 return Unexpected {ErrorCode::First}; in helper()
69 auto e2 = Expected<int, ErrorCode>(Unexpected(ErrorCode::First)); in TEST()
73 EXPECT_EQ(e2.Error(), ErrorCode::First); in TEST()
82 const auto e1 = Expected<int, ErrorCode>(Unexpected(ErrorCode::First)); in TEST()
83 EXPECT_EQ(e1.Error(), ErrorCode::First); in TEST()
99 t = Unexpected(ErrorCode::First); in TEST()
101 EXPECT_EQ(t.Error(), ErrorCode::First); in TEST()
112 EXPECT_EQ(res1.Error(), ErrorCode::First); in TEST()
H A Dspan_test.cpp70 auto f = s.First(2); in TEST()
/arkcompiler/runtime_core/static_core/verification/util/
H A Dtagged_index.h290 struct First;
298 class TaggedIndexSelectorH<First, Int, std::tuple<Tags...>> : public TaggedIndexHelper0<Int, TagPack<Tags...>> {
329 class TaggedIndexSelector : public TaggedIndexSelectorH<std::conditional_t<std::is_integral_v<Int>, First, Second>, Int,
332 TaggedIndexSelectorH<std::conditional_t<std::is_integral_v<Int>, First, Second>, Int, std::tuple<Tags...>>;
364 std::is_integral_v<typename TaggedIndexHelper2<std::tuple<>, std::tuple<TagsAndInt...>>::IntType>, First,
370 std::is_integral_v<typename TaggedIndexHelper2<std::tuple<>, std::tuple<TagsAndInt...>>::IntType>, First,
/arkcompiler/runtime_core/tests/fuzztest/span_fuzzer/
H A Dspan_fuzzer.cpp41 spanInstance.First(num); in SpanFuzzTest()
/arkcompiler/runtime_core/libpandafile/
H A Ddebug_data_accessor-inl.h53 return sp.First(size); in GetConstantPool()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_data_accessor-inl.h53 return sp.First(size); in GetConstantPool()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_deque.h77 ACCESSORS_PRIMITIVE_FIELD(First, uint32_t, FIRST_OFFSET, LAST_OFFSET)
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dspan_test.cpp71 auto f = s.First(2U); in TEST()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp77 template <typename First, typename Second, typename... Rest>
80 RunOpts<First>(graph, iface); in RunOpts()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dspan.h166 Span First(size_t length) const
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dspan.h165 Span First(size_t length) const
/arkcompiler/runtime_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp60 template <typename First, typename Second, typename... Rest>
63 RunOpts<First>(graph); in RunOpts()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.h954 ACCESSORS(First, FIRST_OFFSET, SECOND_OFFSET);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp7505 TEST_TIME(CopyableGlobal::IsWeak::First); in HWTEST_F_L0()

Completed in 20 milliseconds