Home
last modified time | relevance | path

Searched defs:expectedType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/arraybuffer_ops/
Daccessors_test.cpp45 … const auto checkAtMethod = [arrayBuffer, data, env = env_](ani_int index, ani_byte expectedType) { in ArrayBufferAtTest()
73 …const auto checkSetMethod = [arrayBuffer, data, env = env_](ani_int index, ani_byte expectedType) { in ArrayBufferSetTest()
/arkcompiler/runtime_core/static_core/abc2program/tests/
Dabc2program_test.cpp348 std::set<std::string> expectedType = {"Type.Cls$partial._ctor_ Type.Cls$partial void", in TEST_F() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp448 panda_file::BaseClassItem *klass, const std::string &name, panda_file::TypeItem *expectedType, in TryFindField()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts9785 const expectedType = parameterTypes[index]; constant
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp64 #define ASSERT_TYPE(input, expectedType) … argument