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

1 2 3

  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 190 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
213 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
236 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
259 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
284 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 201 case FieldDescriptor::TYPE_SINT32:
243 case FieldDescriptor::TYPE_SINT32:
267 case FieldDescriptor::TYPE_SINT32:
368 case FieldDescriptor::TYPE_SINT32:
416 case FieldDescriptor::TYPE_SINT32:
csharp_helpers.cc 73 case FieldDescriptor::TYPE_SINT32:
387 case FieldDescriptor::TYPE_SINT32 : return -1;
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 256 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
279 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
302 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
325 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
350 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 74 public static final int TYPE_SINT32 = InternalNano.TYPE_SINT32;
447 case TYPE_SINT32:
519 case TYPE_SINT32:
587 case TYPE_SINT32:
695 case TYPE_SINT32:
InternalNano.java 67 public static final int TYPE_SINT32 = 17;
357 case TYPE_SINT32:
CodedInputByteBufferNano.java 689 case InternalNano.TYPE_SINT32:
CodedOutputByteBufferNano.java     [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 53 case FieldDescriptor::TYPE_SINT32 : return "TYPE_SINT32" ;
javanano_primitive_field.cc 101 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
134 case FieldDescriptor::TYPE_SINT32 : return -1;
    [all...]
javanano_helpers.cc 301 case FieldDescriptor::TYPE_SINT32:
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 267 case FieldDescriptor::TYPE_SINT32:
353 case FieldDescriptor::TYPE_SINT32 : return "SINT32";
626 case FieldDescriptor::TYPE_SINT32 : return "SInt32";
661 case FieldDescriptor::TYPE_SINT32 : return -1;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
132 case FieldDescriptor::TYPE_SINT32 : return -1;
javamicro_helpers.cc 204 case FieldDescriptor::TYPE_SINT32:
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 378 TYPE_SINT32 = 17
409 TYPE_SINT32: CPPTYPE_INT32,
text_format.py 257 descriptor.FieldDescriptor.TYPE_SINT32,
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 173 Field::TYPE_SINT32, "optional_sint32", 5));
229 Field::TYPE_SINT32, "repeated_sint32", 35));
  /frameworks/base/tools/streaming_proto/
main.cpp 174 case FieldDescriptorProto::TYPE_SINT32:
237 case FieldDescriptorProto::TYPE_SINT32:
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 58 case FieldDescriptor::TYPE_SINT32 : return -1;
cpp_helpers.cc 317 case FieldDescriptor::TYPE_SINT32 : return "SInt32";
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 97 case FieldDescriptor::TYPE_SINT32: return "sint32";
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /external/protobuf/python/google/protobuf/
descriptor.py 438 TYPE_SINT32 = 17
469 TYPE_SINT32: CPPTYPE_INT32,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 514 case FieldDescriptor::TYPE_SINT32:
557 case FieldDescriptor::TYPE_SINT32:
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 80 result["sint32" ] = FieldDescriptorProto::TYPE_SINT32;
    [all...]

Completed in 1074 milliseconds

1 2 3