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

1 2 3

  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 188 _FieldDescriptor.TYPE_SFIXED32: wire_format.SFixed32ByteSize,
211 _FieldDescriptor.TYPE_SFIXED32: encoder.SFixed32Encoder,
234 _FieldDescriptor.TYPE_SFIXED32: encoder.SFixed32Sizer,
257 _FieldDescriptor.TYPE_SFIXED32: decoder.SFixed32Decoder,
282 _FieldDescriptor.TYPE_SFIXED32: wire_format.WIRETYPE_FIXED32,
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 197 case FieldDescriptor::TYPE_SFIXED32:
239 case FieldDescriptor::TYPE_SFIXED32:
265 case FieldDescriptor::TYPE_SFIXED32:
364 case FieldDescriptor::TYPE_SFIXED32:
412 case FieldDescriptor::TYPE_SFIXED32:
csharp_helpers.cc 81 case FieldDescriptor::TYPE_SFIXED32:
391 case FieldDescriptor::TYPE_SFIXED32: return internal::WireFormatLite::kSFixed32Size;
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 254 _FieldDescriptor.TYPE_SFIXED32: wire_format.SFixed32ByteSize,
277 _FieldDescriptor.TYPE_SFIXED32: encoder.SFixed32Encoder,
300 _FieldDescriptor.TYPE_SFIXED32: encoder.SFixed32Sizer,
323 _FieldDescriptor.TYPE_SFIXED32: decoder.SFixed32Decoder,
348 _FieldDescriptor.TYPE_SFIXED32: wire_format.WIRETYPE_FIXED32,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 72 public static final int TYPE_SFIXED32 = InternalNano.TYPE_SFIXED32;
439 case TYPE_SFIXED32:
489 case TYPE_SFIXED32:
572 case TYPE_SFIXED32:
687 case TYPE_SFIXED32:
InternalNano.java 65 public static final int TYPE_SFIXED32 = 15;
358 case TYPE_SFIXED32:
CodedInputByteBufferNano.java 685 case InternalNano.TYPE_SFIXED32:
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 55 case FieldDescriptor::TYPE_SFIXED32: return "TYPE_SFIXED32";
javanano_primitive_field.cc 103 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32";
138 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
    [all...]
javanano_helpers.cc 303 case FieldDescriptor::TYPE_SFIXED32:
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 269 case FieldDescriptor::TYPE_SFIXED32:
355 case FieldDescriptor::TYPE_SFIXED32: return "SFIXED32";
628 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32";
665 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 101 case FieldDescriptor::TYPE_SFIXED32: return "SFixed32";
136 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
javamicro_helpers.cc 206 case FieldDescriptor::TYPE_SFIXED32:
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 376 TYPE_SFIXED32 = 15
408 TYPE_SFIXED32: CPPTYPE_INT32,
text_format.py 258 descriptor.FieldDescriptor.TYPE_SFIXED32):
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 181 Field::TYPE_SFIXED32, "optional_sfixed32", 9));
237 Field::TYPE_SFIXED32, "repeated_sfixed32", 39));
  /frameworks/base/tools/streaming_proto/
main.cpp 170 case FieldDescriptorProto::TYPE_SFIXED32:
231 case FieldDescriptorProto::TYPE_SFIXED32:
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 62 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size;
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 121 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>(
191 int32, WireFormatLite::TYPE_SFIXED32>(
312 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32)
417 READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 121 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>(
191 int32, WireFormatLite::TYPE_SFIXED32>(
312 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32)
417 READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 114 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>(
184 int32, WireFormatLite::TYPE_SFIXED32>(
304 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 114 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>(
184 int32, WireFormatLite::TYPE_SFIXED32>(
304 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 114 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>(
184 int32, WireFormatLite::TYPE_SFIXED32>(
304 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 114 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>(
184 int32, WireFormatLite::TYPE_SFIXED32>(
304 READ_REPEATED_FIXED_SIZE_PRIMITIVE(int32, TYPE_SFIXED32)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 101 case FieldDescriptor::TYPE_SFIXED32: return "sfixed32";

Completed in 534 milliseconds

1 2 3