HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_SFIXED64 (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 189 _FieldDescriptor.TYPE_SFIXED64: wire_format.SFixed64ByteSize,
212 _FieldDescriptor.TYPE_SFIXED64: encoder.SFixed64Encoder,
235 _FieldDescriptor.TYPE_SFIXED64: encoder.SFixed64Sizer,
258 _FieldDescriptor.TYPE_SFIXED64: decoder.SFixed64Decoder,
283 _FieldDescriptor.TYPE_SFIXED64: wire_format.WIRETYPE_FIXED64,
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 199 case FieldDescriptor::TYPE_SFIXED64:
241 case FieldDescriptor::TYPE_SFIXED64:
266 case FieldDescriptor::TYPE_SFIXED64:
366 case FieldDescriptor::TYPE_SFIXED64:
414 case FieldDescriptor::TYPE_SFIXED64:
csharp_helpers.cc 83 case FieldDescriptor::TYPE_SFIXED64:
392 case FieldDescriptor::TYPE_SFIXED64: return internal::WireFormatLite::kSFixed64Size;
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 255 _FieldDescriptor.TYPE_SFIXED64: wire_format.SFixed64ByteSize,
278 _FieldDescriptor.TYPE_SFIXED64: encoder.SFixed64Encoder,
301 _FieldDescriptor.TYPE_SFIXED64: encoder.SFixed64Sizer,
324 _FieldDescriptor.TYPE_SFIXED64: decoder.SFixed64Decoder,
349 _FieldDescriptor.TYPE_SFIXED64: wire_format.WIRETYPE_FIXED64,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 73 public static final int TYPE_SFIXED64 = InternalNano.TYPE_SFIXED64;
443 case TYPE_SFIXED64:
504 case TYPE_SFIXED64:
577 case TYPE_SFIXED64:
691 case TYPE_SFIXED64:
InternalNano.java 66 public static final int TYPE_SFIXED64 = 16;
364 case TYPE_SFIXED64:
CodedInputByteBufferNano.java 687 case InternalNano.TYPE_SFIXED64:
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 60 case FieldDescriptor::TYPE_SFIXED64: return "TYPE_SFIXED64";
javanano_primitive_field.cc 108 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
139 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
    [all...]
javanano_helpers.cc 310 case FieldDescriptor::TYPE_SFIXED64:
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 276 case FieldDescriptor::TYPE_SFIXED64:
360 case FieldDescriptor::TYPE_SFIXED64: return "SFIXED64";
633 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
666 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 106 case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
137 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
javamicro_helpers.cc 213 case FieldDescriptor::TYPE_SFIXED64:
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 377 TYPE_SFIXED64 = 16
404 TYPE_SFIXED64: CPPTYPE_INT64,
text_format.py 262 descriptor.FieldDescriptor.TYPE_SFIXED64):
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 183 Field::TYPE_SFIXED64, "optional_sfixed64", 10));
239 Field::TYPE_SFIXED64, "repeated_sfixed64", 40));
  /frameworks/base/tools/streaming_proto/
main.cpp 172 case FieldDescriptorProto::TYPE_SFIXED64:
234 case FieldDescriptorProto::TYPE_SFIXED64:
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 63 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 130 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
201 int64, WireFormatLite::TYPE_SFIXED64>(
313 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
418 READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 130 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
201 int64, WireFormatLite::TYPE_SFIXED64>(
313 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
418 READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 123 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
194 int64, WireFormatLite::TYPE_SFIXED64>(
305 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 123 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
194 int64, WireFormatLite::TYPE_SFIXED64>(
305 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 123 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
194 int64, WireFormatLite::TYPE_SFIXED64>(
305 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 123 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
194 int64, WireFormatLite::TYPE_SFIXED64>(
305 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 102 case FieldDescriptor::TYPE_SFIXED64: return "sfixed64";

Completed in 274 milliseconds

1 2 3