/external/boringssl/src/crypto/x509/ |
D | charmap.h | 5 static const unsigned char char_type[] = { variable
|
/external/libcxx/test/std/strings/basic.string/ |
D | test_traits.h | 16 typedef charT char_type; typedef
|
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
D | quoted_traits.fail.cpp | 24 typedef charT char_type; typedef
|
/external/libcxx/test/std/experimental/string.view/string.view.hash/ |
D | string_view.pass.cpp | 37 typedef typename T::value_type char_type; in test() typedef
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | pbackfail.pass.cpp | 24 typedef typename base::char_type char_type; typedef
|
D | underflow.pass.cpp | 26 typedef typename base::char_type char_type; typedef
|
D | overflow.pass.cpp | 26 typedef typename base::char_type char_type; typedef
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
D | pbackfail.pass.cpp | 27 typedef base::char_type char_type; typedef
|
D | underflow.pass.cpp | 27 typedef base::char_type char_type; typedef
|
D | overflow.pass.cpp | 27 typedef base::char_type char_type; typedef
|
/external/libchrome/base/strings/ |
D | string16.h | 64 typedef char16 char_type; typedef
|
D | string_tokenizer.h | 94 typedef typename str::value_type char_type; typedef
|
/external/libcxx/test/support/ |
D | constexpr_char_traits.hpp | 21 typedef _CharT char_type; typedef
|
/external/xmlrpcpp/src/ |
D | base64.h | 48 typedef _E char_type; typedef
|
/external/clang/test/SemaCXX/ |
D | crashes.cpp | 218 typedef _CharT char_type; typedef
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 426 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \ argument 431 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ argument 437 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ argument 443 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ argument 449 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument 455 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ argument 520 #define INTERCEPTOR_STRFTIME_BODY(char_type, ret_type, func, s, ...) \ argument
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1615 #define TEST_STRTO_INT(func_name, char_type, str_prefix) \ argument 1622 #define TEST_STRTO_FLOAT(func_name, char_type, str_prefix) \ argument 1629 #define TEST_STRTO_FLOAT_LOC(func_name, char_type, str_prefix) \ argument 1638 #define TEST_STRTO_INT_LOC(func_name, char_type, str_prefix) \ argument
|