Home
last modified time | relevance | path

Searched refs:containers (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/libucl/src/
H A Ducl_emitter_streamline.c57 struct ucl_emitter_streamline_stack *containers; member
103 top = sctx->containers; in ucl_object_emit_streamline_start_container()
119 LL_PREPEND (sctx->containers, st); in ucl_object_emit_streamline_start_container()
130 if (sctx->containers != NULL) { in ucl_object_emit_streamline_add_object()
131 if (sctx->containers->is_array) { in ucl_object_emit_streamline_add_object()
134 if (sctx->containers->empty) { in ucl_object_emit_streamline_add_object()
136 sctx->containers->empty = false; in ucl_object_emit_streamline_add_object()
149 if (sctx->containers != NULL) { in ucl_object_emit_streamline_end_container()
150 st = sctx->containers; in ucl_object_emit_streamline_end_container()
158 sctx->containers = st->next; in ucl_object_emit_streamline_end_container()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A D__node_handle18 using value_type = see below; // not present for map containers
19 using key_type = see below; // not present for set containers
20 using mapped_type = see below; // not present for set containers
41 value_type& value() const; // not present for map containers
42 key_type& key() const; // not present for set containers
43 mapped_type& mapped() const; // not present for set containers
H A D__config170 // tricky since std::hash is used in the implementation of unordered containers.
221 // Changes the iterator type of select containers (see below) to a bounded iterator that keeps trac…
224 // ABI impact: changes the iterator type of the relevant containers.
226 // Supported containers:
281 // `optional` and `function` are considered one-element containers for the purposes of this check.
300 …_COMPATIBLE_ALLOCATOR` -- checks any operations that exchange nodes between containers to make sure
301 // the containers have compatible allocators.
/freebsd/contrib/kyua/utils/format/
H A DMakefile.am.inc29 libutils_a_SOURCES += utils/format/containers.hpp
30 libutils_a_SOURCES += utils/format/containers.ipp
H A Dcontainers.ipp32 #include "utils/format/containers.hpp"
/freebsd/contrib/kyua/model/
H A DREADME4 any complex logic. As such, they are simple containers and support the
/freebsd/contrib/libxo/tests/xo/saved/
H A Dxo_02.H.err24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.HIPx.err24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.HP.err24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.J.err24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.JP.err24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.T.err24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.X.err24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.XP.err24 --wrap <path> Wrap output in a set of containers
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td95 def Containers : Package<"containers">, ParentPackage<CoreFoundation>;
626 HelpText<"Check for inner pointers of C++ containers used after "
776 HelpText<"Models C++ containers">,
791 HelpText<"Models iterators of C++ containers">,
820 HelpText<"Check for use of iterators of different containers where iterators "
1326 } // end "osx.coreFoundation.containers"
1642 HelpText<"Check the analyzer's understanding of C++ containers">,
1713 HelpText<"Checks for non-determinism caused by iteration of unordered containers of pointers">,
H A DCheckerBase.td135 /// HelpText<"Check for inner pointers of C++ containers used after "
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md17 * For Linux, libsodium is compiled in Docker containers.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td83 def ObjCContainer : DeclNode<Named, "Objective-C containers", 1>, DeclContext;
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in100 When creating new PKCS#8 containers, use a given number of iterations on
106 When creating new PKCS#8 containers, use 1 as iteration count.
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md114 Most STL-style containers support `==`, so you can use `Eq(expected_container)`
121 … `m`. E.g. `BeginEndDistanceIs(2)` or `BeginEndDistanceIs(Lt(2))`. For containers that define a `s…
151 to compare two `Foo` containers where `Foo` doesn't support `operator==`,
/freebsd/contrib/libxo/doc/
H A Dapi.rst633 libxo represents two types of hierarchy: containers and lists. A
661 for containers of hierarchy appear only once for any specific parent,
717 For TEXT and HTML output, containers are not rendered into output
902 constructs (containers, lists, or instances). While a marker is open,
946 The `xo_close_marker` function closes any open containers, lists, or
960 Some users may find tracking the names of open containers, lists, and
962 libxo will track the names of open containers, lists, and instances so
990 containers, lists, and instances. A warning is generated when the
H A Dxo.rst218 --wrap <path> Wrap output in a set of containers
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md15 Providers are containers for algorithm implementations. Whenever a cryptographic
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_load_verify_locations.pod97 represent a single container or a whole catalogue of containers.
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt68 Use a chaining iterator over the other containers rather than keep a

12