Home
last modified time | relevance | path

Searched defs:const_entry (Results 1 – 10 of 10) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/process/
H A Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
33 using environment_t = Environment ;
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() argument
60 explicit const_entry(string_type &&name, environment_t & env) : in const_entry() argument
65 void reload() in reload()
75 bool empty() const in empty()
80 string_type _name;
81 pointer _data;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/process/
H A Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
33 using environment_t = Environment ;
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() argument
60 explicit const_entry(string_type &&name, environment_t & env) : in const_entry() argument
65 void reload() in reload()
75 bool empty() const in empty()
80 string_type _name;
81 pointer _data;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/process/
H A Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
33 using environment_t = Environment ;
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() function
60 explicit const_entry(string_type &&name, environment_t & env) : in const_entry() argument
65 void reload() in reload()
75 bool empty() const in empty()
80 string_type _name;
81 pointer _data;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/process/
H A Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
33 using environment_t = Environment ;
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() argument
60 explicit const_entry(string_type &&name, environment_t & env) : in const_entry() function
65 void reload() in reload()
75 bool empty() const in empty()
80 string_type _name;
81 pointer _data;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/process/
H A Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
33 using environment_t = Environment ;
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() function
60 explicit const_entry(string_type &&name, environment_t & env) : in const_entry() function
65 void reload() in reload()
75 bool empty() const in empty()
80 string_type _name;
81 pointer _data;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/
H A Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
33 using environment_t = Environment ;
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() argument
60 explicit const_entry(string_type &&name, environment_t & env) : in const_entry() function
65 void reload() in reload()
75 bool empty() const in empty()
80 string_type _name;
81 pointer _data;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/process/
H A Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
33 using environment_t = Environment ;
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() function
60 explicit const_entry(string_type &&name, environment_t & env) : in const_entry() argument
65 void reload() in reload()
75 bool empty() const in empty()
80 string_type _name;
81 pointer _data;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/process/
H A Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
33 using environment_t = Environment ;
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() argument
60 explicit const_entry(string_type &&name, environment_t & env) : in const_entry() function
65 void reload() in reload()
75 bool empty() const in empty()
80 string_type _name;
81 pointer _data;
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/utils/etterfilter/
H A Def_tables.c45 struct const_entry { struct
48 SLIST_ENTRY(const_entry) next; argument
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dcontainer_binary_array.c519 netsnmp_binary_array_insert(netsnmp_container *c, const void *const_entry) in netsnmp_binary_array_insert()