Home
last modified time | relevance | path

Searched refs:Tag (Results 1 - 25 of 309) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dtag.cc26 const int32_t Tag::ttcf = TAG('t', 't', 'c', 'f');
27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p');
28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd');
29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a');
30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x');
31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p');
32 const int32_t Tag::name = TAG('n', 'a', 'm', 'e');
33 const int32_t Tag::OS_2 = TAG('O', 'S', '/', '2');
34 const int32_t Tag::post = TAG('p', 'o', 's', 't');
35 const int32_t Tag
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DTag.java25 * Tag names are consistent with the OpenType and sfnt specs.
29 public final class Tag { class
30 public static final int ttcf = Tag.intValue(new byte[]{'t', 't', 'c', 'f'});
39 public static final int cmap = Tag.intValue(new byte[]{'c', 'm', 'a', 'p'});
40 public static final int head = Tag.intValue(new byte[]{'h', 'e', 'a', 'd'});
41 public static final int hhea = Tag.intValue(new byte[]{'h', 'h', 'e', 'a'});
42 public static final int hmtx = Tag.intValue(new byte[]{'h', 'm', 't', 'x'});
43 public static final int maxp = Tag.intValue(new byte[]{'m', 'a', 'x', 'p'});
44 public static final int name = Tag.intValue(new byte[]{'n', 'a', 'm', 'e'});
45 public static final int OS_2 = Tag
103 private Tag() { Tag() method in Tag
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_data.cc40 Tag::OS_2, Tag::cmap, Tag::cvt, Tag::feat, Tag::gasp,
41 Tag::glyf, Tag::head, Tag::hhea, Tag::hmtx, Tag
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DARMAttributeParser.h35 void IntegerAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
37 void StringAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
40 void PrintAttribute(unsigned Tag, unsigned Value, StringRef ValueDesc);
42 void CPU_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
44 void CPU_arch_profile(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
46 void ARM_ISA_use(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
48 void THUMB_ISA_use(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
50 void FP_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
52 void WMMX_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,
54 void Advanced_SIMD_arch(ARMBuildAttrs::AttrType Tag, cons
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcheckJsxChildrenProperty15.js4 const Tag = (x: {}) => <div></div>;
7 const k1 = <Tag />;
8 const k2 = <Tag></Tag>;
11 const k3 = <Tag children={<div></div>} />;
12 const k4 = <Tag key="1"><div></div></Tag>;
13 const k5 = <Tag key="1"><div></div><div></div></Tag>;
20 var Tag function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMAttributeParser.cpp90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute() argument
94 Attributes.insert(std::make_pair(Tag, Value)); in IntegerAttribute()
97 SW->printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), Value); in IntegerAttribute()
100 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() argument
102 StringRef TagName = ARMBuildAttrs::AttrTypeAsString(Tag, /*TagPrefix*/false); in StringAttribute()
107 SW->printNumber("Tag", Tag); in StringAttribute()
114 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() argument
116 Attributes.insert(std::make_pair(Tag, Value)); in PrintAttribute()
119 StringRef TagName = ARMBuildAttrs::AttrTypeAsString(Tag, in PrintAttribute()
131 CPU_arch(AttrType Tag, const uint8_t *Data, uint32_t &Offset) CPU_arch() argument
147 CPU_arch_profile(AttrType Tag, const uint8_t *Data, uint32_t &Offset) CPU_arch_profile() argument
164 ARM_ISA_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ARM_ISA_use() argument
174 THUMB_ISA_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) THUMB_ISA_use() argument
184 FP_arch(AttrType Tag, const uint8_t *Data, uint32_t &Offset) FP_arch() argument
197 WMMX_arch(AttrType Tag, const uint8_t *Data, uint32_t &Offset) WMMX_arch() argument
207 Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, uint32_t &Offset) Advanced_SIMD_arch() argument
219 MVE_arch(AttrType Tag, const uint8_t *Data, uint32_t &Offset) MVE_arch() argument
231 PCS_config(AttrType Tag, const uint8_t *Data, uint32_t &Offset) PCS_config() argument
244 ABI_PCS_R9_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_PCS_R9_use() argument
254 ABI_PCS_RW_data(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_PCS_RW_data() argument
266 ABI_PCS_RO_data(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_PCS_RO_data() argument
278 ABI_PCS_GOT_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_PCS_GOT_use() argument
290 ABI_PCS_wchar_t(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_PCS_wchar_t() argument
302 ABI_FP_rounding(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_FP_rounding() argument
312 ABI_FP_denormal(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_FP_denormal() argument
324 ABI_FP_exceptions(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_FP_exceptions() argument
334 ABI_FP_user_exceptions(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_FP_user_exceptions() argument
345 ABI_FP_number_model(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_FP_number_model() argument
357 ABI_align_needed(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_align_needed() argument
377 ABI_align_preserved(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_align_preserved() argument
398 ABI_enum_size(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_enum_size() argument
410 ABI_HardFP_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_HardFP_use() argument
422 ABI_VFP_args(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_VFP_args() argument
434 ABI_WMMX_args(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_WMMX_args() argument
444 ABI_optimization_goals(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_optimization_goals() argument
458 ABI_FP_optimization_goals(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_FP_optimization_goals() argument
472 compatibility(AttrType Tag, const uint8_t *Data, uint32_t &Offset) compatibility() argument
496 CPU_unaligned_access(AttrType Tag, const uint8_t *Data, uint32_t &Offset) CPU_unaligned_access() argument
506 FP_HP_extension(AttrType Tag, const uint8_t *Data, uint32_t &Offset) FP_HP_extension() argument
516 ABI_FP_16bit_format(AttrType Tag, const uint8_t *Data, uint32_t &Offset) ABI_FP_16bit_format() argument
526 MPextension_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) MPextension_use() argument
536 DIV_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) DIV_use() argument
548 DSP_extension(AttrType Tag, const uint8_t *Data, uint32_t &Offset) DSP_extension() argument
558 T2EE_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) T2EE_use() argument
568 Virtualization_use(AttrType Tag, const uint8_t *Data, uint32_t &Offset) Virtualization_use() argument
581 nodefaults(AttrType Tag, const uint8_t *Data, uint32_t &Offset) nodefaults() argument
603 uint64_t Tag = decodeULEB128(Data + Offset, &DecodeLength); ParseAttributeList() local
649 uint8_t Tag = Data[Offset]; ParseSubsection() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Duniform_helper.h100 template <typename IntType, typename Tag>
104 absl::disjunction<std::is_same<Tag, IntervalOpenClosedTag>,
105 std::is_same<Tag, IntervalOpenOpenTag>>>::value,
107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound()
111 template <typename FloatType, typename Tag>
115 absl::disjunction<std::is_same<Tag, IntervalOpenClosedTag>,
116 std::is_same<Tag, IntervalOpenOpenTag>>>::value,
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound()
122 template <typename NumType, typename Tag>
124 absl::disjunction<std::is_same<Tag, IntervalClosedClosedTa
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DGCOV.h118 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readFunctionTag() local
119 if (Tag.empty() || Tag[0] != '\0' || Tag[1] != '\0' || Tag[2] != '\0' || in readFunctionTag()
120 Tag[3] != '\1') { in readFunctionTag()
130 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readBlockTag() local
131 if (Tag.empty() || Tag[0] != '\0' || Tag[ in readBlockTag()
142 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); readEdgeTag() local
154 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); readLineTag() local
166 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); readArcTag() local
178 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); readObjectTag() local
190 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); readProgramTag() local
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DTypedInteger.h25 // - Integers of different (Tag, BaseIntegerType) may not be used interoperably
27 // - Integers of the same (Tag, BaseIntegerType) may be compared or assigned.
53 template <typename Tag, typename T>
57 template <typename Tag, typename T, typename = std::enable_if_t<std::is_integral<T>::value>>
59 using TypedInteger = detail::TypedIntegerImpl<Tag, T>;
65 template <typename Tag, typename T>
136 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl()
146 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T
[all...]
/third_party/skia/third_party/externals/piex/src/tiff_directory/
H A Dtiff_directory.h67 typedef std::uint32_t Tag; typedef in piex::tiff_directory::TiffDirectory
73 bool Has(const Tag tag) const;
78 bool Get(const Tag tag, std::vector<std::uint8_t>* value) const;
84 bool Get(const Tag tag, std::string* value) const;
91 bool Get(const Tag tag, std::uint32_t* value) const;
92 bool Get(const Tag tag, std::vector<std::uint32_t>* value) const;
99 bool Get(const Tag tag, Rational* value) const;
100 bool Get(const Tag tag, std::vector<Rational>* value) const;
107 bool Get(const Tag tag, SRational* value) const;
108 bool Get(const Tag ta
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp46 unsigned Tag = DIE.getTag(); in getChildDeclContext() local
52 switch (Tag) { in getChildDeclContext()
91 else if (Tag == dwarf::DW_TAG_namespace) in getChildDeclContext()
101 if (Tag != dwarf::DW_TAG_class_type && Tag != dwarf::DW_TAG_structure_type && in getChildDeclContext()
102 Tag != dwarf::DW_TAG_union_type && in getChildDeclContext()
103 Tag != dwarf::DW_TAG_enumeration_type && NameRef.empty()) in getChildDeclContext()
120 if (Tag != dwarf::DW_TAG_namespace || !Name) { in getChildDeclContext()
128 if (!Name && Tag == dwarf::DW_TAG_namespace) in getChildDeclContext()
163 // Strictly speaking, hashing the Tag i in getChildDeclContext()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dtable.cc84 if (tag == Tag::head) { in GetBuilder()
88 } else if (tag == Tag::cmap) { in GetBuilder()
92 } else if (tag == Tag::hhea) { in GetBuilder()
95 } else if (tag == Tag::hmtx) { in GetBuilder()
98 } else if (tag == Tag::maxp) { in GetBuilder()
101 } else if (tag == Tag::name) { in GetBuilder()
104 } else if (tag == Tag::OS_2) { in GetBuilder()
107 }/* else if (tag == Tag::PostScript) { in GetBuilder()
110 } else if (tag == Tag::cvt) { in GetBuilder()
113 }*/ else if (tag == Tag in GetBuilder()
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.h116 enum class Tag : uint8_t; class in v8::internal::interpreter::final::Entry
119 explicit Entry(Smi smi) : smi_(smi), tag_(Tag::kSmi) {}
121 : heap_number_(heap_number), tag_(Tag::kHeapNumber) {} in Entry()
123 : raw_string_(raw_string), tag_(Tag::kRawString) {} in Entry()
124 explicit Entry(AstBigInt bigint) : bigint_(bigint), tag_(Tag::kBigInt) {} in Entry()
125 explicit Entry(const Scope* scope) : scope_(scope), tag_(Tag::kScope) {} in Entry()
128 static Entry NAME() { return Entry(Tag::k##NAME); }
132 static Entry Deferred() { return Entry(Tag::kDeferred); } in Deferred()
135 return Entry(Tag::kUninitializedJumpTableSmi); in UninitializedJumpTableSmi()
138 bool IsDeferred() const { return tag_ == Tag
172 enum class Tag : uint8_t { global() class in v8::internal::interpreter::final::Entry
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dperiodic_sampler_benchmark.cc42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct
43 PeriodicSampler<Tag, 10> sampler; in BM_PeriodicSampler_TinySample()
49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct
50 PeriodicSampler<Tag, 1024> sampler; in BM_PeriodicSampler_ShortSample()
56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct
57 PeriodicSampler<Tag, 1024 * 1024> sampler; in BM_PeriodicSampler_LongSample()
63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct
64 PeriodicSampler<Tag, 1024 * 1024> sampler; in BM_PeriodicSampler_LongSampleMinunumInlined()
70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
71 PeriodicSampler<Tag, in BM_PeriodicSampler_Disabled()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DTable.java19 import com.google.typography.font.sfntly.Tag;
119 sb.append(Tag.stringValue(this.header.tag())); in toString()
188 if (tag == Tag.cmap) { in getBuilder()
190 } else if (tag == Tag.head) { in getBuilder()
192 } else if (tag == Tag.hhea) { in getBuilder()
194 } else if (tag == Tag.hmtx) { in getBuilder()
196 } else if (tag == Tag.maxp) { in getBuilder()
198 } else if (tag == Tag.name) { in getBuilder()
200 } else if (tag == Tag.OS_2) { in getBuilder()
202 } else if (tag == Tag in getBuilder()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp69 /// not rely on S having a lifetime beyond this call. Tag is "" or a YAML tag.
70 StringRef DocNode::fromString(StringRef S, StringRef Tag) { in fromString() argument
71 if (Tag == "tag:yaml.org,2002:str") in fromString()
72 Tag = ""; in fromString()
73 if (Tag == "!int" || Tag == "") { in fromString()
81 if (Err == "" || Tag != "") in fromString()
84 if (Tag == "!nil") { in fromString()
88 if (Tag == "!bool" || Tag in fromString()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DSfntTool.java21 import com.google.typography.font.sfntly.Tag;
140 removeTables.add(Tag.GDEF); in subsetFontFile()
141 removeTables.add(Tag.GPOS); in subsetFontFile()
142 removeTables.add(Tag.GSUB); in subsetFontFile()
143 removeTables.add(Tag.kern); in subsetFontFile()
144 removeTables.add(Tag.hdmx); in subsetFontFile()
145 removeTables.add(Tag.vmtx); in subsetFontFile()
146 removeTables.add(Tag.VDMX); in subsetFontFile()
147 removeTables.add(Tag.LTSH); in subsetFontFile()
148 removeTables.add(Tag in subsetFontFile()
[all...]
/third_party/skia/src/utils/
H A DSkJSON.h123 enum class Tag : uint8_t { class
137 void init_tagged(Tag);
138 void init_tagged_pointer(Tag, void*);
140 Tag getTag() const { in getTag()
141 return static_cast<Tag>(fData8[0] & kTagMask); in getTag()
226 SkASSERT(this->getTag() == Tag::kBool); in operator *()
239 SkASSERT(this->getTag() == Tag::kInt || in operator *()
240 this->getTag() == Tag::kFloat); in operator *()
242 return this->getTag() == Tag::kInt in operator *()
293 case Tag in size()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DMtxWriter.java20 import com.google.typography.font.sfntly.Tag;
40 result.add(Tag.VDMX); in createRemoveTables()
41 result.add(Tag.glyf); in createRemoveTables()
42 result.add(Tag.cvt); in createRemoveTables()
43 result.add(Tag.loca); in createRemoveTables()
44 result.add(Tag.hdmx); in createRemoveTables()
45 result.add(Tag.head); in createRemoveTables()
57 FontHeaderTable srcHead = sfntlyFont.getTable(Tag.head); in compress()
62 fontBuilder.addTableBytes(Tag.glyf, glyfEncoder.getGlyfBytes()); in compress()
63 fontBuilder.addTable(Tag in compress()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueLattice.h51 ValueLatticeElementTy Tag; member in llvm::ValueLatticeElement
63 ValueLatticeElement() : Tag(undefined) {} in ValueLatticeElement()
68 switch (Tag) { in ~ValueLatticeElement()
82 ValueLatticeElement(const ValueLatticeElement &Other) : Tag(undefined) { in ValueLatticeElement()
100 switch (Other.Tag) { in operator =()
115 Tag = Other.Tag; in operator =()
142 bool isUndefined() const { return Tag == undefined; } in isUndefined()
143 bool isConstant() const { return Tag == constant; } in isConstant()
144 bool isNotConstant() const { return Tag in isConstant()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc105 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name)); in HasName()
237 down_cast<GlyphTable::Builder*>(font_builder->NewTableBuilder(Tag::glyf)); in SetupGlyfBuilders()
239 down_cast<LocaTable::Builder*>(font_builder->NewTableBuilder(Tag::loca)); in SetupGlyfBuilders()
578 EbdtTablePtr ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT)); in SetupBitmapBuilders()
579 EblcTablePtr eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::EBLC)); in SetupBitmapBuilders()
582 ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::bdat)); in SetupBitmapBuilders()
583 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc)); in SetupBitmapBuilders()
597 font_builder->NewTableBuilder(use_ebdt ? Tag::EBDT : Tag::bdat, in SetupBitmapBuilders()
600 font_builder->NewTableBuilder(use_ebdt ? Tag in SetupBitmapBuilders()
[all...]
/third_party/rust/crates/nom/src/sequence/
H A Dtests.rs41 // [ErrorKind::Custom(42), ErrorKind::Tag] => "missing `ijkl` tag", in error_to_string()
42 // [ErrorKind::Custom(42), ErrorKind::Custom(128), ErrorKind::Tag] => "missing `mnop` tag after `ijkl`", in error_to_string()
47 if &collected[..] == [ErrorKind::Custom(42), ErrorKind::Tag] { in error_to_string()
49 } else if &collected[..] == [ErrorKind::Custom(42), ErrorKind::Custom(128), ErrorKind::Tag] { in error_to_string()
60 // NodePosition(ErrorKind::Custom(42), i1, box Position(ErrorKind::Tag, i2)) => { in error_to_string()
63 // NodePosition(ErrorKind::Custom(42), i1, box NodePosition(ErrorKind::Custom(128), i2, box Position(ErrorKind::Tag, i3))) => { in error_to_string()
83 Err(Err::Error(error_position!(&b"mn"[..], ErrorKind::Tag))) in error_to_string()
107 Err(Err::Error(error_position!(&b"xxx"[..], ErrorKind::Tag))) in pair_test()
111 Err(Err::Error(error_position!(&b"xxxdef"[..], ErrorKind::Tag))) in pair_test()
115 Err(Err::Error(error_position!(&b"xxx"[..], ErrorKind::Tag))) in pair_test()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtransform-op.hpp14 enum class Tag : uint8_t { class
22 Tag tag;
29 Tag tag;
34 Tag tag;
39 Tag tag;
48 enum class Tag { class
69 Tag tag;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp22 Class(std::move(CR)), Tag(Class.getPointer()) {} in NativeTypeUDT()
27 Union(std::move(UR)), Tag(Union.getPointer()) {} in NativeTypeUDT()
77 return Tag->getName(); in getName()
113 switch (Tag->Kind) { in getUdtKind()
131 return (Tag->Options & ClassOptions::HasConstructorOrDestructor) != in hasConstructor()
146 return (Tag->Options & ClassOptions::HasOverloadedAssignmentOperator) != in hasAssignmentOperator()
154 return (Tag->Options & ClassOptions::HasConversionOperator) != in hasCastOperator()
162 return (Tag->Options & ClassOptions::ContainsNestedClass) != in hasNestedTypes()
170 return (Tag->Options & ClassOptions::HasOverloadedOperator) != in hasOverloadedOperator()
180 return (Tag in isIntrinsic()
[all...]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DHintStripTest.java21 import com.google.typography.font.sfntly.Tag;
60 removeTables.add(Tag.fpgm); in setUp()
61 removeTables.add(Tag.prep); in setUp()
62 removeTables.add(Tag.cvt); in setUp()
70 MaximumProfileTable maxpTable = dstFont.getTable(Tag.maxp); in testNumGlyphs()
73 LocaTable locaTable = dstFont.getTable(Tag.loca); in testNumGlyphs()
78 CMapTable cmapTable = dstFont.getTable(Tag.cmap); in testCmap()
88 HorizontalMetricsTable hmtxTable = dstFont.getTable(Tag.hmtx); in testHorizontalMetrics()
150 assertNull(dstFont.getTable(Tag.fpgm)); in testTablesRemoved()
151 assertNull(dstFont.getTable(Tag in testTablesRemoved()
[all...]

Completed in 16 milliseconds

12345678910>>...13