HomeSort by relevance Sort by last modified time
    Searched full:type_valid (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
safe_conversions.h 27 return internal::RangeCheck<Dst>(value) == internal::TYPE_VALID;
49 case internal::TYPE_VALID:
safe_conversions_impl.h 87 TYPE_VALID = 0, // Value can be represented by the destination type.
117 return TYPE_VALID;
151 return sizeof(Dst) > sizeof(Src) ? TYPE_VALID :
  /external/mesa3d/src/mesa/main/
teximage.c 1623 bool type_valid = true; local
    [all...]

Completed in 249 milliseconds