HomeSort by relevance Sort by last modified time
    Searched defs:MakeTag (Results 1 - 16 of 16) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 99 public static uint MakeTag(int fieldNumber, WireType wireType)
  /external/v8/tools/release/
auto_tag.py 149 class MakeTag(Step):
195 MakeTag,
  /external/protobuf/src/google/protobuf/
wire_format.h 187 // This is different from MakeTag(field->number(), field->type()) in the case
189 static uint32 MakeTag(const FieldDescriptor* field);
300 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
301 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
wire_format_lite.h 150 // This is different from MakeTag(field->number(), field->type()) in the case
152 static uint32 MakeTag(int field_number, WireType type);
182 // This macro does the same thing as WireFormatLite::MakeTag(), but the
184 // as a switch case or a template input. WireFormatLite::MakeTag() is more
589 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
  /frameworks/minikin/tests/unittest/
FontUtilsTest.cpp 24 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) {
84 Fvar(MakeTag('w', 'd', 't', 'h'), 0.0f, 1.0f, 2.0f),
85 Fvar(MakeTag('w', 'g', 'h', 't'), 0.0f, 1.0f, 2.0f),
91 EXPECT_EQ(1u, axes.count(MakeTag('w', 'd', 't', 'h')));
92 EXPECT_EQ(1u, axes.count(MakeTag('w', 'g', 'h', 't')));
93 EXPECT_EQ(0u, axes.count(MakeTag('s', 'l', 'n', 't')));
104 Fvar(MakeTag('w', 'd', 't', 'h'), 0.0f, 1.0f, 2.0f),
105 Fvar(MakeTag('w', 'g', 'h', 't'), 0.0f, 1.0f, 2.0f),
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 179 // This is different from MakeTag(field->number(), field->type()) in the case
181 static uint32 MakeTag(const FieldDescriptor* field);
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
282 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
wire_format_lite.h 150 // This is different from MakeTag(field->number(), field->type()) in the case
152 static uint32 MakeTag(int field_number, WireType type);
171 // This macro does the same thing as WireFormatLite::MakeTag(), but the
173 // as a switch case or a template input. WireFormatLite::MakeTag() is more
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 179 // This is different from MakeTag(field->number(), field->type()) in the case
181 static uint32 MakeTag(const FieldDescriptor* field);
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
282 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
wire_format_lite.h 150 // This is different from MakeTag(field->number(), field->type()) in the case
152 static uint32 MakeTag(int field_number, WireType type);
171 // This macro does the same thing as WireFormatLite::MakeTag(), but the
173 // as a switch case or a template input. WireFormatLite::MakeTag() is more
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 179 // This is different from MakeTag(field->number(), field->type()) in the case
181 static uint32 MakeTag(const FieldDescriptor* field);
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
282 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
wire_format_lite.h 150 // This is different from MakeTag(field->number(), field->type()) in the case
152 static uint32 MakeTag(int field_number, WireType type);
171 // This macro does the same thing as WireFormatLite::MakeTag(), but the
173 // as a switch case or a template input. WireFormatLite::MakeTag() is more
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format.h 187 // This is different from MakeTag(field->number(), field->type()) in the case
189 static uint32 MakeTag(const FieldDescriptor* field);
300 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
301 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
wire_format_lite.h 150 // This is different from MakeTag(field->number(), field->type()) in the case
152 static uint32 MakeTag(int field_number, WireType type);
182 // This macro does the same thing as WireFormatLite::MakeTag(), but the
184 // as a switch case or a template input. WireFormatLite::MakeTag() is more
589 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 179 // This is different from MakeTag(field->number(), field->type()) in the case
181 static uint32 MakeTag(const FieldDescriptor* field);
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
282 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
wire_format_lite.h 150 // This is different from MakeTag(field->number(), field->type()) in the case
152 static uint32 MakeTag(int field_number, WireType type);
171 // This macro does the same thing as WireFormatLite::MakeTag(), but the
173 // as a switch case or a template input. WireFormatLite::MakeTag() is more
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
  /frameworks/minikin/include/minikin/
MinikinFont.h 156 static uint32_t MakeTag(char c1, char c2, char c3, char c4) {

Completed in 542 milliseconds