| /freebsd/contrib/libucl/src/ |
| H A D | ucl_emitter_streamline.c | 57 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_handle | 18 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 D | Makefile.am.inc | 29 libutils_a_SOURCES += utils/format/containers.hpp 30 libutils_a_SOURCES += utils/format/containers.ipp
|
| H A D | containers.ipp | 32 #include "utils/format/containers.hpp"
|
| /freebsd/contrib/kyua/model/ |
| H A D | README | 4 any complex logic. As such, they are simple containers and support the
|
| /freebsd/contrib/libxo/tests/xo/saved/ |
| H A D | xo_02.HIPx.err | 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.HP.err | 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.J.err | 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.JP.err | 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.T.err | 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.X.err | 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.XP.err | 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.H.err | 24 --wrap <path> Wrap output in a set of containers
|
| /freebsd/contrib/libcbor/ |
| H A D | README.md | 32 - 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 D | README.md | 17 * For Linux, libsodium is compiled in Docker containers.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 83 def ObjCContainer : DeclNode<Named, "Objective-C containers", 1>, DeclContext;
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 98 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 D | CheckerBase.td | 135 /// HelpText<"Check for inner pointers of C++ containers used after "
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | README.md | 70 purposes of interacting with other demonstration containers found in the
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 116 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 D | openssl-pkcs8.pod.in | 105 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 D | api.rst | 633 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 D | README-PROVIDERS.md | 15 Providers are containers for algorithm implementations. Whenever a cryptographic
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | README.md | 83 its management tools (VMs, containers, etc.).
|
| /freebsd/contrib/llvm-project/libcxx/include/__flat_map/ |
| H A D | flat_multimap.h | 126 struct containers { struct 551 _LIBCPP_HIDE_FROM_ABI containers extract() && { in extract() 854 containers __containers_;
|