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

1 2

  /external/nanopb-c/generator/google/protobuf/
descriptor.py 376 TYPE_SFIXED32 = 15
408 TYPE_SFIXED32: CPPTYPE_INT32,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 65 public static final int TYPE_SFIXED32 = 15;
358 case TYPE_SFIXED32:
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:
  /external/protobuf/python/google/protobuf/
descriptor.py 436 TYPE_SFIXED32 = 15
468 TYPE_SFIXED32: CPPTYPE_INT32,
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 111 TYPE_SFIXED32 = 15,
descriptor.h 463 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire
476 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
type.pb.cc     [all...]
type.pb.h 361 static const Kind TYPE_SFIXED32 =
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 111 TYPE_SFIXED32 = 15,
descriptor.h 347 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
descriptor.pb.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 111 TYPE_SFIXED32 = 15,
descriptor.h 347 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
descriptor.pb.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 111 TYPE_SFIXED32 = 15,
descriptor.h 347 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
descriptor.pb.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 111 TYPE_SFIXED32 = 15,
descriptor.h 463 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire
476 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
type.pb.h 361 static const Kind TYPE_SFIXED32 =
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 111 TYPE_SFIXED32 = 15,
descriptor.h 347 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 

Completed in 82 milliseconds

1 2