Searched refs:type_indices (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Tools/tz/ |
D | zdump.py | 11 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/ |
D | test_checked_cast_constexpr.cpp | 56 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()
|
D | test_cast_constexpr.cpp | 76 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()
|
D | test_checked_cast.cpp | 85 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/ |
D | datetimetester.py | 5630 type_indices = array('B') 5631 type_indices.fromfile(fileobj, counts[0]) 5645 for i, idx in enumerate(type_indices):
|