HomeSort by relevance Sort by last modified time
    Searched full:varint (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
MessageLite.java 123 * as a varint before writing the data. This allows more data to be written
300 * Instead, the size of the message (encoded as a varint) is read first,
Parser.java 223 * Instead, the size of message (encoded as a varint) is read first,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
333 TYPE_UINT64 = 4, // uint64, varint on the wire.
334 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
339 TYPE_BOOL = 8, // bool, varint on the wire.
345 TYPE_UINT32 = 13, // uint32, varint on the wire
346 TYPE_ENUM = 14, // Enum, varint on the wire
349 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire
350 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire
    [all...]
reflection_ops_unittest.cc 149 EXPECT_EQ(1, message1.unknown_fields().field(0).varint());
152 EXPECT_EQ(2, message1.unknown_fields().field(1).varint());
wire_format_lite.cc 218 output->WriteVarint64(field.varint());
256 field.number(), field.varint(), target);
357 size += io::CodedOutputStream::VarintSize64(field.varint());
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 51 ** Maximum length of a varint encoded integer. The varint format is different
fts3_write.c 408 ** Append a single varint to a PendingList buffer. SQLITE_OK is returned
447 /* Append the new serialized varint to the end of the list. */
    [all...]
fts3_snippet.c 112 ** element of the list is represented by an FTS3 varint that takes the value
127 ** list and *pp is advanced to the following varint.
751 ** beginning of the first varint in the column-list (the varint that
754 ** the last varint in the column-list (either the 0x00 signifying the end
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
recover.c 288 /* Return true if a varint can safely be read from pData/nData. */
316 unsigned nCur = 0; /* Byte offset within current varint. */
657 * cost of 16-bit offset, 32-bit page number, and one varint
695 /* Each cell is a 4-byte integer page number and a varint rowid
707 * a varint. Check could be identical to leaf check (or even a
    [all...]
test_hexio.c 340 ** Read a varint from the start of BLOB. Set variable VARNAME to contain
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageLite.java 131 * as a varint before writing the data. This allows more data to be written
316 * Instead, the size of the message (encoded as a varint) is read first,
  /external/protobuf/src/google/protobuf/
descriptor.h 300 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
303 TYPE_UINT64 = 4, // uint64, varint on the wire.
304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
309 TYPE_BOOL = 8, // bool, varint on the wire.
315 TYPE_UINT32 = 13, // uint32, varint on the wire
316 TYPE_ENUM = 14, // Enum, varint on the wire
319 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire
320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire
    [all...]
reflection_ops_unittest.cc 149 EXPECT_EQ(1, message1.unknown_fields().field(0).varint());
152 EXPECT_EQ(2, message1.unknown_fields().field(1).varint());
wire_format.cc 170 output->WriteVarint64(field.varint());
208 field.number(), field.varint(), target);
309 size += io::CodedOutputStream::VarintSize64(field.varint());
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 375 // delimited by a length prefix, which is encoded as a varint.
503 // delimiter, which is encoded in varint.
518 // delimiter, which is encoded in varint.
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 155 * A document list holds a sorted list of varint-encoded document IDs.
160 * varint docid;
162 * varint position; (delta from previous position plus POS_BASE)
163 * varint startOffset; (delta from previous startOffset)
164 * varint endOffset; (delta from startOffset)
171 * POS_COLUMN is followed by a varint containing the index of the column for
287 /* Append a varint to a DocList's data. */
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 307 * fail because the size was not properly computed as a sign-extended varint.
  /external/chromium_org/third_party/sqlite/src/test/
fts3_common.tcl 57 # First varint of a doclist-entry is the docid. Delta-compressed
  /external/chromium_org/third_party/sqlite/
recover.patch 352 +/* Return true if a varint can safely be read from pData/nData. */
380 + unsigned nCur = 0; /* Byte offset within current varint. */
721 + * cost of 16-bit offset, 32-bit page number, and one varint
759 + /* Each cell is a 4-byte integer page number and a varint rowid
771 + * a varint. Check could be identical to leaf check (or even a
    [all...]
  /external/chromium_org/sync/protocol/
sync.proto 572 // delimited by a length prefix, which is encoded as a varint.
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 143 // into the delta file as a variable-length integer (Varint);
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.cc 143 // into the delta file as a variable-length integer (Varint);
  /external/open-vcdiff/src/
addrcache.cc 143 // into the delta file as a variable-length integer (Varint);
  /external/qemu/
Makefile.target 171 varint.c \
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 142 // Varint tests.
367 // Varint failure test.
    [all...]

Completed in 3563 milliseconds

1 2 34 5 6