Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dsfinae-1.cpp5 struct two_bytes { char data[2]; }; argument
8 template<typename T> two_bytes __is_class_check(...);
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp3 typedef char (&two_bytes)[2]; typedef
16 two_bytes operator+(Y, Y);
/external/python/cpython3/Objects/
Dunicodeobject.c3859 const Py_UCS2 *two_bytes; in PyUnicode_AsUnicodeAndSize() local
3947 two_bytes = PyUnicode_2BYTE_DATA(unicode); in PyUnicode_AsUnicodeAndSize()
3948 for (; w < wchar_end; ++two_bytes, ++w) in PyUnicode_AsUnicodeAndSize()
3949 *w = *two_bytes; in PyUnicode_AsUnicodeAndSize()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp1300 static const unsigned char two_bytes[] = { 0xd7, 0x84, 0x00 }; in getUtf8Character() local
1312 result = (const GLchar*)two_bytes; in getUtf8Character()