Searched refs:vS (Results 1 - 3 of 3) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-ubjson.cpp | 1849 std::vector<uint8_t> vS = {'S'}; variable 1851 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vS), "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing UBJSON value: unexpected end of input", json::parse_error&); 1852 CHECK(json::from_ubjson(vS, true, false).is_discarded()); 1914 std::vector<uint8_t> vS = {'[', '#', 'i', 2, 'i', 1}; variable 1915 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vS), "[json.exception.parse_error.110] parse error at byte 7: syntax error while parsing UBJSON value: unexpected end of input", json::parse_error&); 1916 CHECK(json::from_ubjson(vS, true, false).is_discarded()); 1934 std::vector<uint8_t> vS = {'{', '#', 'i', 2, 'i', 1, 'a', 'i', 1}; variable 1935 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vS), "[json.exception.parse_error.110] parse error at byte 10: syntax error while parsing UBJSON value: unexpected end of input", json::parse_error&); 1936 CHECK(json::from_ubjson(vS, true, false).is_discarded());
|
H A D | unit-bjdata.cpp | 2722 std::vector<uint8_t> vS = {'S'}; variable 2724 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vS), "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing BJData value: unexpected end of input", json::parse_error&); 2725 CHECK(json::from_bjdata(vS, true, false).is_discarded()); 2823 std::vector<uint8_t> vS = {'[', '#', 'i', 2, 'i', 1}; variable 2824 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vS), "[json.exception.parse_error.110] parse error at byte 7: syntax error while parsing BJData value: unexpected end of input", json::parse_error&); 2825 CHECK(json::from_bjdata(vS, true, false).is_discarded()); 2847 std::vector<uint8_t> vS = {'[', '$', 'i', '#', '[', '#', 'i', 2, 1, 2, 1}; variable 2848 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vS), "[json.exception.parse_error.113] parse error at byte 9: syntax error while parsing BJData size: expected length type specification (U, i, u, I, m, l, M, L) after '#'; last byte: 0x01", json::parse_error&); 2849 CHECK(json::from_bjdata(vS, true, false).is_discarded()); 2929 std::vector<uint8_t> vS variable [all...] |
/third_party/mksh/ |
H A D | edit.c | 3494 #define vS 0x80 /* search (/, ?) */ macro 3502 #define is_srch(c) (classify[rtt2asc(c) & 0x7F] & vS) 3518 0, 0, vC, vC, vM, vC, 0, vC|vS, 3522 0, 0, 0, vM, 0, vC, 0, vC|vS,
|
Completed in 16 milliseconds