Home
last modified time | relevance | path

Searched defs:startPos (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dbc_lowering_test.cpp50 size_t startPos = source.find("OPCODE"); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file_reader_mem.cpp47 std::string ZipFileReaderMem::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer() argument
56 bool ZipFileReaderMem::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
H A Dzip_file_reader_io.cpp23 std::string ZipFileReaderIo::ReadBuffer(size_t startPos, size_t bufferSize) in ReadBuffer() argument
38 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
H A Dfile_path_utils.cpp81 size_t startPos = pos; in SplitString() local
111 size_t startPos = str.find_first_not_of(charSet); in StripString() local
[all...]
H A Dzip_file.cpp398 auto startPos = fileStartPos_ + zipEntry.localHeaderOffset; in CheckCoherencyLocalHeader() local
442 auto startPos = GetEntryStart(zipEntry, extraSize); in UnzipWithStore() local
508 auto startPos = GetEntryStart(zipEntry, extraSize); in UnzipWithInflated() local
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeElaborationContext.h34 ElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sourceNode, const lexer::SourcePosition &startPos) ElaborationContext() argument
61 ArrayElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sourceNode, const lexer::SourcePosition &startPos) ArrayElaborationContext() argument
76 ObjectElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sourceNode, const lexer::SourcePosition &startPos) ObjectElaborationContext() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeElaborationContext.h34 ElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *sourceNode, const lexer::SourcePosition &startPos) ElaborationContext() argument
63 ArrayElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *sourceNode, const lexer::SourcePosition &startPos) ArrayElaborationContext() argument
78 ObjectElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *sourceNode, const lexer::SourcePosition &startPos) ObjectElaborationContext() argument
/arkcompiler/toolchain/websocket/
H A Dhttp.cpp23 auto startPos = headersText.find(headerName); in DecodeHeader() local
/arkcompiler/ets_frontend/ets2panda/lexer/
H A DkeywordsUtil.cpp209 size_t startPos = lexer_->GetToken().Start().index; in ScanIdContinue() local
H A Dlexer.h355 const auto startPos = Iterator().Index(); in ScanString() local
/arkcompiler/ets_frontend/es2panda/lexer/
H A DkeywordsUtil.cpp213 size_t startPos = lexer_->GetToken().Start().index; in ScanIdContinue() local
H A Dlexer.h220 const auto startPos = Iterator().Index(); in ScanString() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserTypes.cpp468 const lexer::SourcePosition &startPos = Lexer()->GetToken().Start(); in ParseTypeAnnotation() local
H A DTypedParser.cpp78 const auto startPos = Lexer()->Save(); in ParseExpression() local
H A DASparser.cpp528 const auto startPos = Lexer()->Save(); in ParseParenthesizedOrFunctionType() local
719 const lexer::SourcePosition &startPos = type->Start(); in ParseTypeAnnotationTokenLeftSquareBracket() local
1474 lexer::SourcePosition startPos = Lexer()->GetToken().Start(); in ParsePrefixAssertionExpression() local
H A DTSparser.cpp833 lexer::SourcePosition startPos = Lexer()->GetToken().Start(); in ParseTypePredicate() local
1170 const auto startPos = Lexer()->Save(); in ParseParenthesizedOrFunctionType() local
H A DstatementParser.cpp628 const auto startPos = lexer_->Save(); in ParseExpressionStatement() local
H A DETSparser.cpp874 auto startPos = Lexer()->GetToken().Start(); in ParseTypeReference() local
1710 auto const startPos = Lexer()->GetToken().Start(); in ParseAmbientSignature() local
H A DexpressionParser.cpp727 const auto startPos = lexer_->Save(); in ParseTemplateLiteral() local
1914 ir::Property *ParserImpl::ParseShorthandProperty(const lexer::LexerPosition *startPos) in ParseShorthandProperty() argument
2120 const auto startPos = lexer_->Save(); in ParsePropertyDefinition() local
H A DparserImpl.cpp549 const lexer::SourcePosition &startPos = lexer_->GetToken().Start(); in ParseClassStaticBlock() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.cpp90 auto startPos = typeSignature.find_last_of('/'); in ReferenceToTypeNode() local
203 auto startPos = typeSignature.find_last_of('/'); in ReferenceToName() local
[all...]
/arkcompiler/toolchain/tooling/client/manager/
H A Dsource_manager.cpp110 std::string::size_type startPos = 0; in SetFileSource() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp776 auto startPos = iter_; in ParseBracedQuantifier() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp755 auto startPos = iter_; in ParseBracedQuantifier() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h441 static void SplitString(const CString& str, CVector<CString>& out, size_t startPos, size_t times = 0, char c = '/') in SplitString() argument

Completed in 30 milliseconds

12