Home
last modified time | relevance | path

Searched defs:initializer (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/boost/libs/regex/performance/
Dboost.cpp27 struct initializer struct
29 initializer() in initializer() function
38 const boost_regex::initializer boost_regex::init; argument
Dstd.cpp36 struct initializer struct
38 initializer() in initializer() function
47 const std_regex::initializer std_regex::init; argument
Dxpressive.cpp38 struct initializer struct
40 initializer() in initializer() function
49 const xpressive_regex::initializer xpressive_regex::init; argument
Dre2.cpp35 struct initializer struct
37 initializer() in initializer() function
46 const re2_regex::initializer re2_regex::init; argument
Dposix.cpp53 struct initializer struct
55 initializer() in initializer() function
64 const posix_regex::initializer posix_regex::init2; argument
Dpcre.cpp49 struct initializer struct
51 initializer() in initializer() function
60 const pcre_regex::initializer pcre_regex::init; argument
/third_party/boost/boost/math/constants/
Dconstants.hpp130 struct initializer struct
132 initializer() in initializer() argument
136 void force_instantiate()const{} in force_instantiate()
152 struct initializer struct
154 initializer() in initializer() function
158 void force_instantiate()const{} in force_instantiate()
/third_party/boost/boost/log/utility/
Dunused_variable.hpp27 #define BOOST_LOG_UNUSED_VARIABLE(type, var, initializer) __attribute__((unused)) type var initiali… argument
47 #define BOOST_LOG_UNUSED_VARIABLE(type, var, initializer) type var initializer; ::boost::log::aux::… argument
/third_party/boost/boost/multiprecision/detail/functions/
Dconstants.hpp228 struct initializer struct
230 initializer() in initializer() function
234 void do_nothing() const {} in do_nothing()
/third_party/boost/libs/locale/src/shared/
Dformatting.cpp170 struct initializer { struct
171 initializer() { in initializer() argument
/third_party/boost/boost/math/special_functions/detail/
Dbessel_j1.hpp52 static const init initializer; member
60 const typename bessel_j1_initializer<T>::init bessel_j1_initializer<T>::initializer; member in boost::math::detail::bessel_j1_initializer<T>
Dbessel_j0.hpp52 static const init initializer; member
60 const typename bessel_j0_initializer<T>::init bessel_j0_initializer<T>::initializer; member in boost::math::detail::bessel_j0_initializer<T>
Dbessel_y1.hpp56 static const init initializer; member
64 const typename bessel_y1_initializer<T, Policy>::init bessel_y1_initializer<T, Policy>::initializer; member in boost::math::detail::bessel_y1_initializer<T, Policy>
Dbessel_y0.hpp56 static const init initializer; member
64 const typename bessel_y0_initializer<T, Policy>::init bessel_y0_initializer<T, Policy>::initializer; member in boost::math::detail::bessel_y0_initializer<T, Policy>
Dunchecked_factorial.hpp515 static const init initializer; member
523 … typename unchecked_factorial_initializer<T>::init unchecked_factorial_initializer<T>::initializer; member in boost::math::unchecked_factorial_initializer<T>
/third_party/python/Lib/concurrent/futures/
Dthread.py66 def _worker(executor_reference, work_queue, initializer, initargs): argument
121 initializer=None, initargs=()): argument
/third_party/boost/libs/context/src/
Dfiber.cpp48 thread_local static fiber_activation_record_initializer initializer; in current() local
Dcontinuation.cpp50 thread_local static activation_record_initializer initializer; in current() local
/third_party/node/tools/node_modules/eslint/node_modules/lodash/
D_createAggregator.js14 function createAggregator(setter, initializer) { argument
/third_party/node/tools/node_modules/babel-eslint/node_modules/lodash/
D_createAggregator.js14 function createAggregator(setter, initializer) { argument
/third_party/node/deps/npm/node_modules/lazy-property/
DlazyProperty.js3 function addLazyProperty(object, name, initializer, enumerable) { argument
/third_party/boost/libs/spirit/example/karma/
Dgenerate_code.cpp47 karma::rule<Iterator, std::vector<int>()> initializer; member
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateArrayInitialization.cpp55 TIntermTyped *initializer = initNode->getRight(); in visitDeclaration() local
/third_party/grpc/src/cpp/ext/
Dproto_server_reflection_plugin.cc71 } initializer; in InitProtoReflectionServerBuilderPlugin() local
/third_party/python/Lib/multiprocessing/
Dpool.py97 def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=None, argument
183 def __init__(self, processes=None, initializer=None, initargs=(), argument
313 outqueue, initializer, initargs, argument
332 initializer, initargs, maxtasksperchild, argument
505 pool, inqueue, outqueue, initializer, initargs, argument
924 def __init__(self, processes=None, initializer=None, initargs=()): argument

1234