AddInt64
Add an int64, uint64, sint64, fixed64, sfixed64 to a protobuf message repeated field.
native void AddInt64(const char[] field, int value[2])
Parameters
const char[] field
Field name.
int[2] value
Large integer value to add (0=High bits, 1=Low bits).
Return Value
voidError
Non-existent field, or incorrect field type.