Home
last modified time | relevance | path

Searched refs:reference_ (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/spirit/home/qi/string/
Dsymbols.hpp56 typedef reference<this_type> reference_; typedef
57 typedef typename proto::terminal<reference_>::type terminal;
67 : base_type(terminal::make(reference_(*this))) in symbols()
76 : base_type(terminal::make(reference_(*this))) in symbols()
86 : base_type(terminal::make(reference_(*this))) in symbols()
96 : base_type(terminal::make(reference_(*this))) in symbols()
110 : base_type(terminal::make(reference_(*this))) in symbols()
395 typedef reference<symbols<Char, T, Lookup, Filter> > reference_; typedef
406 , reference_>::type
409 result_type operator()(reference_ ref, unused_type) const in operator ()()
/third_party/boost/boost/spirit/home/karma/string/
Dsymbols.hpp206 typedef reference<symbols> reference_; typedef
207 typedef typename proto::terminal<reference_>::type terminal;
217 : base_type(terminal::make(reference_(*this))) in symbols()
225 : base_type(terminal::make(reference_(*this))) in symbols()
234 : base_type(terminal::make(reference_(*this))) in symbols()
244 : base_type(terminal::make(reference_(*this))) in symbols()
476 typedef spirit::karma::reference<symbols> reference_; typedef
477 typedef typename proto::terminal<reference_>::type terminal;
487 : base_type(terminal::make(reference_(*this))) in symbols()
495 : base_type(terminal::make(reference_(*this))) in symbols()
[all …]
/third_party/boost/boost/spirit/home/lex/lexer/
Dtoken_def.hpp60 typedef lex::reference<token_def const, Idtype> reference_; typedef
61 typedef typename proto::terminal<reference_>::type terminal_type;
171 : proto_base_type(terminal_type::make(reference_(*this))) in token_def()
176 : proto_base_type(terminal_type::make(reference_(*this))) in token_def()
181 : proto_base_type(terminal_type::make(reference_(*this))) in token_def()
187 : proto_base_type(terminal_type::make(reference_(*this))) in token_def()
Dlexer.hpp55 typedef lex::reference<lexer_def_ const> reference_; typedef
56 typedef typename proto::terminal<reference_>::type terminal_type;
59 reference_ alias() const in alias()
61 return reference_(*this); in alias()
/third_party/boost/boost/spirit/home/karma/nonterminal/
Drule.hpp106 typedef reference<this_type const> reference_; typedef
107 typedef typename proto::terminal<reference_>::type terminal;
173 : base_type(terminal::make(reference_(*this))) in rule()
179 : base_type(terminal::make(reference_(*this))) in rule()
203 : base_type(terminal::make(reference_(*this))) in rule()
363 reference_ alias() const in alias()
365 return reference_(*this); in alias()
Dgrammar.hpp49 typedef reference<start_type const> reference_; typedef
50 typedef typename proto::terminal<reference_>::type terminal;
66 : proto::extends<terminal, base_type>(terminal::make(reference_(start))) in grammar()
/third_party/boost/boost/spirit/home/qi/nonterminal/
Drule.hpp103 typedef reference<this_type const> reference_; typedef
104 typedef typename proto::terminal<reference_>::type terminal;
167 : base_type(terminal::make(reference_(*this))) in rule()
173 : base_type(terminal::make(reference_(*this))) in rule()
197 : base_type(terminal::make(reference_(*this))) in rule()
388 reference_ alias() const in alias()
390 return reference_(*this); in alias()
Dgrammar.hpp48 typedef reference<start_type const> reference_; typedef
49 typedef typename proto::terminal<reference_>::type terminal;
62 : proto::extends<terminal, base_type>(terminal::make(reference_(start))) in grammar()
/third_party/boost/boost/python/detail/
Dunwind_type.hpp97 enum { direct_ = 0, pointer_ = 1, reference_ = 2, reference_to_pointer_ = 3 }; enumerator
123 struct unwind_helper2<reference_>
164 ? reference_ in unwind_type()
/third_party/boost/boost/spirit/repository/home/karma/nonterminal/
Dsubrule.hpp371 typedef spirit::karma::reference<this_type const> reference_; typedef
372 typedef typename proto::terminal<reference_>::type terminal;
411 : base_type(terminal::make(reference_(*this))) in subrule()
/third_party/boost/boost/spirit/repository/home/qi/nonterminal/
Dsubrule.hpp393 typedef spirit::qi::reference<this_type const> reference_; typedef
394 typedef typename proto::terminal<reference_>::type terminal;
433 : base_type(terminal::make(reference_(*this))) in subrule()
/third_party/boost/tools/build/doc/src/
Dreference.adoc1302 _Target reference_ is used to specify a source target, and may
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
DREADME.md341 - _uri-reference_: URI reference, including full and relative URIs.
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp28339 uint32_t reference_ = {} ) VULKAN_HPP_NOEXCEPT
28346 , reference( reference_ )
28401 StencilOpState & setReference( uint32_t reference_ ) VULKAN_HPP_NOEXCEPT in setReference()
28403 reference = reference_; in setReference()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp28924 uint32_t reference_ = {} ) VULKAN_HPP_NOEXCEPT
28931 , reference( reference_ )
28988 VULKAN_HPP_CONSTEXPR_14 StencilOpState & setReference( uint32_t reference_ ) VULKAN_HPP_NOEXCEPT in setReference()
28990 reference = reference_; in setReference()