Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/third_party/boost/boost/spirit/home/lex/
Dreference.hpp31 struct reference<Subject, unused_type> struct
35 reference(Subject& subject) in reference() argument
39 void collect(LexerDef& lexdef, String const& state in collect()
46 void add_actions(LexerDef& lexdef) const in add_actions()
53 struct reference : reference<Subject> struct
55 reference(Subject& subject) in reference() argument
58 IdType id() const in id()
62 std::size_t unique_id() const in unique_id()
66 std::size_t state() const in state()
/third_party/boost/boost/
Dconvert.hpp126 struct reference struct
128 typedef reference this_type;
130 reference(Converter const& cnv) : converter_(cnv) {} in reference() function
133 reference(Converter&& cnv) : converter_(std::move(cnv)) {} in reference() argument
137 value_or(TypeOut const& fallback) in value_or()
143 operator()(TypeIn const& value_in) in operator ()()
151 Converter converter_;
152 optional<TypeOut> fallback_;
155 struct reference<Converter, TypeOut, void> struct
157 typedef reference this_type;
[all …]
/third_party/boost/boost/spirit/home/karma/
Dreference.hpp27 struct reference : generator<reference<Subject> > struct
29 typedef mpl::int_<generator_properties::all_properties> properties;
31 typedef Subject subject_type;
33 reference(Subject& subject) in reference() argument
37 struct attribute : Subject::template attribute<Context, Unused> {};
43 bool generate(OutputIterator& sink, Context& context in generate()
53 bool generate(OutputIterator& sink, Context& context in generate()
62 bool generate(OutputIterator& sink, unused_type in generate()
69 info what(Context& context) const in what()
75 boost::reference_wrapper<Subject> ref;
/third_party/boost/boost/spirit/home/qi/
Dreference.hpp27 struct reference : parser<reference<Subject> > struct
29 typedef Subject subject_type;
31 reference(Subject& subject) in reference() function
35 struct attribute : Subject::template attribute<Context, Iterator> {};
39 bool parse(Iterator& first, Iterator const& last in parse()
47 info what(Context& context) const in what()
53 boost::reference_wrapper<Subject> ref;
/third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/
Dreferences.test.ts16 const reference = scope.references[0]; constant
42 const reference = scope.references[1]; constant
69 const reference = scope.references[1]; constant
94 const reference = scope.references[0]; constant
120 const reference = scope.references[1]; constant
145 const reference = scope.references[0]; constant
171 const reference = scope.references[1]; constant
197 const reference = scope.references[1]; constant
223 const reference = scope.references[1]; constant
252 const reference = scope.references[0]; constant
[all …]
Des6-default-parameters.test.ts35 const reference = scope.references[0]; constant
78 const reference = scope.references[1]; constant
123 const reference = scope.references[1]; constant
168 const reference = scope.references[1]; constant
212 const reference = scope.references[0]; constant
257 const reference = scope.references[1]; constant
302 const reference = scope.references[1]; constant
342 const reference = scope.references[0]; constant
/third_party/nghttp2/doc/
DREADME.rst30 @function
55 @functypedef
75 @enum
109 @struct
156 @union
/third_party/node/doc/api/
Ddebugger.md114 ### Stepping
122 ### Breakpoints
199 ### Information
211 ### Execution control
217 ### Various
/third_party/boost/boost/phoenix/core/
Dreference.hpp29 struct reference struct
34 type;
36 static const type make(T & t) in make()
44 struct reference<T const> struct
49 type;
51 static const type make(T const & t) in make()
61 struct reference struct
/third_party/boost/boost/proto/
Dargs.hpp37 typedef Expr &reference; typedef
46 typedef Expr &reference; typedef
55 typedef Expr const &reference; typedef
64 typedef T &reference; typedef
73 typedef T &reference; typedef
82 typedef T const &reference; typedef
91 typedef T (&reference)[N]; typedef
100 typedef T const (&reference)[N]; typedef
109 typedef T (&reference)[N]; typedef
118 typedef T const (&reference)[N]; typedef
/third_party/boost/boost/histogram/
Dstorage_adaptor.hpp139 struct reference { struct
140 reference(map_impl* m, std::size_t i) noexcept : map(m), idx(i) {} in reference() argument
143 reference& operator=(const reference& o) { in operator =()
148 operator const_reference() const noexcept { in operator const_reference()
152 reference& operator=(const_reference u) { in operator =()
168 reference& operator+=(const U& u) { in operator +=()
180 reference& operator-=(const U& u) { in operator -=()
192 reference& operator*=(const U& u) { in operator *=()
200 reference& operator/=(const U& u) { in operator /=()
212 reference operator++() { in operator ++()
[all …]
/third_party/boost/boost/local_function/aux_/
Dmember.hpp16 typedef T& reference; typedef
21 typedef T*& reference; typedef
26 typedef T* const& reference; typedef
31 typedef T const*& reference; typedef
36 typedef T const* const& reference; typedef
/third_party/boost/boost/proto/detail/
Dpoly_function.hpp42 typedef T &reference; typedef
49 typedef T const &reference; typedef
56 typedef T &reference; typedef
63 typedef T const &reference; typedef
70 typedef T &reference; typedef
77 typedef T &reference; typedef
84 typedef T &reference; typedef
91 typedef T &reference; typedef
/third_party/ninja/doc/
Dmanual.asciidoc732 [[ref_lexer]]
733 Lexical syntax
792 Top-level variables
806 Rule variables
911 Build outputs
932 Build dependencies
973 Variable expansion
999 Evaluation and scoping
/third_party/boost/boost/detail/
Dcall_traits.hpp78 typedef T& reference; typedef
98 typedef T& reference; typedef
112 typedef T& reference; typedef
120 typedef T& reference; typedef
128 typedef T& reference; typedef
137 typedef T * & reference; typedef
151 typedef array_type& reference; typedef
164 typedef array_type& reference; typedef
/third_party/boost/libs/range/test/algorithm_ext_test/
Derase.cpp30 Container reference(source); in test_erase_impl() local
60 Container reference(source); in test_remove_erase_impl() local
91 Container reference; in test_remove_erase_if_impl() local
126 Container reference; in test_unique_erase_impl() local
157 Container reference; in test_unique_erase_pred_impl() local
/third_party/boost/libs/iterator/test/
Dis_lvalue_iterator.cpp29 typedef v& reference; typedef
40 typedef boost::noncopyable& reference; typedef
52 typedef T& reference; typedef
67 typedef T& reference; typedef
81 typedef T const& reference; typedef
Dis_readable_iterator.cpp29 typedef v& reference; typedef
40 typedef boost::noncopyable& reference; typedef
51 typedef v& reference; typedef
68 typedef v& reference; typedef
/third_party/boost/libs/math/tools/
Dhypergeometric_1F1_map_neg_b_fwd_recurrence.cpp78 …test_type reference = (test_type)(boost::math::hypergeometric_pFq_precision({ mpfr_float(a) }, { m… in main() local
111 …test_type reference = (test_type)(boost::math::hypergeometric_pFq_precision({ mpfr_float(a) }, { m… in main() local
130 …test_type reference = (test_type)(boost::math::hypergeometric_pFq_precision({ mpfr_float(a) }, { m… in main() local
158 …test_type reference = (test_type)(boost::math::hypergeometric_pFq_precision({ mpfr_float(a) }, { m… in main() local
176 …test_type reference = (test_type)(boost::math::hypergeometric_pFq_precision({ mpfr_float(a) }, { m… in main() local
/third_party/boost/boost/type_erasure/
Diterator.hpp97 typedef Reference reference; typedef
156 typedef typename iterator_reference<Reference, ValueType>::type reference; typedef
168 typedef typename iterator_reference<Reference, ValueType>::type reference; typedef
190 typedef typename iterator_reference<Reference, ValueType>::type reference; typedef
206 typedef typename iterator_reference<Reference, ValueType>::type reference; typedef
253 >::type reference; typedef
/third_party/boost/boost/serialization/
Dsmart_cast.hpp66 struct reference { struct
68 struct polymorphic {
118 struct non_polymorphic {
125 static T cast(U & u){ in cast()
/third_party/boost/boost/property_map/
Dproperty_map.hpp53 typedef typename PA::reference reference; typedef
101 typedef value_type& reference; typedef
109 typedef const value_type& reference; typedef
144 typedef typename property_traits<PMap>::reference reference; typedef
160 typedef convertible_to_archetype<ValueArchetype> reference; typedef
191 typedef void reference; typedef
218 typedef convertible_to_archetype<ValueArchetype> reference; typedef
228 typedef typename property_traits<PMap>::reference reference; typedef
251 typedef const ValueArchetype& reference; typedef
263 typedef typename property_traits<PMap>::reference reference; typedef
[all …]
/third_party/boost/boost/range/detail/
Dany_iterator_interface.hpp56 typedef Reference reference; typedef
87 … typedef typename any_incrementable_iterator_interface<Reference, Buffer>::reference reference; typedef
113 … typedef typename any_single_pass_iterator_interface<Reference, Buffer>::reference reference; typedef
135 typedef typename any_forward_iterator_interface<Reference, Buffer>::reference reference; typedef
163 … typedef typename any_bidirectional_iterator_interface<Reference, Buffer>::reference reference; typedef
/third_party/boost/boost/parameter/
Dtemplate_keyword.hpp51 using reference = typename ::boost::mp11::mp_eval_if< typedef
70 >::type reference; typedef
/third_party/boost/boost/regex/v4/
Diterator_traits.hpp46 typedef typename T::reference reference; typedef
50 typedef value_type& reference; typedef
60 typedef T& reference; typedef
69 typedef const T& reference; typedef

12345678910>>...34