Home
last modified time | relevance | path

Searched refs:singletons (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_global_objects.h26 _Py_GLOBAL_OBJECT(singletons.NAME)
47 } singletons; member
H A Dpycore_runtime_init.h127 .singletons = { \
/third_party/rust/crates/aho-corasick/src/
H A Dclasses.rs20 pub fn singletons() -> ByteClasses { in singletons() functions
90 write!(f, "ByteClasses({{singletons}})") in fmt()
H A Ddfa.rs627 ByteClasses::singletons() in build()
H A Dnfa.rs622 byte_classes: ByteClasses::singletons(), in new()
/third_party/python/Parser/
H A Dasdl_c.py79 cached at C level, and they act like singletons when propagating
149 # - singletons: List of all constructors that originates from
156 singletons=set(),
176 self.metadata.singletons.add(constructor.name)
1517 for singleton in metadata.singletons
/third_party/python/Lib/test/
H A Dtest_set.py2033 singletons = [frozenset([x]) for x in range(n)]
2034 return dict([(x, frozenset([x^s for s in singletons]))
H A Dpickletester.py1977 # Issue #6477: Test that types of built-in singletons can be pickled.
1978 singletons = [None, ..., NotImplemented]
1979 for singleton in singletons:
/third_party/libabigail/tests/lib/
H A Dcatch.hpp13606 auto& singletons = getSingletons();
13607 for( auto singleton : *singletons )
13609 delete singletons;
13610 singletons = nullptr;

Completed in 34 milliseconds