Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/libucl/src/
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-12-stable/contrib/subversion/subversion/libsvn_fs_x/
DTODO227 Extend the index format support containers, i.e. map a logical item index
231 Use these containers for reps, noderevs and changes. Provide specific
258 Those contents shall be aggregated into star-delta containers upon pack.
Dindex.c805 apr_hash_t *containers = apr_hash_make(scratch_pool); in encode_l2p_page() local
843 apr_hash_set(containers, in encode_l2p_page()
867 void *void_idx = apr_hash_get(containers, &entry->offset, in encode_l2p_page()
Dstructure231 That data is aggregated in compressed containers with a binary on-disk
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td91 def Containers : Package<"containers">, ParentPackage<CoreFoundation>;
555 HelpText<"Check for inner pointers of C++ containers used after "
701 HelpText<"Models C++ containers">,
715 HelpText<"Models iterators of C++ containers">,
744 HelpText<"Check for use of iterators of different containers where iterators "
1233 } // end "osx.coreFoundation.containers"
1544 HelpText<"Check the analyzer's understanding of C++ containers">,
1615 HelpText<"Checks for non-determinism caused by iteration of unordered containers of pointers">,
DCheckerBase.td136 /// HelpText<"Check for inner pointers of C++ containers used after "
/freebsd-12-stable/sys/contrib/libsodium/packaging/dotnet-core/
DREADME.md17 * For Linux, libsodium is compiled in Docker containers.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDeclNodes.td82 def ObjCContainer : DeclNode<Named, "Objective-C containers", 1>, DeclContext;
/freebsd-12-stable/contrib/libxo/doc/
Dxo.rst112 --wrap <path> Wrap output in a set of containers
Dapi.rst610 libxo represents two types of hierarchy: containers and lists. A
638 for containers of hierarchy appear only once for any specific parent,
694 For TEXT and HTML output, containers are not rendered into output
879 constructs (containers, lists, or instances). While a marker is open,
923 The `xo_close_marker` function closes any open containers, lists, or
937 Some users may find tracking the names of open containers, lists, and
939 libxo will track the names of open containers, lists, and instances so
967 containers, lists, and instances. A warning is generated when the
Dlibxo.txt1353 for containers of hierarchy appear only once for any specific parent,
1430 Some users may find tracking the names of open containers, lists, and
1432 libxo will track the names of open containers, lists, and instances so
1456 containers, lists, and instances. A warning is generated when the
1968 libxo represents to types of hierarchy: containers and lists. A
1991 Thing" mode, where the name of the open containers, lists, and
1998 For TEXT and HTML output, containers are not rendered into output
2667 --wrap <path> Wrap output in a set of containers
/freebsd-12-stable/contrib/libstdc++/include/debug/
Dvector240 // DR 464. Suggestion for new member functions in standard containers.
/freebsd-12-stable/contrib/googletest/googlemock/docs/
DCheatSheet.md238 Most STL-style containers support `==`, so you can use
263 …he expected container, respectively. For example, to compare two `Foo` containers where `Foo` does…
DCookBook.md1143 containers support the `==` operator, you can write
1149 any positive number, and so on). Also, containers used in tests often
1221 * You can use nested `ElementsAre*()` to match nested (multi-dimensional) containers.
1223 …* The order of elements _matters_ for `ElementsAre*()`. Therefore don't use it with containers who…
3655 containers, and any type that supports the `<<` operator. For other
/freebsd-12-stable/crypto/openssl/doc/man1/
Dpkcs8.pod94 When creating new PKCS#8 containers, use a given number of iterations on
/freebsd-12-stable/sys/netpfil/ipfw/
Ddummynet.txt123 their own containers used for scheduling (lists, trees, etc.)
251 - the main containers (fshash, schedhash, ...) are protected by
269 keep track of the various objects and containers.
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump260 // Please note that ValuesIn copies the values from the containers
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-generated-matchers.h.pump278 // must not be used with containers whose elements's order is
/freebsd-12-stable/contrib/llvm-project/lld/docs/
Ddesign.rst75 The linker views the input files as basically containers of Atoms and
/freebsd-12-stable/crypto/openssl/doc/man3/
DENGINE_add.pod166 form of B<ENGINE> objects. These objects act as containers for
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__tree1632 "__assign_unique may only be called with the containers value type");
1656 "__assign_multi may only be called with the containers value type"
D__hash_table1702 "__assign_unique may only be called with the containers value type");
1742 "__assign_multi may only be called with the containers value type"
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dhashtable682 // 431. Swapping containers with unequal allocators.
/freebsd-12-stable/contrib/gcc/doc/
Dcfg.texi116 level abstract containers and iterators are used to access statements
/freebsd-12-stable/stand/forth/
Dmenu.4th1314 \ Initialize string containers

12