Searched refs:IntegerOverflow (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/text_format/ |
D | parse.rs | 32 IntegerOverflow, enumerator 41 ParseErrorWithoutLoc::IntegerOverflow in from() 96 return Err(ParseErrorWithoutLoc::IntegerOverflow); in read_u32() 110 return Err(ParseErrorWithoutLoc::IntegerOverflow); in read_i64() 119 return Err(ParseErrorWithoutLoc::IntegerOverflow); in read_i32()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/ |
D | parser.rs | 59 IntegerOverflow, enumerator 100 ParserError::IntegerOverflow in from() 136 Err(ParserError::IntegerOverflow.into()) in to_i32() 146 Err(ParserError::IntegerOverflow.into()) in to_i32() 156 Err(ParserError::IntegerOverflow.into()) in to_i64() 176 Err(ParserError::IntegerOverflow.into()) in to_u8() 286 ProtobufConstant::I64(int::neg(u).map_err(|_| ParserError::IntegerOverflow)?) in to_option_value() 860 None => return Err(ParserError::IntegerOverflow.into()), in next_enum_value()
|
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror/tests/ |
D | test_expr.rs | 31 IntegerOverflow { is_signed: Option<bool> }, enumerator 76 CompilerError::IntegerOverflow {
|
/aosp_15_r20/external/libvpx/test/ |
H A D | realtime_test.cc | 95 TEST_P(RealtimeTest, IntegerOverflow) { TestIntegerOverflow(2048, 2048); } in TEST_P() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/ |
D | decoder.rs | 36 IntegerOverflow, enumerator 443 return Err(DecoderError::IntegerOverflow); in decode_int()
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | point_unittest.cc | 179 TEST(PointTest, IntegerOverflow) { in TEST() argument
|
H A D | size_unittest.cc | 131 TEST(SizeTest, IntegerOverflow) { in TEST() argument
|
H A D | vector2d_unittest.cc | 252 TEST(Vector2dTest, IntegerOverflow) { in TEST() argument
|
H A D | rect_unittest.cc | 940 TEST(RectTest, IntegerOverflow) { in TEST() argument
|
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | RoundToIntegerTest.h | 333 TEST_F(LlvmLibcRoundToIntegerTest, IntegerOverflow) { \
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 462 TEST(GraphCycles, IntegerOverflow) { in TEST() argument
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 462 TEST(GraphCycles, IntegerOverflow) { in TEST() argument
|