HomeSort by relevance Sort by last modified time
    Searched refs:kTagTypeMask (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_lite.h 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1;
594 return static_cast<WireType>(tag & kTagTypeMask);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1;
533 return static_cast<WireType>(tag & kTagTypeMask);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1;
533 return static_cast<WireType>(tag & kTagTypeMask);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1;
533 return static_cast<WireType>(tag & kTagTypeMask);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1;
594 return static_cast<WireType>(tag & kTagTypeMask);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1;
533 return static_cast<WireType>(tag & kTagTypeMask);

Completed in 518 milliseconds