Home
last modified time | relevance | path

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

/thrift-3.4.0/test/crossrunner/
Dcollect.py89 def cached_set(o, key): function
95 return cached_set(o1, key) & cached_set(o2, key)
99 def cached_set(o): function
109 for spec1, impl1 in cached_set(o1):
110 for spec2, impl2 in cached_set(o2):