Home
last modified time | relevance | path

Searched refs:Values (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/util/
H A DCommandParser.cpp163 std::vector<std::string> CommandParser::Values(std::string key) in Values() function in CommandParser
360 orignalResolutionWidth = atoi(Values("-or")[0].c_str()); in IsResolutionValid()
361 orignalResolutionHeight = atoi(Values("-or")[1].c_str()); in IsResolutionValid()
362 compressionResolutionWidth = atoi(Values("-cr")[0].c_str()); in IsResolutionValid()
363 compressionResolutionHeight = atoi(Values("-cr")[1].c_str()); in IsResolutionValid()
519 std::vector<std::string> value = Values(command); in IsResolutionArgValid()
947 foldResolutionWidth = atoi(Values("-fr")[0].c_str()); in IsFoldResolutionValid()
948 foldResolutionHeight = atoi(Values("-fr")[1].c_str()); in IsFoldResolutionValid()
H A DCommandParser.h59 std::vector<std::string> Values(std::string key);
/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp897 std::vector<std::string> vec3 = CommandParser::GetInstance().Values("or"); in TEST_F()

Completed in 4 milliseconds