Searched refs:valuesCount (Results 1 – 7 of 7) sorted by relevance
121 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_toString() local124 assertEquals("Not the right number of values", 1, valuesCount); in testInvokeMethod_toString()
119 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_null_argument() local122 assertEquals("Not the right number of values", 1, valuesCount); in testInvokeMethod_null_argument()
230 int valuesCount = reply.getNextValueAsInt(); in testInvokeMethod() local231 for (int i = 0; i < valuesCount; i++) { in testInvokeMethod()
615 int valuesCount = replyPacket.getNextValueAsInt();616 assert valuesCount == 1;642 int valuesCount = replyPacket.getNextValueAsInt();643 assert valuesCount == 1;
938 int32_t valuesCount = node->countValues(); in handleMatch() local939 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()1914 int32_t valuesCount = node->countValues(); in handleMatch() local1915 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
219 int32_t valuesCount = node->countValues(); in handleMatch() local220 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
2822 int32_t valuesCount = 0; in ures_getKeywordValues() local2884 for(i=0; i<valuesCount; i++) { in ures_getKeywordValues()2892 if((valuesCount >= (VALUES_LIST_SIZE-1)) || /* no more space in list .. */ in ures_getKeywordValues()2897 valuesList[valuesCount++] = valuesBuf+valuesIndex; in ures_getKeywordValues()2916 valuesIndex, valuesCount); in ures_getKeywordValues()