Searched refs:valuesCount (Results 1 – 6 of 6) sorted by relevance
118 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_null_argument() local121 assertEquals("Not the right number of values", 1, valuesCount); in testInvokeMethod_null_argument()
120 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_toString() local123 assertEquals("Not the right number of values", 1, valuesCount); in testInvokeMethod_toString()
229 int valuesCount = reply.getNextValueAsInt(); in testInvokeMethod() local230 for (int i = 0; i < valuesCount; i++) { in testInvokeMethod()
828 int32_t valuesCount = node->countValues(); in handleMatch() local829 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()1646 int32_t valuesCount = node->countValues(); in handleMatch() local1647 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
217 int32_t valuesCount = node->countValues(); in handleMatch() local218 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
2839 int32_t valuesCount = 0; in ures_getKeywordValues() local2901 for(i=0; i<valuesCount; i++) { in ures_getKeywordValues()2909 if((valuesCount >= (VALUES_LIST_SIZE-1)) || /* no more space in list .. */ in ures_getKeywordValues()2914 valuesList[valuesCount++] = valuesBuf+valuesIndex; in ures_getKeywordValues()2933 valuesIndex, valuesCount); in ures_getKeywordValues()