Home
last modified time | relevance | path

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

/third_party/boost/boost/icl/type_traits/
Dinfinity.hpp90 template<class Type, bool has_numeric_inf, bool has_repr_inf, bool has_size, bool has_diff>
93 template<class Type, bool has_repr_inf, bool has_size, bool has_diff>
94 struct get_infinity<Type, true, has_repr_inf, has_size, has_diff>
104 template<class Type, bool has_size, bool has_diff>
105 struct get_infinity<Type, false, true, has_size, has_diff>
115 template<class Type, bool has_diff>
116 struct get_infinity<Type, false, false, true, has_diff>
Dsize_type_of.hpp29 template <class Type, bool has_size, bool has_diff, bool has_rep>
38 template <class Type, bool has_diff, bool has_rep>
39 struct get_size_type<Type, true, has_diff, has_rep>
/third_party/grpc/tools/profiling/ios_bin/
Dbinary_size.py120 has_diff = False variable
128 has_diff = True variable
139 text += ('\n' if has_diff else '') + row_format.format(
142 if not has_diff:
/third_party/ffmpeg/libavcodec/
Dflashsv.c384 int has_diff = 0; in flashsv_decode_frame() local
403 has_diff = get_bits1(&gb); in flashsv_decode_frame()
414 if (has_diff) { in flashsv_decode_frame()
462 if (has_diff) { in flashsv_decode_frame()