Home
last modified time | relevance | path

Searched refs:AbstractSet (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
Dsccutils.py7 vertices: AbstractSet[str], edges: Dict[str, AbstractSet[str]]
8 ) -> Iterator[AbstractSet[str]]:
53 data: Dict[AbstractSet[str], Set[AbstractSet[str]]]
54 ) -> Iterable[AbstractSet[AbstractSet[str]]]:
101 graph: Dict[str, AbstractSet[str]], scc: AbstractSet[str], start: str
Dgrammar.py5 AbstractSet,
112 def initial_names(self) -> AbstractSet[str]:
148 def initial_names(self) -> AbstractSet[str]:
169 def initial_names(self) -> AbstractSet[str]:
183 def initial_names(self) -> AbstractSet[str]:
207 def initial_names(self) -> AbstractSet[str]:
248 def initial_names(self) -> AbstractSet[str]:
284 def initial_names(self) -> AbstractSet[str]:
304 def initial_names(self) -> AbstractSet[str]:
322 def initial_names(self) -> AbstractSet[str]:
[all …]
Dparser_generator.py4 from typing import AbstractSet, Dict, IO, Iterator, List, Optional, Set, Text, Tuple
166 ) -> Tuple[Dict[str, AbstractSet[str]], List[AbstractSet[str]]]:
194 def make_first_graph(rules: Dict[str, Rule]) -> Dict[str, AbstractSet[str]]:
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java39 import java.util.AbstractSet;
477 private class SetAdapter extends AbstractSet<Map.Entry<K, V>> {
DSmallSortedMap.java34 import java.util.AbstractSet;
466 private class EntrySet extends AbstractSet<Map.Entry<K, V>> {
/third_party/python/Doc/library/
Dtyping.rst1460 to use an abstract collection type such as :class:`AbstractSet`.
1466 .. class:: FrozenSet(frozenset, AbstractSet[T_co])
1586 .. class:: AbstractSet(Sized, Collection[T_co])
1634 .. class:: KeysView(MappingView[KT_co], AbstractSet[KT_co])
1678 .. class:: MutableSet(AbstractSet[T])
/third_party/python/Lib/test/
Dtest_typing.py2106 typing.Type[typing.Mapping], typing.AbstractSet[Tuple[int, str]]]
3445 self.assertIsInstance(set(), typing.AbstractSet)
3446 self.assertNotIsInstance(42, typing.AbstractSet)
4831 typing.AbstractSet: 'AbstractSet',
4870 typing.AbstractSet[Any]: 'AbstractSet',
/third_party/python/Lib/
Dtyping.py2093 AbstractSet = _alias(collections.abc.Set, 1, name='AbstractSet') variable
/third_party/chromium/patch/
D0001-cve.patch28379 from_bcp_47 (DefaultDict[str, AbstractSet[str]]): ``to_bcp_47``
28382 + from_bcp_47_uninherited (Optional[Dict[str, AbstractSet[str]]]):