Searched defs:HeaderPtr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dheader.h86 typedef Ptr<Header> HeaderPtr; typedef in namespace:sfntly
91 virtual bool operator()(const HeaderPtr h1,
92 const HeaderPtr h2) = 0;
98 virtual bool operator()(const HeaderPtr h1,
99 const HeaderPtr h2);
105 virtual bool operator()(const HeaderPtr h1,
106 const HeaderPtr h2);
109 typedef std::set<HeaderPtr, HeaderComparatorByOffset> HeaderOffsetSortedSet;
110 typedef std::set<HeaderPtr, HeaderComparatorByTag> HeaderTagSortedSet;
/external/sfntly/cpp/src/sfntly/table/
H A Dheader.h86 typedef Ptr<Header> HeaderPtr; typedef in namespace:sfntly
91 virtual bool operator()(const HeaderPtr h1,
92 const HeaderPtr h2) = 0;
98 virtual bool operator()(const HeaderPtr h1,
99 const HeaderPtr h2);
105 virtual bool operator()(const HeaderPtr h1,
106 const HeaderPtr h2);
109 typedef std::set<HeaderPtr, HeaderComparatorByOffset> HeaderOffsetSortedSet;
110 typedef std::set<HeaderPtr, HeaderComparatorByTag> HeaderTagSortedSet;

Completed in 77 milliseconds