OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTextConfigValue
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Common/
TextConfig.h
17
UString
GetTextConfigValue
(const CObjectVector<CTextConfigPair> &pairs, const UString &id);
TextConfig.cpp
118
UString
GetTextConfigValue
(const CObjectVector<CTextConfigPair> &pairs, const UString &id)
/external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp
184
UString friendlyName =
GetTextConfigValue
(pairs, L"Title");
185
UString installPrompt =
GetTextConfigValue
(pairs, L"BeginPrompt");
186
UString progress =
GetTextConfigValue
(pairs, L"Progress");
198
appLaunched =
GetTextConfigValue
(pairs, L"RunProgram");
201
executeFile =
GetTextConfigValue
(pairs, L"ExecuteFile");
202
executeParameters =
GetTextConfigValue
(pairs, L"ExecuteParameters");
Completed in 150 milliseconds