Searched refs:throw_if_missing (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h187 bool throw_if_missing = false) {
193 if (throw_if_missing) {
201 PYBIND11_NOINLINE inline handle get_type_handle(const std::type_info &tp, bool throw_if_missing) { argument
202 detail::type_info *type_info = get_type_info(tp, throw_if_missing);
322 PYBIND11_NOINLINE inline value_and_holder instance::get_value_and_holder(const type_info *find_type /*= nullptr default in common.h*/, bool throw_if_missing /*= true in common.h*/) {
332 if (!throw_if_missing)
H A Dnumpy.h87 numpy_type_info *get_type_info(const std::type_info& tinfo, bool throw_if_missing = true) {
91 if (throw_if_missing)
96 template<typename T> numpy_type_info *get_type_info(bool throw_if_missing = true) {
97 return get_type_info(typeid(typename std::remove_cv<T>::type), throw_if_missing);
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h432 /// `throw_if_missing` is false.
433 value_and_holder get_value_and_holder(const type_info *find_type = nullptr, bool throw_if_missing = true);

Completed in 21 milliseconds