Home
last modified time | relevance | path

Searched refs:getOptionValue (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
Darguments_parser_test.cpp110 EXPECT_EQ("default", argumentsAndOptions.getOptionValue("b")); in TEST()
122 EXPECT_EQ("default", argumentsAndOptions.getOptionValue("b")); in TEST()
135 EXPECT_EQ("value", argumentsAndOptions.getOptionValue("b")); in TEST()
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Darguments_and_options.h45 const std::string &getOptionValue(const std::string &optionName) const { in getOptionValue() function