Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_string_test.cpp34 bool ValidateString(const std::vector<std::string> &strings, in ValidateString()
59 std::vector<std::string> strings = disasm.GetStrings(); variable
75 std::vector<std::string> strings = disasm.GetStrings(); variable
/arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/
Dname_space.ts38 let strings = ["Hello", "98052", "101"]; variable
/arkcompiler/runtime_core/assembler/
Dassembly-program.h38 std::set<std::string> strings; member
Dassembly-emitter.h40 std::unordered_map<uint32_t, std::string> strings; member
Dassembly-emitter.cpp1556 const std::unordered_map<std::string, panda_file::StringItem *> &strings, in Emit()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-program.h42 StringT strings; member
Dassembly-emitter.h41 std::unordered_map<uint32_t, std::string> strings; member
Dassembly-emitter.cpp1666 const std::unordered_map<std::string_view, panda_file::StringItem *> &strings, in Emit()
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto46 repeated bytes strings = 6; field
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmultithreaded_intern_string_table_test.cpp172 void TestConcurrentInsertion(const std::array<std::array<uint8_t, 4U>, TEST_ARRAY_SIZE> &strings, u… in TestConcurrentInsertion()
200 std::array<std::array<uint8_t, 4U>, TEST_ARRAY_SIZE> strings {}; in TEST_F() local
Depsilon_gcs_test.cpp145 std::vector<VMHandle<coretypes::String>> strings; in TEST_F() local
Dg1gc_test.cpp738 std::vector<VMHandle<coretypes::String>> strings; in TEST_F() local
/arkcompiler/ets_frontend/ts2panda/src/
Dts2panda.ts81 static strings: Set<string> = new Set(); property in Ts2Panda
Dpandasm.ts127 public strings: Set<string>; property in Program
/arkcompiler/runtime_core/assembler/tests/
Dparser_test.cpp1065 std::unordered_set<std::string> strings = {" abc123 ", "zxcvb"}; in TEST() local
1111 std::unordered_set<std::string> strings = {" \" ' \\ \a \b \f \n \r \t \v "}; in TEST() local
1218 std::unordered_set<std::string> strings = {"123\xaa\x65"}; in TEST() local
1240 std::unordered_set<std::string> strings = {"123\1\02\00123"}; in TEST() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Dparser_test.cpp1066 Program::StringT strings = {" abc123 ", "zxcvb"}; in TEST() local
1112 Program::StringT strings = {" \" ' \\ \a \b \f \n \r \t \v "}; in TEST() local
1219 Program::StringT strings = {"123\xaa\x65"}; in TEST() local
1241 Program::StringT strings = {"123\1\02\00123"}; in TEST() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp594 std::vector<std::string> strings; in GetStrings() local