Home
last modified time | relevance | path

Searched refs:scope_entry (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/databases/xtrabackup/boost_1_59_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/databases/percona57-server/boost_1_59_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/databases/percona57-client/boost_1_59_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/devel/boost-libs/boost_1_72_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/log/attributes/
H A Dnamed_scope.hpp361 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
373 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
391 scope_entry m_Entry;
413 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/devel/hyperscan/boost_1_75_0/boost/log/attributes/
H A Dnamed_scope.hpp362 typedef value_type::value_type scope_entry; typedef in boost::attributes::named_scope
374 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry in sentry()
392 scope_entry m_Entry;
414 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/attributes/
H A Dnamed_scope.hpp362 typedef value_type::value_type scope_entry;
374 …const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry
392 scope_entry m_Entry;
414 static void push_scope(scope_entry const& entry) BOOST_NOEXCEPT;
/dports/math/vtk9/VTK-9.1.0/Wrapping/Tools/
H A DvtkParseHierarchy.c208 HierarchyEntry* scope_entry = 0; in vtkParseHierarchy_FindEntryEx() local
239 scope_entry = vtkParseHierarchy_FindEntry(info, scope); in vtkParseHierarchy_FindEntryEx()
242 if (scope_entry && scope_entry->NumberOfSuperClasses) in vtkParseHierarchy_FindEntryEx()
244 for (i = 0; i + 1 < scope_entry->NumberOfSuperClasses; i++) in vtkParseHierarchy_FindEntryEx()
250 scope = vtkParseHierarchy_ExpandTypedefsInName(info, scope_entry->SuperClasses[i], NULL); in vtkParseHierarchy_FindEntryEx()
251 scope_needs_free = (scope != scope_entry->SuperClasses[i]); in vtkParseHierarchy_FindEntryEx()
268 scope = vtkParseHierarchy_ExpandTypedefsInName(info, scope_entry->SuperClasses[i], NULL); in vtkParseHierarchy_FindEntryEx()
269 scope_needs_free = (scope != scope_entry->SuperClasses[i]); in vtkParseHierarchy_FindEntryEx()
/dports/math/vtk8/VTK-8.2.0/Wrapping/Tools/
H A DvtkParseHierarchy.c178 HierarchyEntry *scope_entry = 0; in vtkParseHierarchy_FindEntryEx() local
206 scope_entry = vtkParseHierarchy_FindEntry(info, scope); in vtkParseHierarchy_FindEntryEx()
209 if (scope_entry && scope_entry->NumberOfSuperClasses) in vtkParseHierarchy_FindEntryEx()
211 for (i = 0; i+1 < scope_entry->NumberOfSuperClasses; i++) in vtkParseHierarchy_FindEntryEx()
215 info, scope_entry->SuperClasses[i], NULL); in vtkParseHierarchy_FindEntryEx()
216 scope_needs_free = (scope != scope_entry->SuperClasses[i]); in vtkParseHierarchy_FindEntryEx()
228 info, scope_entry->SuperClasses[i], NULL); in vtkParseHierarchy_FindEntryEx()
229 scope_needs_free = (scope != scope_entry->SuperClasses[i]); in vtkParseHierarchy_FindEntryEx()
/dports/devel/flatcc/flatcc-0.6.0/src/compiler/
H A Dcatalog.h13 typedef struct scope_entry scope_entry_t;
20 struct scope_entry { struct
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dnslcd.aug198 let scope_entry = key_value_line_regexp_opt_map "scope" ldap_scope var
208 | scope_entry
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Dnamed_scope.cpp288 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope()
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Dnamed_scope.cpp288 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Dnamed_scope.cpp287 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope()
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Dnamed_scope.cpp287 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope()
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Dnamed_scope.cpp287 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope()
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Dnamed_scope.cpp287 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope()
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Dnamed_scope.cpp288 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Dnamed_scope.cpp287 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope()

12