Home
last modified time | relevance | path

Searched defs:createLong (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java74 public static Value createLong(long value) { in createLong() method in Value
/external/flatbuffers/js/
Dflatbuffers.js796 flatbuffers.Builder.prototype.createLong = function(low, high) { method in flatbuffers.Builder
1193 flatbuffers.ByteBuffer.prototype.createLong = function(low, high) { method in flatbuffers.ByteBuffer