HomeSort by relevance Sort by last modified time
    Searched full:sint64 (Results 51 - 75 of 94) sorted by null

1 23 4

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 250 /** Write an {@code sint64} field, including tag, to the stream. */
392 /** Write an {@code sint64} field to the stream. */
557 * {@code sint64} field, including tag.
747 * {@code sint64} field.
    [all...]
CodedInputStreamMicro.java 280 /** Read an {@code sint64} field value from the stream. */
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 209 /** Write an {@code sint64} field, including tag, to the stream. */
344 /** Write an {@code sint64} field to the stream. */
500 * {@code sint64} field, including tag.
682 * {@code sint64} field.
CodedInputByteBufferNano.java 273 /** Read an {@code sint64} field value from the stream. */
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 56 case FieldDescriptor::TYPE_SINT64 : return "SINT64";
java_primitive_field.cc 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 449 case SINT64 : return input.readSInt64 ();
551 case SINT64 : output.writeSInt64NoTag ((Long ) value); break;
674 case SINT64 : return CodedOutputStream.computeSInt64SizeNoTag ((Long )value);
TextFormat.java 205 case SINT64:
    [all...]
Descriptors.java 835 SINT64 (JavaType.LONG );
    [all...]
CodedInputStream.java 306 /** Read an {@code sint64} field value from the stream. */
  /external/protobuf/editors/
protobuf-mode.el 83 "sint64" "fixed32" "fixed64" "sfixed32" "sfixed64" "bool"
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc 431 TEST_SCALAR_EXTENSIONS_SPACE_USED(sint64 , 106);
508 TEST_REPEATED_EXTENSIONS_SPACE_USED(sint64 , int64 , 106);
wire_format_lite.h 228 // the purpose of varint. So, for the "sint32" and "sint64" field types,
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 354 TEST_SCALAR_EXTENSIONS_SPACE_USED(sint64 , 106);
430 TEST_REPEATED_EXTENSIONS_SPACE_USED(sint64 , int64 , 106);
wire_format_lite.h 220 // the purpose of varint. So, for the "sint32" and "sint64" field types,
  /external/lldb/www/python_reference/
lldb.SBData-class.html 75 <area shape="rect" id="node11" href="lldb.SBData-class.html#sint64" title="A read only property that returns an array&#45;like object out of which you can read sint64 values." alt="" coords="17,255,213,273"/>
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 236 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
  /external/lldb/test/python_api/sbdata/
TestSBData.py 266 self.assertTrue(data2.sint64[1:3] == [2,-2], 'signed64 data2 = [2,-2]')
  /external/lldb/tools/debugserver/source/
DNBDefs.h 284 int64_t sint64; member in union:DNBRegisterValue::__anon29999
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 220 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 138 SInt64 forkSize;
  /external/nanopb-c/docs/
reference.rst 486 Encodes a signed integer in the 'zig-zagged' format. Works for fields of type `sint32` and `sint64`::
700 Similar to `pb_decode_varint`_, except that it performs zigzag-decoding on the value. This corresponds to the Protocol Buffers *sint32* and *sint64* datatypes. ::
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 105 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
    [all...]

Completed in 1120 milliseconds

1 23 4