Home
last modified time | relevance | path

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

/third_party/python/Tools/tz/
Dzdump.py11 def __init__(self, transitions, type_indices, ttis, abbrs): argument
13 self.type_indices = type_indices
30 type_indices = array('B')
31 type_indices.fromfile(fileobj, tzh_timecnt)
39 self = cls(transitions, type_indices, ttis, abbrs)
45 for j, (trans, i) in enumerate(zip(self.transitions, self.type_indices)):
52 prev_tti = self.ttis[self.type_indices[j - 1]]
/third_party/boost/libs/safe_numerics/test/
Dtest_checked_cast_constexpr.cpp56 using type_indices = mp_iota_c<mp_size<test_types>::value>; in main() typedef
58 using index_pairs = mp_product<mp_list, type_indices, value_indices>; in main()
Dtest_cast_constexpr.cpp76 using type_indices = mp_iota_c<mp_size<test_types>::value>; in main() typedef
80 using l = mp_product<mp_list,type_indices,value_indices>; in main()
Dtest_checked_cast.cpp85 using type_indices = mp_iota_c<mp_size<test_types>::value>; in main() typedef
90 mp_product<mp_list, type_indices, value_indices> in main()
/third_party/python/Lib/test/
Ddatetimetester.py5630 type_indices = array('B')
5631 type_indices.fromfile(fileobj, counts[0])
5645 for i, idx in enumerate(type_indices):