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

1 2 3

  /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),
FontCollectionTest.cpp 140 std::vector<FontVariation> variations = {{MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f}};
150 std::vector<FontVariation> variations = {{MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f},
151 {MinikinFont::MakeTag('w', 'g', 'h', 't'), 1.0f}};
161 std::vector<FontVariation> variations = {{MinikinFont::MakeTag('Z', 'Z', 'Z', 'Z'), 1.0f}};
167 std::vector<FontVariation> variations = {{MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f},
168 {MinikinFont::MakeTag('Z', 'Z', 'Z', 'Z'), 1.0f}};
FontFamilyTest.cpp 574 std::vector<FontVariation> variations = {{MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f}};
583 std::vector<FontVariation> variations = {{MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f},
584 {MinikinFont::MakeTag('w', 'g', 'h', 't'), 1.0f}};
593 std::vector<FontVariation> variations = {{MinikinFont::MakeTag('Z', 'Z', 'Z', 'Z'), 1.0f}};
599 std::vector<FontVariation> variations = {{MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f},
600 {MinikinFont::MakeTag('Z', 'Z', 'Z', 'Z'), 1.0f}};
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 88 string tag = SimpleItoa(WireFormat::MakeTag(descriptor));
111 string non_packed_tag = SimpleItoa(WireFormatLite::MakeTag(
117 string packed_tag = SimpleItoa(WireFormatLite::MakeTag(
javanano_map_field.cc 97 (*variables)["key_tag"] = SimpleItoa(internal::WireFormat::MakeTag(key));
102 (*variables)["value_tag"] = SimpleItoa(internal::WireFormat::MakeTag(value));
javanano_enum_field.cc 72 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
76 internal::WireFormatLite::MakeTag(descriptor->number(),
javanano_message.cc 444 uint32 tag = WireFormatLite::MakeTag(field->number(),
462 uint32 packed_tag = WireFormatLite::MakeTag(field->number(),
  /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.cc 112 if (!input->LastTagWas(WireFormatLite::MakeTag(
185 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
190 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
195 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
200 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
207 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
210 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
319 WireFormatLite::MakeTag(field.number(),
325 WireFormatLite::MakeTag(field.number(),
331 WireFormatLite::MakeTag(field.number()
    [all...]
wire_format_lite_inl.h 439 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
476 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
487 input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP));
519 output->WriteTag(MakeTag(field_number, type));
604 return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type),
    [all...]
wire_format_lite.cc 145 if (!input->LastTagWas(WireFormatLite::MakeTag(
200 if (!input->LastTagWas(WireFormatLite::MakeTag(
330 uint32 tag = WireFormatLite::MakeTag(field_number,
  /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));
  /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));
  /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));
  /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_inl.h 439 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
476 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
487 input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP));
519 output->WriteTag(MakeTag(field_number, type));
604 return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type),
    [all...]
  /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));
  /external/v8/tools/release/
auto_tag.py 149 class MakeTag(Step):
195 MakeTag,
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 83 HbBlob os2Table(font, MinikinFont::MakeTag('O', 'S', '/', '2'));
98 HbBlob fvarTable(mBaseFont, MinikinFont::MakeTag('f', 'v', 'a', 'r'));
159 HbBlob cmapTable(font->baseFont(), MinikinFont::MakeTag('c', 'm', 'a', 'p'));
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 274 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
348 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
464 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited), input.ReadTag());
466 Assert.AreEqual(WireFormat.MakeTag(2, WireFormat.WireType.StartGroup), input.ReadTag());
468 Assert.AreEqual(WireFormat.MakeTag(3, WireFormat.WireType.LengthDelimited), input.ReadTag());
495 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited), input.ReadTag());
497 Assert.AreEqual(WireFormat.MakeTag(2, WireFormat.WireType.StartGroup), input.ReadTag());
514 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.EndGroup), input.ReadTag());
554 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.StartGroup), input.ReadTag());
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
  /frameworks/minikin/include/minikin/
MinikinFont.h 156 static uint32_t MakeTag(char c1, char c2, char c3, char c4) {
  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 99 public static uint MakeTag(int fieldNumber, WireType wireType)
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_message.cc 453 uint32 tag = internal::WireFormatLite::MakeTag(field->number(), wt);
464 internal::WireFormatLite::MakeTag(
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_map_field.cc 85 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));

Completed in 529 milliseconds

1 2 3