Home
last modified time | relevance | path

Searched defs:char_type (Results 1 – 17 of 17) sorted by relevance

/external/boringssl/src/crypto/x509/
Dcharmap.h5 static const unsigned char char_type[] = { variable
/external/libcxx/test/std/strings/basic.string/
Dtest_traits.h16 typedef charT char_type; typedef
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted_traits.fail.cpp24 typedef charT char_type; typedef
/external/libcxx/test/std/experimental/string.view/string.view.hash/
Dstring_view.pass.cpp37 typedef typename T::value_type char_type; in test() typedef
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp24 typedef typename base::char_type char_type; typedef
Dunderflow.pass.cpp26 typedef typename base::char_type char_type; typedef
Doverflow.pass.cpp26 typedef typename base::char_type char_type; typedef
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Dpbackfail.pass.cpp27 typedef base::char_type char_type; typedef
Dunderflow.pass.cpp27 typedef base::char_type char_type; typedef
Doverflow.pass.cpp27 typedef base::char_type char_type; typedef
/external/libchrome/base/strings/
Dstring16.h64 typedef char16 char_type; typedef
Dstring_tokenizer.h94 typedef typename str::value_type char_type; typedef
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp21 typedef _CharT char_type; typedef
/external/xmlrpcpp/src/
Dbase64.h48 typedef _E char_type; typedef
/external/clang/test/SemaCXX/
Dcrashes.cpp218 typedef _CharT char_type; typedef
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc426 #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/
Dmsan_test.cc1615 #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