Home
last modified time | relevance | path

Searched full:using (Results 1 – 25 of 14108) sorted by relevance

12345678910>>...565

/third_party/boost/libs/config/test/
Dboost_no_cxx11_hdr_type_traits.ipp19 using std::integral_constant;
20 using std::true_type;
21 using std::false_type;
22 using std::is_void;
23 using std::is_integral;
24 using std::is_floating_point;
25 using std::is_array;
26 using std::is_pointer;
27 using std::is_lvalue_reference;
28 using std::is_rvalue_reference;
[all …]
/third_party/flutter/skia/include/gpu/gl/
DGrGLFunctions.h21 using GrGLActiveTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum texture);
22 using GrGLAttachShaderFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint shader);
23 using GrGLBeginQueryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint id);
24 using GrGLBindAttribLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint index, con…
25 using GrGLBindBufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint buffer);
26 using GrGLBindFramebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint framebuffer);
27 using GrGLBindRenderbufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint renderbuffer);
28 using GrGLBindTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint texture);
29 using GrGLBindFragDataLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint colorNum…
30 using GrGLBindFragDataLocationIndexedFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint c…
[all …]
/third_party/boost/boost/
Dregex.h25 * add using declarations to bring POSIX API functions into
30 using boost::regoff_t;
31 using boost::regex_tA;
32 using boost::regmatch_t;
33 using boost::REG_BASIC;
34 using boost::REG_EXTENDED;
35 using boost::REG_ICASE;
36 using boost::REG_NOSUB;
37 using boost::REG_NEWLINE;
38 using boost::REG_NOSPEC;
[all …]
/third_party/skia/include/gpu/gl/
DGrGLFunctions.h21 using GrGLActiveTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum texture);
22 using GrGLAttachShaderFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint shader);
23 using GrGLBeginQueryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint id);
24 using GrGLBindAttribLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint index, con…
25 using GrGLBindBufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint buffer);
26 using GrGLBindFramebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint framebuffer);
27 using GrGLBindRenderbufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint renderbuffer);
28 using GrGLBindTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint texture);
29 using GrGLBindFragDataLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint colorNum…
30 using GrGLBindFragDataLocationIndexedFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint c…
[all …]
/third_party/boost/boost/python/detail/
Dtype_traits.hpp39 using boost::alignment_of;
40 using boost::add_const;
41 using boost::add_cv;
42 using boost::add_lvalue_reference;
43 using boost::add_pointer;
45 using boost::is_array;
46 using boost::is_class;
47 using boost::is_const;
48 using boost::is_convertible;
49 using boost::is_enum;
[all …]
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcstdio11 using ::FILE;
12 using ::fpos_t;
13 using ::size_t;
14 using ::clearerr;
15 using ::fgets;
16 using ::fscanf;
17 using ::gets;
18 using ::rename;
19 using ::tmpfile;
20 using ::fclose;
[all …]
Dcstdlib11 using ::abort;
12 using ::atexit;
13 using ::exit;
14 using ::getenv;
15 using ::system;
16 using ::calloc;
17 using ::malloc;
18 using ::free;
19 using ::realloc;
20 using ::atol;
[all …]
Dcwchar11 using ::mbstate_t;
12 using ::wint_t;
13 using ::size_t;
15 using ::btowc;
18 using ::getwchar;
21 using ::ungetwc;
23 using ::wcscpy;
25 using ::wcsrtombs;
28 using ::wmemchr;
31 using ::fgetwc;
[all …]
Dcstring11 using ::size_t;
12 using ::memchr;
13 using ::strcat;
14 using ::strcspn;
15 using ::strncpy;
16 using ::strtok;
17 using ::memcmp;
18 using ::strchr;
19 using ::strerror;
20 using ::strpbrk;
[all …]
Dcmath11 using ::acos;
12 using ::cos;
13 using ::fmod;
14 using ::modf;
15 using ::tan;
16 using ::asin;
17 using ::cosh;
18 using ::frexp;
19 using ::pow;
20 using ::tanh;
[all …]
/third_party/boost/boost/callable_traits/detail/unguarded/
Dfunction_3.hpp44 using traits = function;
46 using return_type = Return;
48 using arg_types = std::tuple<Args...>;
49 using non_invoke_arg_types = arg_types;
51 using type = Return(Args...)
56 using function_type = Return(Args...);
58 using qualified_function_type = Return(Args...)
63 using remove_varargs = type;
65 using add_varargs = Return (Args..., ...)
70 using is_noexcept = BOOST_CLBL_TRTS_IS_NOEXCEPT;
[all …]
/third_party/boost/libs/mp11/doc/mp11/
Dlist.adoc26 template<class T, T... I> using mp_list_c =
31 .Using mp_list_c
33 using L1 = mp_list_c<int, 2, 3>; // mp_list<mp_int<2>, mp_int<3>>
38 template<class L> using mp_is_list = /*...*/;
44 template<class L> using mp_size = /*...*/;
49 .Using mp_size with mp_list
51 using L1 = mp_list<>;
52 using R1 = mp_size<L1>; // mp_size_t\<0>
55 .Using mp_size with std::pair
57 using L2 = std::pair<int, int>;
[all …]
/third_party/boost/boost/asio/detail/
Dtype_traits.hpp54 using std::add_const;
55 using std::add_lvalue_reference;
56 using std::aligned_storage;
57 using std::alignment_of;
58 using std::conditional;
59 using std::decay;
60 using std::declval;
61 using std::enable_if;
62 using std::false_type;
63 using std::integral_constant;
[all …]
Dcstdint.hpp30 using std::int16_t;
31 using std::int_least16_t;
32 using std::uint16_t;
33 using std::uint_least16_t;
34 using std::int32_t;
35 using std::int_least32_t;
36 using std::uint32_t;
37 using std::uint_least32_t;
38 using std::int64_t;
39 using std::int_least64_t;
[all …]
/third_party/boost/libs/asio/include/boost/asio/detail/
Dtype_traits.hpp54 using std::add_const;
55 using std::add_lvalue_reference;
56 using std::aligned_storage;
57 using std::alignment_of;
58 using std::conditional;
59 using std::decay;
60 using std::declval;
61 using std::enable_if;
62 using std::false_type;
63 using std::integral_constant;
[all …]
/third_party/boost/boost/callable_traits/detail/
Dfunction_object.hpp22 using type = T;
23 using error_t = error_type<T>;
24 using function_type = typename Base::function_object_signature;
25 using arg_types = typename Base::non_invoke_arg_types;
26 using non_invoke_arg_types = arg_types;
31 using traits = function_object;
32 using class_type = error_t;
33 using invoke_type = error_t;
34 using remove_varargs = error_t;
35 using add_varargs = error_t;
[all …]
Ddefault_callable_traits.hpp23 using traits = default_callable_traits;
25 using error_t = error_type<T>;
28 using type = error_t;
31 using has_varargs = std::false_type;
33 using return_type = error_t;
41 using arg_types = error_t;
44 using non_invoke_arg_types = error_t;
50 using function_type = error_t;
53 using function_object_signature = error_t;
58 using qualified_function_type = error_t;
[all …]
/third_party/boost/boost/spirit/home/karma/
Ddomain.hpp29 using spirit::unused;
30 using spirit::unused_type;
31 using spirit::compile;
32 using spirit::info;
34 // You can bring these in with the using directive
41 using spirit::_pass_type;
42 using spirit::_val_type;
43 using spirit::_a_type;
44 using spirit::_b_type;
45 using spirit::_c_type;
[all …]
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.h33 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *);
35 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *…
37 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *,
40 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *,…
43 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
44 using clRetainMemObjectFunc = cl_int (*)(cl_mem);
45 using clReleaseMemObjectFunc = cl_int (*)(cl_mem);
46 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_…
47 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue);
49 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_…
[all …]
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Darithmetic_self_fp32_coder.h28 using mindspore::schema::PrimitiveType_Abs;
30 using mindspore::schema::PrimitiveType_AddFusion;
32 using mindspore::schema::PrimitiveType_AddN;
34 using mindspore::schema::PrimitiveType_Neg;
36 using mindspore::schema::PrimitiveType_Ceil;
38 using mindspore::schema::PrimitiveType_Cos;
40 using mindspore::schema::PrimitiveType_DivFusion;
42 using mindspore::schema::PrimitiveType_Equal;
44 using mindspore::schema::PrimitiveType_Floor;
46 using mindspore::schema::PrimitiveType_FloorDiv;
[all …]
/third_party/opencl-headers/include/
Dopencl_wrapper.h34 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *);
36 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *…
38 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *,
41 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *,…
44 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
45 using clRetainMemObjectFunc = cl_int (*)(cl_mem);
46 using clReleaseMemObjectFunc = cl_int (*)(cl_mem);
47 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_…
48 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue);
50 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_…
[all …]
/third_party/boost/libs/callable_traits/test/
Dadd_varargs.cpp18 using f = void(foo::*)(); in main()
19 using l = void(foo::*)() LREF; in main()
20 using r = void(foo::*)() RREF ; in main()
21 using c = void(foo::*)() const; in main()
22 using cl = void(foo::*)() const LREF; in main()
23 using cr = void(foo::*)() const RREF; in main()
24 using v = void(foo::*)() volatile; in main()
25 using vl = void(foo::*)() volatile LREF; in main()
26 using vr = void(foo::*)() volatile RREF; in main()
27 using cv = void(foo::*)() const volatile; in main()
[all …]
Dremove_varargs.cpp20 using f = void(foo::*)(); in main()
21 using l = void(foo::*)() LREF; in main()
22 using r = void(foo::*)() RREF ; in main()
23 using c = void(foo::*)() const; in main()
24 using cl = void(foo::*)() const LREF; in main()
25 using cr = void(foo::*)() const RREF; in main()
26 using v = void(foo::*)() volatile; in main()
27 using vl = void(foo::*)() volatile LREF; in main()
28 using vr = void(foo::*)() volatile RREF; in main()
29 using cv = void(foo::*)() const volatile; in main()
[all …]
/third_party/boost/boost/container/detail/
Dtype_traits.hpp33 using ::boost::move_detail::enable_if;
34 using ::boost::move_detail::enable_if_and;
35 using ::boost::move_detail::is_same;
36 using ::boost::move_detail::is_different;
37 using ::boost::move_detail::is_pointer;
38 using ::boost::move_detail::add_reference;
39 using ::boost::move_detail::add_const;
40 using ::boost::move_detail::add_const_reference;
41 using ::boost::move_detail::remove_const;
42 using ::boost::move_detail::remove_reference;
[all …]
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
Dopengl_platform.h17 using GLvoid = void;
18 using GLchar = char;
19 using GLenum = unsigned int;
20 using GLboolean = unsigned char;
21 using GLbitfield = unsigned int;
22 using GLbyte = khronos_int8_t;
23 using GLshort = short;
24 using GLint = int;
25 using GLsizei = int;
26 using GLubyte = khronos_uint8_t;
[all …]

12345678910>>...565