Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
H A Dnode_string.cc19 size_t expected_utf16_length = in builderAppendQuotedString() local
21 MaybeStackBuffer<char16_t> buffer(expected_utf16_length); in builderAppendQuotedString()
25 // We have that utf16_length == expected_utf16_length if and only in builderAppendQuotedString()
28 CHECK_EQ(expected_utf16_length, utf16_length); in builderAppendQuotedString()
40 size_t expected_utf16_length = in parseJSON()
42 MaybeStackBuffer<char16_t> buffer(expected_utf16_length); in parseJSON()
46 // We have that utf16_length == expected_utf16_length if and only in parseJSON()
49 CHECK_EQ(expected_utf16_length, utf16_length); in parseJSON()

Completed in 1 milliseconds