Searched defs:createLong (Results 1 – 3 of 3) sorted by relevance
74 public static Value createLong(long value) { in createLong() method in Value
830 flatbuffers.Builder.prototype.createLong = function(low, high) { method in flatbuffers.Builder1251 flatbuffers.ByteBuffer.prototype.createLong = function(low, high) { method in flatbuffers.ByteBuffer
133 public void createLong() { in createLong() method in ConstantTest