Home
last modified time | relevance | path

Searched defs:getSubset (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/graph/
Dadjacency_list_io.hpp78 void getSubset( in getSubset() function
86 void getSubset(property< Tag, Value, Next >& p, in getSubset() function
92 inline void getSubset(no_property&, const no_property&) {} in getSubset() function
95 template < typename T, typename U > void getSubset(T& p, const U& s) { p = s; } in getSubset() function
97 template < typename T > void getSubset(T&, const no_property&) {} in getSubset() function
/third_party/flutter/skia/include/core/
DSkBitmap.h385 SkIRect getSubset() const { in getSubset() function
/third_party/skia/include/core/
DSkBitmap.h375 SkIRect getSubset() const { in getSubset() function
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py860 def getSubset(self): member in InternalSubsetExtractor