Searched refs:Iterator (Results 1 – 10 of 10) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/ |
| H A D | mps.hpp | 98 struct Iterator struct in phosphor::software::VR::TokenizedLines 106 Iterator() = default; // End iterator 107 Iterator(std::string_view sv) : remaining(sv) in Iterator() function 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/tests/qemu-iotests/ |
| H A D | findtests.py | 24 from typing import Optional, List, Iterator, Set 28 def chdir(path: Optional[str] = None) -> Iterator[None]:
|
| H A D | iotests.py | 34 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 D | qom_fuse.py | 42 Iterator, 203 def readdir(self, path: str, fh: IO[bytes]) -> Iterator[str]:
|
| /openbmc/qemu/scripts/ |
| H A D | block-coroutine-wrapper.py | 28 from typing import Iterator 133 def func_decl_iter(text: str) -> Iterator:
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | qom_macros.py | 158 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 D | dbusdomain.py | 13 Iterator, 399 def get_objects(self) -> Iterator[Tuple[str, str, str, str, str, int]]:
|
| H A D | dbusdoc.py | 17 Iterator,
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | bios_table.cpp | 1144 TEST(Iterator, DeathTest) in TEST() argument
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | qconf.cc | 72 QStringList::Iterator it; in readSizes()
|