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

1 2

  /external/perfetto/include/perfetto/protozero/
proto_field_descriptor.h 35 TYPE_FIXED32 = 7,
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 368 TYPE_FIXED32 = 7
411 TYPE_FIXED32: CPPTYPE_UINT32,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 57 public static final int TYPE_FIXED32 = 7;
354 case TYPE_FIXED32:
Extension.java 64 public static final int TYPE_FIXED32 = InternalNano.TYPE_FIXED32;
415 case TYPE_FIXED32:
484 case TYPE_FIXED32:
571 case TYPE_FIXED32:
669 case TYPE_FIXED32:
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 172 TYPE_FIXED32,
286 assert(type() == TYPE_FIXED32);
307 assert(type() == TYPE_FIXED32);
wire_format_lite.h 103 TYPE_FIXED32 = 7,
descriptor.h 454 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire.
478 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
    [all...]
type.pb.cc 218 "TYPE_FIXED64\020\006\022\020\n\014TYPE_FIXED32\020\007\022\r\n\tTYPE"
    [all...]
type.pb.h 345 static const Kind TYPE_FIXED32 =
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 159 TYPE_FIXED32,
262 assert(type_ == TYPE_FIXED32);
283 assert(type_ == TYPE_FIXED32);
wire_format_lite.h 103 TYPE_FIXED32 = 7,
descriptor.h 338 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire.
362 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 159 TYPE_FIXED32,
262 assert(type_ == TYPE_FIXED32);
283 assert(type_ == TYPE_FIXED32);
wire_format_lite.h 103 TYPE_FIXED32 = 7,
descriptor.h 338 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire.
362 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
unknown_field_set.h 159 TYPE_FIXED32,
262 assert(type_ == TYPE_FIXED32);
283 assert(type_ == TYPE_FIXED32);
wire_format_lite.h 103 TYPE_FIXED32 = 7,
descriptor.h 338 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire.
362 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 172 TYPE_FIXED32,
286 assert(type() == TYPE_FIXED32);
307 assert(type() == TYPE_FIXED32);
wire_format_lite.h 103 TYPE_FIXED32 = 7,
descriptor.h 454 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire.
478 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 159 TYPE_FIXED32,
262 assert(type_ == TYPE_FIXED32);
283 assert(type_ == TYPE_FIXED32);
wire_format_lite.h 103 TYPE_FIXED32 = 7,
descriptor.h 338 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire.
362 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 428 TYPE_FIXED32 = 7
471 TYPE_FIXED32: CPPTYPE_UINT32,
    [all...]

Completed in 692 milliseconds

1 2