Searched refs:ToStringView (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.h | 61 static util::StringView ToStringView(ArenaAllocator *allocator, double number); 62 static util::StringView ToStringView(ArenaAllocator *allocator, int32_t number); 63 static util::StringView ToStringView(ArenaAllocator *allocator, uint32_t number);
|
| D | helpers.cpp | 146 util::StringView Helpers::ToStringView(ArenaAllocator *allocator, double number) in ToStringView() function in panda::es2panda::util::Helpers 152 util::StringView Helpers::ToStringView(ArenaAllocator *allocator, uint32_t number) in ToStringView() function in panda::es2panda::util::Helpers 155 return ToStringView(allocator, static_cast<int32_t>(number)); in ToStringView() 158 util::StringView Helpers::ToStringView(ArenaAllocator *allocator, int32_t number) in ToStringView() function in panda::es2panda::util::Helpers 421 return {Helpers::ToStringView(allocator, index), true}; in ParamName()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeElaborationContext.cpp | 65 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), index_); in Start()
|
| D | destructuringContext.cpp | 213 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), index_); in GetTypeFromTupleByIndex() 317 … util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), iterIndex); in CreateTupleTypeForRest() 448 util::StringView name = util::Helpers::ToStringView(checker_->Allocator(), 0); in Start()
|
| D | function.cpp | 157 util::StringView memberIndex = util::Helpers::ToStringView(allocator_, index); in CreateParameterTypeForArrayAssignmentPattern() 497 … propName = util::Helpers::ToStringView(allocator_, prop->Key()->AsNumberLiteral()->Number()); in CreatePatternParameterName()
|
| D | object.cpp | 413 util::Helpers::ToStringView(allocator_, indexType->AsNumberLiteralType()->Value()); in GetPropertyTypeForIndexType()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTupleType.cpp | 59 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index); in GetType()
|
| D | tsEnumDeclaration.cpp | 262 util::StringView memberStr = util::Helpers::ToStringView(checker->Allocator(), number); in AddEnumValueDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | arrayExpression.cpp | 245 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index); in Check() 359 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index - 1); in CheckPattern()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | function.cpp | 68 util::StringView name = util::Helpers::ToStringView(pg->Allocator(), index); in CompileFunctionParameterDeclaration()
|