Home
last modified time | relevance | path

Searched refs:two_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc346 for (const uint16_t two_bytes : in) { in EncodeString16Tmpl() local
347 out->push_back(two_bytes); in EncodeString16Tmpl()
348 out->push_back(two_bytes >> 8); in EncodeString16Tmpl()
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template354 for (const uint16_t two_bytes : in) {
355 out->push_back(two_bytes);
356 out->push_back(two_bytes >> 8);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp1298 static const unsigned char two_bytes[] = { 0xd7, 0x84, 0x00 }; in getUtf8Character() local
1310 result = (const GLchar*)two_bytes; in getUtf8Character()