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

1 23 4 5

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 155 def Fixed64ByteSize(field_number, fixed64):
encoder.py 117 # takes parameters specific to a particular field type, e.g. int32 or fixed64.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 58 case FieldDescriptor::TYPE_FIXED64 : return "FIXED64";
java_primitive_field.cc 106 case FieldDescriptor::TYPE_FIXED64 : return "Fixed64" ;
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 168 /** Write a {@code fixed64} field, including tag, to the stream. */
334 /** Write a {@code fixed64} field to the stream. */
467 * {@code fixed64} field, including tag.
666 * {@code fixed64} field.
    [all...]
FieldSet.java 440 case FIXED64 : return input.readFixed64 ();
540 case FIXED64 : output.writeFixed64NoTag ((Long ) value); break;
663 case FIXED64 : return CodedOutputStream.computeFixed64SizeNoTag ((Long )value);
TextFormat.java 221 case FIXED64:
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 154 /** Write a {@code fixed64} field, including tag, to the stream. */
315 /** Write a {@code fixed64} field to the stream. */
442 * {@code fixed64} field, including tag.
636 * {@code fixed64} field.
    [all...]
CodedInputStreamMicro.java 180 /** Read a {@code fixed64} field value from the stream. */
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 121 /** Write a {@code fixed64} field, including tag, to the stream. */
274 /** Write a {@code fixed64} field to the stream. */
394 * {@code fixed64} field, including tag.
579 * {@code fixed64} field.
CodedInputByteBufferNano.java 172 /** Read a {@code fixed64} field value from the stream. */
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 155 def Fixed64ByteSize(field_number, fixed64):
decoder.py 564 """Skip a fixed64 value. Returns the new position."""
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 57 case FieldDescriptor::TYPE_FIXED64 : return "FIXED64";
java_primitive_field.cc 105 case FieldDescriptor::TYPE_FIXED64 : return "Fixed64" ;
  /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 433 TEST_SCALAR_EXTENSIONS_SPACE_USED(fixed64 , 108);
510 TEST_REPEATED_EXTENSIONS_SPACE_USED(fixed64 , uint64, 108);
unknown_field_set_unittest.cc 148 TEST_F(UnknownFieldSetTest, Fixed64) {
153 EXPECT_EQ(all_fields_.optional_fixed64(), field->fixed64());
wire_format_lite.cc 228 output->WriteLittleEndian64(field.fixed64());
264 field.number(), field.fixed64(), target);
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 356 TEST_SCALAR_EXTENSIONS_SPACE_USED(fixed64 , 108);
432 TEST_REPEATED_EXTENSIONS_SPACE_USED(fixed64 , uint64, 108);
  /external/nanopb-c/docs/
reference.rst 467 FIXED64 PB_WT_64BIT
515 Writes 8 bytes to stream and swaps bytes on big-endian architecture. Works for fields of type `fixed64`, `sfixed64` and `double`::
722 Decode a *fixed64*, *sfixed64* or *double* value. ::
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 238 case FieldDescriptor::TYPE_FIXED64 : return "Fixed64";
  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 269 /* Single fixed64 */
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 222 case FieldDescriptor::TYPE_FIXED64 : return "Fixed64";
  /external/nanopb-c/generator/
nanopb_generator.py 53 FieldD.TYPE_FIXED64: ('uint64_t', 'FIXED64', 8),
320 elif self.pbtype in ['FIXED64', 'UINT64']:
    [all...]

Completed in 3761 milliseconds

1 23 4 5