Home
last modified time | relevance | path

Searched refs:Iterator (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmps.hpp98 struct Iterator struct in phosphor::software::VR::TokenizedLines
106 Iterator() = default; // End iterator
107 Iterator(std::string_view sv) : remaining(sv) in Iterator() argument
122 Iterator& operator++() in operator ++() argument
128 Iterator operator++(int) in operator ++() argument
135 friend bool operator==(const Iterator& a, const Iterator& b) in operator ==()
140 friend bool operator!=(const Iterator& a, const Iterator& b) in operator !=()
181 Iterator begin() const in begin()
183 return Iterator(data); in begin()
186 static Iterator end() in end()
[all …]
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dbits.rs36 it: &mut dyn Iterator<Item = TokenTree>, in parse_primary()
90 &mut dyn Iterator<Item = TokenTree>, in parse_binop()
96 it: &mut dyn Iterator<Item = TokenTree>, in parse_binop()
124 it: &mut dyn Iterator<Item = TokenTree>, in parse_sub()
134 it: &mut dyn Iterator<Item = TokenTree>, in parse_and()
144 it: &mut dyn Iterator<Item = TokenTree>, in parse_xor()
154 it: &mut dyn Iterator<Item = TokenTree>, in parse_or()
161 it: &mut dyn Iterator<Item = TokenTree>, in parse()
/openbmc/qemu/python/qemu/qmp/
H A Devents.py438 Iterator,
667 def listen(self, *listeners: EventListener) -> Iterator[None]:
699 ) -> Iterator[EventListener]:
H A Dmessage.py12 Iterator,
94 def __iter__(self) -> Iterator[str]:
H A Dqmp_shell.py95 Iterator,
414 def repl(self) -> Iterator[None]:
/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py24 from typing import Optional, List, Iterator, Set
28 def chdir(path: Optional[str] = None) -> Iterator[None]:
H A Diotests.py34 from typing import (Any, Callable, Dict, Iterable, Iterator,
122 logger_name: str, level: int = logging.CRITICAL) -> Iterator[None]:
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py42 Iterator,
203 def readdir(self, path: str, fh: IO[bytes]) -> Iterator[str]:
/openbmc/qemu/scripts/
H A Dblock-coroutine-wrapper.py28 from typing import Iterator
133 def func_decl_iter(text: str) -> Iterator:
/openbmc/qemu/scripts/qapi/
H A Dgen.py20 Iterator,
208 def ifcontext(ifcond: QAPISchemaIfCond, *args: QAPIGenCCode) -> Iterator[None]:
328 def _temp_module(self, name: str) -> Iterator[None]:
/openbmc/qemu/python/scripts/
H A Dmkvenv.py82 Iterator,
479 def _get_entry_points(packages: Sequence[str]) -> Iterator[str]:
481 def _generator() -> Iterator[str]:
484 entry_points: Iterator[EntryPoint] = \
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py158 def move_typedef(self, position) -> Iterator[Patch]:
163 def split_typedef(self) -> Iterator[Patch]:
170 def gen_patches(self) -> Iterator[Patch]:
206 def gen_patches(self) -> Iterator[Patch]:
787 def gen_patches(self) -> Iterator[Patch]:
/openbmc/qemu/docs/sphinx/
H A Ddbusdomain.py13 Iterator,
399 def get_objects(self) -> Iterator[Tuple[str, str, str, str, str, int]]:
H A Ddbusdoc.py17 Iterator,
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp1144 TEST(Iterator, DeathTest) in TEST() argument
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc72 QStringList::Iterator it; in readSizes()