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

  /external/mesa3d/src/gallium/state_trackers/clover/core/
object.hpp 47 typedef S descriptor_type; typedef in struct:clover::descriptor
50 static_assert(std::is_standard_layout<descriptor_type>::value,
173 typename O::descriptor_type *
175 return static_cast<typename O::descriptor_type *>(&o);
182 typename O::descriptor_type *
184 return static_cast<typename O::descriptor_type *>(o);
204 std::vector<typename Os::value_type::descriptor_type *>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 56 typedef iconv_t descriptor_type; typedef in class:encoding_state
66 descriptor_type _M_in_desc;
69 descriptor_type _M_out_desc;
120 const descriptor_type __err = (iconv_t)(-1);
146 const descriptor_type&
150 const descriptor_type&
158 const descriptor_type __err = (iconv_t)(-1);
191 const descriptor_type __err = (iconv_t)(-1);
239 typedef state_type::descriptor_type descriptor_type; typedef in class:codecvt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h 56 typedef iconv_t descriptor_type; typedef in class:encoding_state
66 descriptor_type _M_in_desc;
69 descriptor_type _M_out_desc;
120 const descriptor_type __err = (iconv_t)(-1);
146 const descriptor_type&
150 const descriptor_type&
158 const descriptor_type __err = (iconv_t)(-1);
191 const descriptor_type __err = (iconv_t)(-1);
239 typedef state_type::descriptor_type descriptor_type; typedef in class:codecvt
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 7160 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); local
    [all...]
upb.h 2519 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { function in class:upb::FieldDef
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 7839 upb_descriptortype_t descriptor_type = upb_fielddef_descriptortype(f); local
    [all...]
upb.h 3120 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { function in class:upb::FieldDef
    [all...]

Completed in 419 milliseconds