Home
last modified time | relevance | path

Searched refs:vH (Results 1 - 2 of 2) sorted by relevance

/third_party/json/tests/src/
H A Dunit-bjdata.cpp2913 std::vector<uint8_t> vH = {'[', 'H', '[', '#', '[', '$', 'i', '#', '[', 'i', '2', 'i', 2, ']'}; variable
2914 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vH), "[json.exception.parse_error.113] parse error at byte 3: syntax error while parsing BJData size: ndarray dimentional vector is not allowed", json::parse_error&);
2915 CHECK(json::from_bjdata(vH, true, false).is_discarded());
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12769 const auto vH = ((in_16 & v_fc) == v_dc); in arm_detect_encodings() local
12770 const uint64_t H = vH.to_bitmask64(); in arm_detect_encodings()
12917 const auto vH = ((in & v_fc) == v_dc); in arm_validate_utf16() local
12918 const uint64_t H = vH.to_bitmask64(); in arm_validate_utf16()
12988 const auto vH = ((in & v_fc) == v_dc); in arm_validate_utf16_with_errors() local
12989 const uint64_t H = vH.to_bitmask64(); in arm_validate_utf16_with_errors()
22126 const auto vH = (in_16 & v_fc) == v_dc;
22127 const uint32_t H = vH.to_bitmask();
22315 const auto vH = (in & v_fc) == v_dc;
22316 const uint32_t H = vH
[all...]

Completed in 36 milliseconds