Home
last modified time | relevance | path

Searched defs:HashFunctor (Results 1 – 12 of 12) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/base/trace/
H A Dkey.h60 struct HashFunctor { struct
61 size_t operator()(const TraceKey& key) const { in operator()
H A DdynamicKey.h71 struct HashFunctor { struct
72 size_t operator()(const TraceDynamicKey& key) const { in operator()
/dports/devel/stxxl/stxxl-1.4.1/examples/containers/
H A Dunordered_map1.cpp19 struct HashFunctor struct
21 size_t operator () (int key) const in operator ()()
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DbufferSpec.h96 struct HashFunctor { struct
97 size_t operator()(HdBufferSpec const& spec) const { in operator()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Docme_definition.h113 struct HashFunctor : public std::unary_function<CellKey, size_t> struct
116 { // parameters for hash table
121 size_t operator()(const CellKey &p) const in operator()
131 bool operator()(const CellKey &s1, const CellKey &s2) const in operator()
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A Dtoken.h166 struct HashFunctor { struct
170 /// \typedef TfHashSet<TfToken, TfToken::HashFunctor> HashSet; argument
/dports/devel/vcglib/vcglib-2020.09/vcg/space/index/
H A Dspatial_hashing.h39 struct HashFunctor : public std::unary_function<Point3i, size_t> struct
42 { // parameters for hash table
47 size_t operator()(const Point3i &p) const in operator()
56 bool operator()(const Point3i &s1, const Point3i &s2) const in operator()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/index/
H A Dspatial_hashing.h39 struct HashFunctor : public std::unary_function<Point3i, size_t> struct
42 { // parameters for hash table
47 size_t operator()(const Point3i &p) const in operator()
56 bool operator()(const Point3i &s1, const Point3i &s2) const in operator()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djscompartment.h152 struct HashFunctor { struct
153 HashNumber match(JSObject* obj) { return DefaultHasher<JSObject*>::hash(obj); } in match()
154 HashNumber match(JSString* str) { return DefaultHasher<JSString*>::hash(str); } in match()
155 HashNumber match(const DebuggerAndScript& tpl) { in match()
159 HashNumber match(const DebuggerAndObject& tpl) { in match()
/dports/misc/usd/USD-21.11/pxr/imaging/hd/testenv/
H A DtestHdSceneIndex.cpp141 struct HashFunctor { struct
142 size_t operator()(Event const& event) const { in operator ()()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSCompartment.h223 struct HashFunctor { struct
224 HashNumber match(JSObject* obj) { in match()
227 HashNumber match(JSString* str) { in match()
230 HashNumber match(const DebuggerAndScript& tpl) { in match()
234 HashNumber match(const DebuggerAndObject& tpl) { in match()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/NovaDiskIO/
H A DNovaDiskIO.cpp798 struct HashFunctor struct in __anon1167a55f0911::NovaPlaybackManager
801 std::size_t operator()(ArgType const & value) const in operator ()()