Home
last modified time | relevance | path

Searched defs:ItemSize (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \ argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp59 const uint32_t ItemSize = 4; in getStringOffsetSectionItem() local
/external/llvm/include/llvm/ADT/
DStringMap.h50 unsigned ItemSize; variable
/external/llvm/lib/MC/
DMCObjectStreamer.cpp419 unsigned ItemSize = Sec->isVirtualSection() ? 0 : 1; in EmitZeros() local
/external/tinyxml2/
Dtinyxml2.h258 virtual int ItemSize() const { return SIZE; } in ItemSize() function