Searched refs:First (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | expected_test.cpp | 24 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 D | span_test.cpp | 70 auto f = s.First(2); in TEST()
|
/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | tagged_index.h | 290 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 D | span_fuzzer.cpp | 41 spanInstance.First(num); in SpanFuzzTest()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | debug_data_accessor-inl.h | 53 return sp.First(size); in GetConstantPool()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | debug_data_accessor-inl.h | 53 return sp.First(size); in GetConstantPool()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_deque.h | 77 ACCESSORS_PRIMITIVE_FIELD(First, uint32_t, FIRST_OFFSET, LAST_OFFSET)
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | span_test.cpp | 71 auto f = s.First(2U); in TEST()
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | optimize_bytecode.cpp | 77 template <typename First, typename Second, typename... Rest> 80 RunOpts<First>(graph, iface); in RunOpts()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | span.h | 166 Span First(size_t length) const
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | span.h | 165 Span First(size_t length) const
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | optimize_bytecode.cpp | 60 template <typename First, typename Second, typename... Rest> 63 RunOpts<First>(graph); in RunOpts()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_string.h | 954 ACCESSORS(First, FIRST_OFFSET, SECOND_OFFSET);
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 7505 TEST_TIME(CopyableGlobal::IsWeak::First); in HWTEST_F_L0()
|
Completed in 20 milliseconds