Searched refs:VECTOR_CLASS (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/include/CL/ |
D | cl.hpp | 419 #define VECTOR_CLASS std::vector macro 421 #define VECTOR_CLASS cl::vector macro 700 struct GetInfoHelper<Func, VECTOR_CLASS<T> > 702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param) in get() 723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> > 726 get(Func f, cl_uint name, VECTOR_CLASS<char *>* param) in get() 790 F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES, VECTOR_CLASS< ::size_t>) \ 837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \ 838 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \ 875 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<cl_device_id>) \ [all …]
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | PropertyInfo.java | 43 public static final Class VECTOR_CLASS = new java.util.Vector().getClass(); field in PropertyInfo
|
D | SppPropertyInfo.java | 43 public static final Class VECTOR_CLASS = new java.util.Vector().getClass(); field in SppPropertyInfo
|
D | SoapSerializationEnvelope.java | 103 addMapping(enc, ARRAY_MAPPING_NAME, PropertyInfo.VECTOR_CLASS); in SoapSerializationEnvelope()
|