Home
last modified time | relevance | path

Searched full:concepts (Results 1 – 25 of 2526) sorted by relevance

12345678910>>...102

/external/cronet/third_party/libc++/src/test/libcxx/transitive_includes/
Dcxx03.csv4 algorithm concepts
24 any concepts
42 array concepts
65 barrier concepts
86 bitset concepts
104 charconv concepts
117 chrono concepts
138 codecvt concepts
166 concepts cstddef
167 concepts type_traits
[all …]
Dcxx14.csv4 algorithm concepts
24 any concepts
42 array concepts
65 barrier concepts
86 bitset concepts
104 charconv concepts
117 chrono concepts
138 codecvt concepts
167 concepts cstddef
168 concepts type_traits
[all …]
Dcxx11.csv4 algorithm concepts
24 any concepts
42 array concepts
65 barrier concepts
86 bitset concepts
104 charconv concepts
117 chrono concepts
138 codecvt concepts
167 concepts cstddef
168 concepts type_traits
[all …]
Dcxx20.csv4 algorithm concepts
23 any concepts
41 array concepts
64 barrier concepts
85 bitset concepts
103 charconv concepts
119 chrono concepts
144 codecvt concepts
173 concepts cstddef
174 concepts type_traits
[all …]
Dcxx17.csv4 algorithm concepts
24 any concepts
42 array concepts
65 barrier concepts
86 bitset concepts
104 charconv concepts
117 chrono concepts
138 codecvt concepts
167 concepts cstddef
168 concepts type_traits
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/odeint/doc/
Dconcepts.qbk13 [section:concepts Concepts]
14 [# odeint.concepts]
16 [include concepts/system.qbk]
17 [include concepts/second_order_system.qbk]
18 [include concepts/symplectic_system.qbk]
19 [include concepts/implicit_system.qbk]
20 [include concepts/stepper.qbk]
21 [include concepts/error_stepper.qbk]
22 [include concepts/controlled_stepper.qbk]
23 [include concepts/dense_output_stepper.qbk]
[all …]
Dodeint.qbk70 [link boost_numeric_odeint.concepts Concepts]]
72 [link boost_numeric_odeint.concepts.system System]]
74 [link boost_numeric_odeint.concepts.symplectic_system Symplectic System]]
76 [link boost_numeric_odeint.concepts.simple_symplectic_system Simple Symplectic System]]
78 [link boost_numeric_odeint.concepts.implicit_system Implicit System]]
80 [link boost_numeric_odeint.concepts.second_order_system Second Order System]]
82 [link boost_numeric_odeint.concepts.stepper Stepper]]
84 [link boost_numeric_odeint.concepts.error_stepper Error Stepper]]
86 [link boost_numeric_odeint.concepts.controlled_stepper Controlled Stepper]]
88 [link boost_numeric_odeint.concepts.dense_output_stepper Dense Output Stepper]]
[all …]
/external/cronet/third_party/libc++/src/modules/std/
Dconcepts.cppm11 #include <concepts>
13 export module std:concepts;
16 // [concepts.lang], language-related concepts
32 // [concepts.arithmetic], arithmetic concepts
66 // [concepts.compare], comparison concepts
75 // [concepts.object], object concepts
81 // [concepts.callable], callable concepts
Dconcepts.inc12 // [concepts.lang], language-related concepts
28 // [concepts.arithmetic], arithmetic concepts
62 // [concepts.compare], comparison concepts
71 // [concepts.object], object concepts
77 // [concepts.callable], callable concepts
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Drefmanual.toc2 Sequences/Concepts
7 Iterators/Concepts
10 Algorithms/Concepts
17 Metafunctions/Concepts
29 Data Types/Concepts
39 Categorized Index/Concepts
DSequences-Concepts.rst2 The taxonomy of sequence concepts in MPL parallels the taxonomy of the MPL
22 Two utility concepts, |Variadic Sequence| and |Integral Sequence Wrapper|,
27 .. |sequence concepts| replace:: `sequence concepts`_
28 .. _`sequence concepts`: `label-Sequences-Concepts`_
/external/sdv/vsomeip/third_party/boost/concept_check/
Dprog_with_concepts.htm14 <title>Programming With Concepts</title>
24 <h2><a name="programming-with-concepts" id=
25 "programming-with-concepts">Programming with Concepts</a></h2>
27 <p>The process of deciding how to group requirements into concepts and
28 deciding which concepts to use in each algorithm is perhaps the most
45 requirements. Thus, concepts are simply the embodiment of generic abstract
48 <p>When designing the concepts for some problem domain it is important to
51 principle, this means we want to minimize concepts.
57 minimizing concepts does not mean simply
108 <p>Minimality in concepts is a property associated with the underlying
[all …]
/external/stardoc/docs/
Dstardoc_rule.md25 …name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-nam…
26 …r generating documentation of aspects. | <a href="https://bazel.build/concepts/labels">Label</a>…
27 …pendencies which the input depends on. | <a href="https://bazel.build/concepts/labels">List of l…
29 …generating documentation of functions. | <a href="https://bazel.build/concepts/labels">Label</a>…
30 …he header of the output documentation. | <a href="https://bazel.build/concepts/labels">Label</a>…
31 …rk file to generate documentation for. | <a href="https://bazel.build/concepts/labels">Label</a>…
32 …to which documentation will be output. | <a href="https://bazel.build/concepts/labels">Label</a>…
33 …generating documentation of providers. | <a href="https://bazel.build/concepts/labels">Label</a>…
34 … | The location of the renderer tool. | <a href="https://bazel.build/concepts/labels">Label</a>…
35 …for generating documentation of rules. | <a href="https://bazel.build/concepts/labels">Label</a>…
[all …]
/external/sdv/vsomeip/third_party/boost/iterator/doc/quickbook/
Dalgorithms.qbk5 …ion of `std::advance` for the Boost iterator [link iterator.concepts.traversal traversal concepts].
29 If `Iterator` does not model [link iterator.concepts.traversal.bidirectional Bidirectional Traversa…
33 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat…
48 …on of `std::distance` for the Boost iterator [link iterator.concepts.traversal traversal concepts].
66 `Iterator` should model [link iterator.concepts.traversal.single_pass Single Pass Iterator].
70 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat…
74 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat…
141 Second, `boost::next()` and `boost::prior()` use [link iterator.concepts.traversal traversal catego…
Darchetypes.qbk4 one of the iterator access concepts and one of the iterator traversal concepts.
7 For further information see the documentation for the |concepts|_ library.
151 [h2 Concepts]
153 `iterator_archetype` models the iterator concepts specified by the
156 concepts or any more derived traversal concepts.
Diterator.qbk39 [def _concepts_ [@http://www.boost.org/more/generic_programming.html#concept concepts]]
45 extended concepts and includes several useful iterator
46 adaptors. The extended iterator concepts have been
48 can fit in the new concepts and so that new-style
65 because they bind together two orthogonal concepts: traversal and
76 the existing concepts. For details about the new iterator
77 concepts, see our [@../new-iter-concepts.html Standard Proposal for New-Style Iterators].
190 [def _iterator_concepts_ [link iterator.concepts `iterator_concepts.hpp`]]
193 * _iterator_concepts_: Concept checking classes for the new iterator concepts.
195 * _iterator_archetypes_: Concept archetype classes for the new iterators concepts.
[all …]
/external/pigweed/docs/
Doverview.rst42 * :ref:`A comprehensive set of libraries for embedded development<docs-concepts-embedded-developmen…
43 * :ref:`A hermetic and replicable development environment<docs-concepts-development-environment>`
44 * :ref:`A system for building, testing, and linting your project<docs-concepts-build-system>`
45 * :ref:`A full framework for new projects that want a turn-key solution<docs-concepts-full-framewor…
47 .. _docs-concepts-embedded-development-libraries:
66 .. _docs-concepts-development-environment:
76 .. _docs-concepts-build-system:
85 .. _docs-concepts-full-framework:
95 .. _docs-concepts-right-for-my-project:
128 .. _docs-concepts-python-version:
/external/cronet/third_party/libc++/src/include/
Dconcepts14 concepts synopsis
16 // [concepts.lang], language-related concepts
37 // [concepts.arithmetic], arithmetic concepts
94 // [concepts.object], object concepts
104 // [concepts.callable], callable concepts
/external/sdv/vsomeip/third_party/boost/iterator/doc/
Diterator_concepts.rst6 Iterator Concepts
27 the documentation for the |concepts|_ library.
29 .. |concepts| replace:: ``boost::concept_check`` substdef
36 Iterator Access Concepts
57 Iterator Traversal Concepts
91 // Iterator Access Concepts
108 // Iterator Traversal Concepts
Diterator_archetypes.rst21 one of the iterator access concepts and one of the iterator traversal concepts.
24 For further information see the documentation for the |concepts|_ library.
26 .. |concepts| replace:: ``boost::concept_check`` substdef
106 ``iterator_archetype`` models the iterator concepts specified by the
109 concepts or any more derived traversal concepts.
/external/sdv/vsomeip/third_party/boost/range/doc/
Dboost_range.qbk29 [def __ranges__ [link range.concepts Ranges]]
30 [def __range_concepts__ [link range.concepts Range concepts]]
31 [def __forward_range__ [link range.concepts.forward_range Forward Range]]
32 [def __single_pass_range__ [link range.concepts.single_pass_range Single Pass Range]]
33 [def __bidirectional_range__ [link range.concepts.bidirectional_range Bidirectional Range]]
34 [def __random_access_range__ [link range.concepts.random_access_range Random Access Range]]
165 [def __single_pass_iterator__ [@boost:/libs/iterator/doc/new-iter-concepts.html#singls-pass-itera…
166 [def __forward_traversal_iterator__ [@boost:/libs/iterator/doc/new-iter-concepts.html#forward-trave…
167 [def __bidirectional_traversal_iterator__ [@boost:/libs/iterator/doc/new-iter-concepts.html#bidirec…
168 [def __random_access_traversal_iterator__ [@boost:/libs/iterator/doc/new-iter-concepts.html#random-…
[all …]
/external/sdv/vsomeip/third_party/boost/variant/doc/reference/
Dconcepts.xml10 <section id="variant.concepts">
11 <title>Concepts</title>
15 <section id="variant.concepts.bounded-type">
36 following additional concepts:</para>
64 …<listitem><link linkend="variant.concepts.output-streamable"><emphasis>OutputStreamable</emphasis>…
68 <listitem><link linkend="variant.concepts.hashable"><emphasis>Hashable</emphasis></link>:
75 <section id="variant.concepts.static-visitor">
95 <section id="variant.concepts.static-visitor.examples">
151 <section id="variant.concepts.output-streamable">
164 <section id="variant.concepts.hashable">
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp73 * @par Concepts:
103 * @par Concepts:
132 * @par Concepts:
162 * @par Concepts:
191 * @par Concepts:
221 * @par Concepts:
251 * @par Concepts:
281 * @par Concepts:
312 * @par Concepts:
344 * @par Concepts:
[all …]
/external/bazelbuild-rules_rust/docs/
Drust_doc.md58 …name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-nam…
59 …> or <code>rust_binary</code> targets. | <a href="https://bazel.build/concepts/labels">Label</a>…
60 …de>&lt;body&gt;</code>, after content. | <a href="https://bazel.build/concepts/labels">Label</a>…
61 …e>&lt;body&gt;</code>, before content. | <a href="https://bazel.build/concepts/labels">Label</a>…
62 …e to add to <code>&lt;head&gt;</code>. | <a href="https://bazel.build/concepts/labels">Label</a>…
63 …t;</code> in a rendered Markdown file. | <a href="https://bazel.build/concepts/labels">List of l…
119 …name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-nam…
120 …> or <code>rust_binary</code> targets. | <a href="https://bazel.build/concepts/labels">Label</a>…
121 …> targets if linking a native library. | <a href="https://bazel.build/concepts/labels">List of l…
/external/sdv/vsomeip/third_party/boost/fusion/doc/
Dfusion.qbk38 …concepts__ [@http://www.boost.org/libs/iterator/doc/new-iter-concepts.html New Iterator Concepts]]
76 [def __iterator_concepts__ [link fusion.iterator.concepts Iterator Concepts]]
77 [def __forward_iterator__ [link fusion.iterator.concepts.forward_iterator Forward Iterator]]
78 [def __bidirectional_iterator__ [link fusion.iterator.concepts.bidirectional_iterator Bidirectional…
79 [def __random_access_iterator__ [link fusion.iterator.concepts.random_access_iterator Random Access…
80 [def __associative_iterator__ [link fusion.iterator.concepts.associative_iterator Associative Ite…
81 [def __unbounded_iterator__ [link fusion.iterator.concepts.unbounded_iterator Unbounded Iterato…
104 [def __sequence_concepts__ [link fusion.sequence.concepts Sequence Concepts]]
105 [def __traversal_concept__ [link fusion.sequence.concepts.traversal Sequence Traversal Concept…
106 [def __associativity_concept__ [link fusion.sequence.concepts.associativity Sequence Associativity…
[all …]

12345678910>>...102