Searched refs:oob_distance (Results 1 – 3 of 3) sorted by relevance
76 std::string RightOOBErrorMessage(int oob_distance, bool is_write);77 std::string RightOOBWriteMessage(int oob_distance);78 std::string RightOOBReadMessage(int oob_distance);79 std::string LeftOOBErrorMessage(int oob_distance, bool is_write);80 std::string LeftOOBWriteMessage(int oob_distance);81 std::string LeftOOBReadMessage(int oob_distance);82 std::string LeftOOBAccessMessage(int oob_distance);
743 std::string RightOOBErrorMessage(int oob_distance, bool is_write) { in RightOOBErrorMessage() argument744 assert(oob_distance >= 0); in RightOOBErrorMessage()754 oob_distance); in RightOOBErrorMessage()758 std::string RightOOBWriteMessage(int oob_distance) { in RightOOBWriteMessage() argument759 return RightOOBErrorMessage(oob_distance, /*is_write*/true); in RightOOBWriteMessage()762 std::string RightOOBReadMessage(int oob_distance) { in RightOOBReadMessage() argument763 return RightOOBErrorMessage(oob_distance, /*is_write*/false); in RightOOBReadMessage()767 std::string LeftOOBErrorMessage(int oob_distance, bool is_write) { in LeftOOBErrorMessage() argument768 assert(oob_distance > 0); in LeftOOBErrorMessage()778 oob_distance); in LeftOOBErrorMessage()[all …]
42 std::string LeftOOBReadMessage(OOBKind oob_kind, int oob_distance) { in LeftOOBReadMessage() argument44 : ::LeftOOBReadMessage(oob_distance); in LeftOOBReadMessage()47 std::string RightOOBReadMessage(OOBKind oob_kind, int oob_distance) { in RightOOBReadMessage() argument49 : ::RightOOBReadMessage(oob_distance); in RightOOBReadMessage()