Home
last modified time | relevance | path

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

/external/v8/src/
Dsplay-tree.h36 class Locator; variable
127 friend class Locator; variable
138 explicit Locator(Node* node) : node_(node) { } in Locator() function
139 Locator() : node_(NULL) { } in Locator() function
Deffects.h132 typedef typename Base::Locator Locator; typedef
193 typedef typename Mapping::Locator Locator; typedef
251 typedef typename EffectsBase<Var, kNoVar>::Locator Locator; typedef
/external/libxml2/python/
Ddrv_libxml2.py80 class Locator(xmlreader.Locator): class
/external/python/cpython2/Lib/xml/sax/
Dxmlreader.py163 class Locator: class
/external/libtextclassifier/common/
Dfeature-extractor.h571 using Locator = FeatureLocator<DER, OBJ, ARGS...>; variable