Searched refs:addInt64 (Results 1 – 6 of 6) sorted by relevance
57 void addInt64(int32_t fieldId, uint64_t value);
37 GenericMessage::addInt64(int32_t fieldId, uint64_t value) in addInt64() function in GenericMessage
101 message->addInt64(fieldId, value64); in read_message()110 message->addInt64(fieldId, value64); in read_message()
107 if (item != NULL) item->addInt64(attr, value); in mediametrics_addInt64()
975 Item &addInt64(const char *key, int64_t value) { in addInt64() function
278 item.setInt64("big", INT64_MAX).setInt64("smaller", INT64_MAX - 1).addInt64("smaller", -2); in TEST()