Home
last modified time | relevance | path

Searched refs:Postfix (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp215 path += Streams[index].Postfix; in CloseStream_and_DeleteFile()
238 if (s.Postfix.IsEmpty()) // if Postfix is empty, the path is already final in CloseStream_and_FinalRename()
242 tempPath += s.Postfix; in CloseStream_and_FinalRename()
253 /* we clear CVolStream::Postfix. So we will not use Temp path in CloseStream_and_FinalRename()
255 s.Postfix.Empty(); in CloseStream_and_FinalRename()
296 if (!CreateTempFile2(path, false, s.Postfix, &s.StreamSpec->File)) in CreateNewStream()
366 path += s.Postfix; in ReOpenStream()
375 if (s.Postfix.IsEmpty()) in ReOpenStream()
H A DMultiOutStream.h26 AString Postfix; member
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource2.js52 Postfix = Dot | LParen | LBrack,
323 ErrorRecoverySet[ErrorRecoverySet["Postfix"] = 49280] = "Postfix";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h370 const StringView Postfix; member in final
374 : Node(KPostfixQualifiedType), Ty(Ty_), Postfix(Postfix_) {} in PostfixQualifiedType()
376 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match()
380 s += Postfix;
1662 const StringView Postfix; member in EnclosingExpr
1667 Postfix(Postfix_) {} in EnclosingExpr()
1669 template<typename Fn> void match(Fn F) const { F(Prefix, Infix, Postfix); } in match()
1674 S += Postfix;

Completed in 10 milliseconds