Home
last modified time | relevance | path

Searched refs:starting_point (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc120 uint32_t starting_point = type_index; in GetSubtypingDepth() local
123 if (type_index == starting_point) return -1; // Cycle detected. in GetSubtypingDepth()
/third_party/python/Lib/
Dpathlib.py492 for starting_point in self._iterate_directories(parent_path, is_dir, scandir):
493 for p in successor_select(starting_point, is_dir, exists, scandir):