Searched defs:CheckedSubFastOp (Results 1 – 10 of 10) sorted by relevance
| /external/libchrome/base/numerics/ |
| D | safe_math_shared_impl.h | 49 struct CheckedSubFastOp { struct 50 static const bool is_supported = false; 52 static constexpr bool Do(T, U, V*) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 79 struct CheckedSubFastOp { struct 80 static const bool is_supported = true; 82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
|
| /external/pdfium/third_party/base/numerics/ |
| D | safe_math_shared_impl.h | 54 struct CheckedSubFastOp { struct 55 static const bool is_supported = false; 57 static constexpr bool Do(T, U, V*) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 80 struct CheckedSubFastOp { struct 81 static const bool is_supported = true; 83 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
|
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/ |
| D | safe_math_shared_impl.h | 52 struct CheckedSubFastOp { struct 53 static const bool is_supported = false; 55 static constexpr bool Do(T, U, V*) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 78 struct CheckedSubFastOp { struct 79 static const bool is_supported = true; 81 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
|
| /external/angle/src/common/base/anglebase/numerics/ |
| D | safe_math_shared_impl.h | 57 struct CheckedSubFastOp struct 59 static const bool is_supported = false; 61 static constexpr bool Do(T, U, V *) in Do()
|
| D | safe_math_clang_gcc_impl.h | 93 struct CheckedSubFastOp struct 95 static const bool is_supported = true; 97 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()
|
| /external/cronet/base/numerics/ |
| D | safe_math_shared_impl.h | 53 struct CheckedSubFastOp { struct 54 static const bool is_supported = false; 56 static constexpr bool Do(T, U, V*) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 79 struct CheckedSubFastOp { struct 80 static const bool is_supported = true; 82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
|