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

1 2 3

  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 191 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
214 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder,
237 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer,
260 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder,
285 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 203 case FieldDescriptor::TYPE_SINT64:
245 case FieldDescriptor::TYPE_SINT64:
268 case FieldDescriptor::TYPE_SINT64:
370 case FieldDescriptor::TYPE_SINT64:
418 case FieldDescriptor::TYPE_SINT64:
csharp_helpers.cc 75 case FieldDescriptor::TYPE_SINT64:
388 case FieldDescriptor::TYPE_SINT64 : return -1;
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 257 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
280 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder,
303 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer,
326 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder,
351 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 75 public static final int TYPE_SINT64 = InternalNano.TYPE_SINT64;
451 case TYPE_SINT64:
534 case TYPE_SINT64:
605 case TYPE_SINT64:
698 case TYPE_SINT64:
InternalNano.java 68 public static final int TYPE_SINT64 = 18;
362 case TYPE_SINT64:
CodedInputByteBufferNano.java 691 case InternalNano.TYPE_SINT64:
CodedOutputByteBufferNano.java     [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 58 case FieldDescriptor::TYPE_SINT64 : return "TYPE_SINT64" ;
javanano_primitive_field.cc 106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
135 case FieldDescriptor::TYPE_SINT64 : return -1;
    [all...]
javanano_helpers.cc 308 case FieldDescriptor::TYPE_SINT64:
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 274 case FieldDescriptor::TYPE_SINT64:
358 case FieldDescriptor::TYPE_SINT64 : return "SINT64";
631 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
662 case FieldDescriptor::TYPE_SINT64 : return -1;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
133 case FieldDescriptor::TYPE_SINT64 : return -1;
javamicro_helpers.cc 211 case FieldDescriptor::TYPE_SINT64:
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 379 TYPE_SINT64 = 18
403 TYPE_SINT64: CPPTYPE_INT64,
text_format.py 261 descriptor.FieldDescriptor.TYPE_SINT64,
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 175 Field::TYPE_SINT64, "optional_sint64", 6));
231 Field::TYPE_SINT64, "repeated_sint64", 36));
  /frameworks/base/tools/streaming_proto/
main.cpp 176 case FieldDescriptorProto::TYPE_SINT64:
240 case FieldDescriptorProto::TYPE_SINT64:
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 59 case FieldDescriptor::TYPE_SINT64 : return -1;
cpp_helpers.cc 318 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 98 case FieldDescriptor::TYPE_SINT64: return "sint64";
  /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 439 TYPE_SINT64 = 18
463 TYPE_SINT64: CPPTYPE_INT64,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 524 case FieldDescriptor::TYPE_SINT64:
566 case FieldDescriptor::TYPE_SINT64:
    [all...]
objectivec_message.cc 95 case FieldDescriptor::TYPE_SINT64:

Completed in 197 milliseconds

1 2 3