OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinCount
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_parser.cpp
29
if (mArgumentSpecs[i].
getMinCount
() == 0 && mArgumentSpecs[i].getMaxCount() == 0) {
33
if (mArgumentSpecs[i].
getMinCount
() != mArgumentSpecs[i].getMaxCount()
62
if (argSpec.
getMinCount
() == 0 && argSpec.getMaxCount() == 1) {
64
} else if (argSpec.
getMinCount
() == 1 && argSpec.getMaxCount() == 1) {
66
} else if (argSpec.
getMinCount
() == 0) {
68
} else if (argSpec.
getMinCount
() == 1) {
151
const size_t minCount = argumentSpecIt->
getMinCount
();
arguments_parser.h
81
size_t
getMinCount
() const { return mMinCount; }
Completed in 65 milliseconds