Home
last modified time | relevance | path

Searched defs:writeInt64 (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWriter.java57 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() method
H A DCodedOutputStreamWriter.java73 public void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in CodedOutputStreamWriter
H A DBinaryWriter.java176 public final void writeInt64(int fieldNumber, long value) throws IOException { in writeInt64() method in BinaryWriter
H A DSchemaUtil.java82 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() method in SchemaUtil
H A DCodedOutputStream.java255 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() method in CodedOutputStream
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php305 public static function writeInt64(&$output, $value) function
/third_party/protobuf/js/binary/
H A Dencoder.js
H A Dwriter.js
/third_party/sqlite/src/
H A Dsqlite3.c201525 static int writeInt64(u8 *p, i64 i){ global() function
[all...]

Completed in 141 milliseconds