Searched defs:CMap (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp117 DenseMap<PointerIntPair<Constant*, 1, bool>, GlobalVariable*> CMap; local
160 GlobalVariable *&Slot = CMap[Pair];
172 // invalidating the Constant* pointers in CMap.
192 GlobalVariable *Slot = CMap[Pair];
209 CMap.clear();
212 // now. This avoid invalidating the pointers in CMap, which are unneeded
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc60 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t index) {
63 throw IndexOutOfBoundException("Requested CMap index is out of bounds.");
73 (CMap::Builder::GetBuilder(data_, offset_, cmap_id));
76 throw NoSuchElementException("Cannot find builder for requested CMap.");
81 return down_cast<CMapTable::CMap*>(cmap_builder->Build());
84 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t platform_id,
89 CALLER_ATTACH CMapTable::CMap*
95 Ptr<CMapTable::CMap> cmap;
176 CALLER_ATTACH CMapTable::CMap* CMapTable::CMapIterator::Next() {
188 throw NoSuchElementException("Error during the creation of the CMap");
233 CMapTable::CMap::CMap(ReadableFontData* data, int32_t format, function in class:sfntly::CMapTable::CMap
[all...]
H A Dcmap_table.h33 // CMap subtable formats
48 // A CMap table
82 // wanted_id is the CMap we'd like to find.
83 // We compare the current CMap to it either by equality (==) or using a
101 // CMap equality is based on the equality of the (@link {@link CMapId} that
102 // defines the CMap. In the cmap table for a font there can only be one cmap
118 class CMap : public SubTable { class in class:sfntly::CMapTable
120 // CMapTable::CMap::Builder
161 // Abstract CMap character iterator
162 // The fully qualified name is CMapTable::CMap
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc60 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t index) {
63 throw IndexOutOfBoundException("Requested CMap index is out of bounds.");
73 (CMap::Builder::GetBuilder(data_, offset_, cmap_id));
76 throw NoSuchElementException("Cannot find builder for requested CMap.");
81 return down_cast<CMapTable::CMap*>(cmap_builder->Build());
84 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t platform_id,
89 CALLER_ATTACH CMapTable::CMap*
95 Ptr<CMapTable::CMap> cmap;
176 CALLER_ATTACH CMapTable::CMap* CMapTable::CMapIterator::Next() {
188 throw NoSuchElementException("Error during the creation of the CMap");
233 CMapTable::CMap::CMap(ReadableFontData* data, int32_t format, function in class:sfntly::CMapTable::CMap
[all...]
H A Dcmap_table.h33 // CMap subtable formats
48 // A CMap table
82 // wanted_id is the CMap we'd like to find.
83 // We compare the current CMap to it either by equality (==) or using a
101 // CMap equality is based on the equality of the (@link {@link CMapId} that
102 // defines the CMap. In the cmap table for a font there can only be one cmap
118 class CMap : public SubTable { class in class:sfntly::CMapTable
120 // CMapTable::CMap::Builder
161 // Abstract CMap character iterator
162 // The fully qualified name is CMapTable::CMap
[all...]

Completed in 1982 milliseconds