Home
last modified time | relevance | path

Searched defs:collections (Results 1 – 18 of 18) sorted by relevance

/third_party/PyYAML/tests/lib/
Dtest_appliance.py6 def find_test_functions(collections): argument
119 def run(collections, args=None): argument
Dtest_yaml_ext.py271 def wrap_ext(collections): argument
/third_party/python/Doc/library/
Dtyping.rst1417 Corresponding to built-in types
1476 Corresponding to types in :mod:`collections`
1532 Other concrete types
/third_party/jsoncpp/src/test_lib_json/
Djsontest.h267 #define JSONTEST_FIXTURE_V2(FixtureType, name, collections) \ argument
/third_party/python/Doc/whatsnew/
D3.7.rst795 collections section in Improved Modules
1964 collections section in Deprecated Python modules, functions and methods
D3.5.rst900 collections section in Improved Modules
905 The :class:`~collections.OrderedDict` class is now implemented in C, which argument
D3.2.rst856 collections section in New, Improved, and Deprecated Modules
D3.8.rst696 collections section in Improved Modules
D3.3.rst1017 collections section in Improved Modules
D3.4.rst661 collections section in Improved Modules
D3.6.rst920 collections section in Improved Modules
/third_party/typescript/src/harness/
DcollectionsImpl.ts1 namespace collections { namespace
/third_party/python/Include/internal/
Dpycore_gc.h123 Py_ssize_t collections; member
/third_party/ejdb/src/bindings/ejdb2_node/
Dtest.js206 'collections': [] property
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/
DApp.js227 'collections': [] property
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2972 ScopedPyObjectPtr collections(PyImport_ImportModule("collections.abc")); in InitProto2MessageModule() local
2974 ScopedPyObjectPtr collections(PyImport_ImportModule("collections")); in InitProto2MessageModule() local
/third_party/python/Modules/_decimal/
D_decimal.c5672 PyObject *collections = NULL; in PyInit__decimal() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp61762 mozilla::Vector<Collection> collections; member in JS::dbg::GarbageCollectionEvent