18 CurrentState.Empty(50 * 1024);
24 check(!ProcessUntilPercentS());
27 CurrentState += CurrentInputPos;
35 if(ProcessUntilPercentS())
49 bool ProcessUntilPercentS()
59 while(CurrentInputPos <
Found)
62 CurrentState += *CurrentInputPos++;
71 const TCHAR* CurrentInputPos;
#define check(expr)
Definition AssertionMacros.h:314
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition LazyPrintf.h:11
FString GetResultString()
Definition LazyPrintf.h:21
FLazyPrintf(const TCHAR *InputWithPercentS)
Definition LazyPrintf.h:14
void PushParam(const TCHAR *Data)
Definition LazyPrintf.h:33
static UE_FORCEINLINE_HINT const CharType * Strstr(const CharType *String, const CharType *Find)
Definition CString.h:1066