Home
last modified time | relevance | path

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

/third_party/python/Lib/importlib/metadata/
D__init__.py741 class FastPath: class
787 def __init__(self, path: FastPath): argument
875 path.search(prepared) for path in map(FastPath, paths)
879 FastPath.__new__.cache_clear()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc77 TYPED_TEST_P(HashValueIntTest, FastPath) { in TYPED_TEST_P() argument
84 REGISTER_TYPED_TEST_CASE_P(HashValueIntTest, BasicUsage, FastPath);