Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DBoundingVolumeHierarchy.cxx817 struct LinearBVH::ConstructFunctor struct in vtkm::rendering::raytracing::LinearBVH
819 LinearBVH* Self;
821 ConstructFunctor(LinearBVH* self) in ConstructFunctor() argument
826 bool operator()(Device) in operator ()()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DUbiNode.cpp173 struct Node::ConstructFunctor : public js::BoolDefaultAdaptor<Value, false> { struct in Node
174 template <typename T> bool operator()(T* t, Node* node) { node->construct(t); return true; } in operator ()()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DUbiNode.cpp145 struct Node::ConstructFunctor : public js::BoolDefaultAdaptor<Value, false> { struct in Node
147 bool operator()(T* t, Node* node) { in operator ()()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DUbiNode.cpp175 struct Node::ConstructFunctor : public js::BoolDefaultAdaptor<Value, false> { struct in Node
176 template <typename T> bool operator()(T* t, Node* node) { node->construct(t); return true; } in operator ()()