Home
last modified time | relevance | path

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

123

/freebsd/contrib/libucl/src/
H A Ducl_emitter_streamline.c57 struct ucl_emitter_streamline_stack *containers; member
102 top = sctx->containers; in ucl_object_emit_streamline_start_container()
125 LL_PREPEND(sctx->containers, st); in ucl_object_emit_streamline_start_container()
137 if (sctx->containers != NULL) { in ucl_object_emit_streamline_add_object()
138 if (sctx->containers->is_array) { in ucl_object_emit_streamline_add_object()
141 if (sctx->containers->empty) { in ucl_object_emit_streamline_add_object()
143 sctx->containers->empty = false; in ucl_object_emit_streamline_add_object()
155 if (sctx->containers != NULL) { in ucl_object_emit_streamline_end_container()
156 st = sctx->containers; in ucl_object_emit_streamline_end_container()
164 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
/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.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
H A Dxo_02.H.err24 --wrap <path> Wrap output in a set of containers
/freebsd/contrib/libcbor/
H A DREADME.md32 - Alibaba's [Inclavare librats](https://github.com/inclavare-containers/librats)
72 See e.g. <https://github.com/inclavare-containers/librats/blob/master/cmake/LibCBOR.cmake>.
/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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td98 def Containers : Package<"containers">, ParentPackage<CoreFoundation>;
635 HelpText<"Check for inner pointers of C++ containers used after "
759 HelpText<"Models C++ containers">,
769 HelpText<"Models iterators of C++ containers">,
798 HelpText<"Check for use of iterators of different containers where iterators "
1279 } // end "osx.coreFoundation.containers"
1596 HelpText<"Check the analyzer's understanding of C++ containers">,
H A DCheckerBase.td135 /// HelpText<"Check for inner pointers of C++ containers used after "
/freebsd/crypto/openssl/demos/guide/
H A DREADME.md70 purposes of interacting with other demonstration containers found in the
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md116 Most STL-style containers support `==`, so you can use `Eq(expected_container)`
123 … `m`. E.g. `BeginEndDistanceIs(2)` or `BeginEndDistanceIs(Lt(2))`. For containers that define a `s…
153 to compare two `Foo` containers where `Foo` doesn't support `operator==`,
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in105 When creating new PKCS#8 containers, use a given number of iterations on
111 When creating new PKCS#8 containers, use 1 as iteration count.
/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
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md15 Providers are containers for algorithm implementations. Whenever a cryptographic
/freebsd/crypto/openssl/test/radix/
H A DREADME.md83 its management tools (VMs, containers, etc.).
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_multimap.h126 struct containers { struct
551 _LIBCPP_HIDE_FROM_ABI containers extract() && { in extract()
854 containers __containers_;

123