HomeSort by relevance Sort by last modified time
    Searched refs:type_base (Results 1 - 8 of 8) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 107 struct type_base;
110 * Specialization of type_base for the case where the hash value
114 struct type_base<Key, Mapped, _Alloc, false> struct in namespace:__gnu_pbds::detail
143 * Specialization of type_base for the case where the hash value
147 struct type_base<Key, Mapped, _Alloc, true> struct in namespace:__gnu_pbds::detail
177 * Specialization of type_base for the case where the hash value
181 struct type_base<Key, null_type, _Alloc, false> struct in namespace:__gnu_pbds::detail
212 type_base<Key, null_type, _Alloc, false>::s_null_type;
216 * Specialization of type_base for the case where the hash value
220 struct type_base<Key, null_type, _Alloc, true struct in namespace:__gnu_pbds::detail
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 107 struct type_base;
110 * Specialization of type_base for the case where the hash value
114 struct type_base<Key, Mapped, _Alloc, false> struct in namespace:__gnu_pbds::detail
143 * Specialization of type_base for the case where the hash value
147 struct type_base<Key, Mapped, _Alloc, true> struct in namespace:__gnu_pbds::detail
177 * Specialization of type_base for the case where the hash value
181 struct type_base<Key, null_type, _Alloc, false> struct in namespace:__gnu_pbds::detail
212 type_base<Key, null_type, _Alloc, false>::s_null_type;
216 * Specialization of type_base for the case where the hash value
220 struct type_base<Key, null_type, _Alloc, true struct in namespace:__gnu_pbds::detail
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
types_traits.hpp 107 struct type_base;
110 * Specialization of type_base for the case where the hash value
114 struct type_base<Key, Mapped, _Alloc, false> struct in namespace:__gnu_pbds::detail
143 * Specialization of type_base for the case where the hash value
147 struct type_base<Key, Mapped, _Alloc, true> struct in namespace:__gnu_pbds::detail
177 * Specialization of type_base for the case where the hash value
181 struct type_base<Key, null_type, _Alloc, false> struct in namespace:__gnu_pbds::detail
212 type_base<Key, null_type, _Alloc, false>::s_null_type;
216 * Specialization of type_base for the case where the hash value
220 struct type_base<Key, null_type, _Alloc, true struct in namespace:__gnu_pbds::detail
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp 14 GLenum *type_base = (GLenum *) 0; local
68 type_base = (GLenum *)
70 type = type_base + typeOffset;
104 if (type_base) {
105 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
183 GLenum *type_base = (GLenum *) 0; local
230 type_base = (GLenum *)
232 type = type_base + typeOffset;
244 if (type_base) {
245 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
    [all...]
glGetActiveUniform.cpp 14 GLenum *type_base = (GLenum *) 0; local
68 type_base = (GLenum *)
70 type = type_base + typeOffset;
104 if (type_base) {
105 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
185 GLenum *type_base = (GLenum *) 0; local
233 type_base = (GLenum *)
235 type = type_base + typeOffset;
248 if (type_base) {
249 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
    [all...]
glGetTransformFeedbackVarying.cpp 14 GLenum *type_base = (GLenum *) 0; local
68 type_base = (GLenum *)
70 type = type_base + typeOffset;
104 if (type_base) {
105 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
183 GLenum *type_base = (GLenum *) 0; local
230 type_base = (GLenum *)
232 type = type_base + typeOffset;
244 if (type_base) {
245 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 1660 GLenum *type_base = (GLenum *) 0; local
1829 GLenum *type_base = (GLenum *) 0; local
1988 GLenum *type_base = (GLenum *) 0; local
2159 GLenum *type_base = (GLenum *) 0; local
    [all...]
android_opengl_GLES30.cpp 1788 GLenum *type_base = (GLenum *) 0; local
1957 GLenum *type_base = (GLenum *) 0; local
    [all...]

Completed in 237 milliseconds