/freebsd/contrib/libucl/src/ |
H A D | ucl_emitter_streamline.c | 57 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_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/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 99 def Containers : Package<"containers">, ParentPackage<CoreFoundation>; 640 HelpText<"Check for inner pointers of C++ containers used after " 779 HelpText<"Models C++ containers">, 789 HelpText<"Models iterators of C++ containers">, 818 HelpText<"Check for use of iterators of different containers where iterators " 1331 } // end "osx.coreFoundation.containers" 1648 HelpText<"Check the analyzer's understanding of C++ containers">, 1738 HelpText<"Checks for non-determinism caused by iteration of unordered containers of pointers">,
|
H A D | CheckerBase.td | 135 /// HelpText<"Check for inner pointers of C++ containers used after "
|
/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/crypto/openssl/doc/man1/ |
H A D | openssl-pkcs8.pod.in | 100 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 D | matchers.md | 114 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 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
|
H A D | xo.rst | 218 --wrap <path> Wrap output in a set of containers
|
/freebsd/crypto/openssl/ |
H A D | README-PROVIDERS.md | 15 Providers are containers for algorithm implementations. Whenever a cryptographic
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_load_verify_locations.pod | 97 represent a single container or a whole catalogue of containers.
|
H A D | X509_LOOKUP.pod | 126 from which containers with certificates and CRLs are loaded on demand
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 50 Use a **chaining iterator** over the other containers rather than keep a
|