Home
last modified time | relevance | path

Searched refs:LanguageFromString (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dfile_items_gen.inc.erb27 std::optional<ark::panda_file::SourceLang> LanguageFromString([[maybe_unused]] std::string_view lan…
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_items_test.cpp57 ASSERT_EQ(LanguageFromString("not ECMAScript"), static_cast<SourceLang>(1U));
/arkcompiler/runtime_core/static_core/runtime/tests/
Dc2i_bridge_test.cpp103 … std::optional<ark::panda_file::SourceLang> langLocal = panda_file::LanguageFromString(language); in SetUpHelperFunctions()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp32 std::optional<panda::panda_file::SourceLang> LanguageFromString(const std::string_view &lang) in LanguageFromString() function
Dfile_items.h125 std::optional<panda::panda_file::SourceLang> LanguageFromString(const std::string_view &lang);
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h77 std::optional<ark::panda_file::SourceLang> LanguageFromString(std::string_view lang);
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp794 auto res = panda::panda_file::LanguageFromString(lang); in ParseAsLanguageDirective()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp851 auto res = ark::panda_file::LanguageFromString(lang); in ParseAsLanguageDirective()