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

  /external/clang/test/SemaCXX/
crashes.cpp 214 typedef typename __string_type::size_type __size_type; typedef in struct:pr12791::basic_stringbuf
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 2440 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_string.h 2362 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 2421 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 2421 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2220 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2220 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2220 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 2220 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 2362 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 2418 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 2362 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 2418 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 2421 typedef typename __string_type::size_type __size_type; typedef
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_enc.cpp 935 const unsigned int __size_type = (sizeof(GLenum)); local
938 const size_t packetSize = 8 + 4 + 4 + 4 + __size_length + __size_size + __size_type + __size_name + 4*4;
948 *(unsigned int *)(ptr) = __size_type; ptr += 4;
952 stream->readback(type, __size_type);
964 const unsigned int __size_type = (sizeof(GLenum)); local
967 const size_t packetSize = 8 + 4 + 4 + 4 + __size_length + __size_size + __size_type + __size_name + 4*4;
977 *(unsigned int *)(ptr) = __size_type; ptr += 4;
981 stream->readback(type, __size_type);
    [all...]

Completed in 354 milliseconds