HomeSort by relevance Sort by last modified time
    Searched defs:char_type (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
charmap.h 5 static const unsigned char char_type[] = { variable
  /external/openssl/crypto/asn1/
charmap.h 5 static const unsigned char char_type[] = { variable
  /external/libcxx/test/strings/basic.string/
test_traits.h 16 typedef charT char_type; typedef in struct:test_traits
  /external/libcxx/test/input.output/iostream.format/quoted.manip/
quoted_traits.fail.cpp 24 typedef charT char_type; typedef in struct:test_traits
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 26 typedef typename base::char_type char_type; typedef in struct:test_buf
30 char_type* pbase() const {return base::pbase();}
31 char_type* pptr() const {return base::pptr();}
32 char_type* epptr() const {return base::epptr();}
pbackfail.pass.cpp 24 typedef typename base::char_type char_type; typedef in struct:test_buf
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
seekoff.pass.cpp 27 typedef typename base::char_type char_type; typedef in struct:test_buf
31 char_type* eback() const {return base::eback();}
32 char_type* gptr() const {return base::gptr();}
33 char_type* egptr() const {return base::egptr();}
underflow.pass.cpp 26 typedef typename base::char_type char_type; typedef in struct:test_buf
29 char_type* eback() const {return base::eback();}
30 char_type* gptr() const {return base::gptr();}
31 char_type* egptr() const {return base::egptr();}
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* pbase() const {return base::pbase();}
34 char_type* pptr() const {return base::pptr();}
35 char_type* epptr() const {return base::epptr();}
pbackfail.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
underflow.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
  /external/lldb/test/types/
HideTestFailures.py 48 self.char_type()
55 self.char_type()
118 def char_type(self): member in class:DebugIntegerTypesFailures
  /external/chromium_org/base/strings/
string_tokenizer.h 94 typedef typename str::value_type char_type; typedef in class:base::StringTokenizerT
209 bool IsDelim(char_type c) const {
213 bool IsQuote(char_type c) const {
220 char_type quote_char;
225 bool AdvanceOne(AdvanceState* state, char_type c) {
  /external/clang/test/SemaCXX/
crashes.cpp 212 typedef _CharT char_type; typedef in struct:pr12791::basic_stringbuf
213 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
215 __string_type str() const {__string_type((char_type*)0,(char_type*)0);}
  /external/llvm/include/llvm/Support/
FileSystem.h 654 typedef char char_type; typedef in class:llvm::sys::fs::mapped_file_region
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 463 tGATT_READ_BY_TYPE char_type; /* characterisitc type */ member in union:__anon6165
    [all...]

Completed in 758 milliseconds