Searched refs:BooleanDispatchValue (Results 1 – 2 of 2) sorted by relevance
296 struct VISIBILITY_HIDDEN BooleanDispatchValue : public SugaredValue { struct297 BooleanDispatchValue(py::dict dispatched_fn) in BooleanDispatchValue() function
929 std::shared_ptr<SugaredValue> BooleanDispatchValue::call( in call()1292 return std::make_shared<BooleanDispatchValue>(std::move(dispatched_fn)); in toSugaredValue()