/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_set.h | 27 // of those types. However, because they are implemented using B-trees, they 30 // Unlike `std::set` and `std::multiset`, which are commonly implemented using 62 // Keys are sorted using an (optional) comparison function, which defaults to 78 using Base = typename btree_set::btree_set_container; 120 using Base::Base; 125 using Base::begin; 130 using Base::cbegin; 135 using Base::end; 140 using Base::cend; 145 using Bas [all...] |
H A D | btree_map.h | 27 // of those types. However, because they are implemented using B-trees, they 30 // Unlike `std::map` and `std::multimap`, which are commonly implemented using 62 // Keys are sorted using an (optional) comparison function, which defaults to 78 using Base = typename btree_map::btree_map_container; 120 using Base::Base; 125 using Base::begin; 130 using Base::cbegin; 135 using Base::end; 140 using Base::cend; 145 using Bas [all...] |
H A D | node_hash_set.h | 30 // well, if you are migrating your code from using `std::unordered_set`, a 98 using Base = typename node_hash_set::raw_hash_set; 142 using Base::Base; 147 using Base::begin; 152 using Base::cbegin; 157 using Base::cend; 162 using Base::end; 171 using Base::capacity; 176 using Base::empty; 184 using Bas [all...] |
H A D | flat_hash_set.h | 78 // require pointer stability, consider using 104 using Base = typename flat_hash_set::raw_hash_set; 148 using Base::Base; 153 using Base::begin; 158 using Base::cbegin; 163 using Base::cend; 168 using Base::end; 177 using Base::capacity; 182 using Base::empty; 190 using Bas [all...] |
H A D | node_hash_map.h | 30 // valid alternative. As well, if you are migrating your code from using 106 using Base = typename node_hash_map::raw_hash_map; 150 using Base::Base; 155 using Base::begin; 160 using Base::cbegin; 165 using Base::cend; 170 using Base::end; 179 using Base::capacity; 184 using Base::empty; 192 using Bas [all...] |
H A D | flat_hash_map.h | 82 // consider using `absl::flat_hash_map<Key, std::unique_ptr<Value>>` instead. 111 using Base = typename flat_hash_map::raw_hash_map; 155 using Base::Base; 160 using Base::begin; 165 using Base::cbegin; 170 using Base::cend; 175 using Base::end; 184 using Base::capacity; 189 using Base::empty; 197 using Bas [all...] |
/third_party/skia/include/gpu/gl/ |
H A D | GrGLFunctions.h | 21 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, const char* name); 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 colorNumber, const GrGLchar* name); 30 using GrGLBindFragDataLocationIndexedF [all...] |
/third_party/opencl-headers/include/ |
H A D | opencl_wrapper.h | 37 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *); 39 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *); 41 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *, 44 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *, const size_t *, 47 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *); 48 using clRetainMemObjectFunc = cl_int (*)(cl_mem); 49 using clReleaseMemObjectFunc = cl_int (*)(cl_mem); 50 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_event *, cl_event *); 51 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue); 53 using clCreateContextFun [all...] |
/third_party/skia/modules/skparagraph/include/ |
H A D | drawing.h | 35 using RSBlurType = RSDrawing::BlurType; 36 using RSBrush = RSDrawing::Brush; 37 using RSCanvas = RSDrawing::Canvas; 38 using RSColor = RSDrawing::Color; 39 using RSFilter = RSDrawing::Filter; 40 using RSFont = RSDrawing::Font; 41 using RSFontEdging = RSDrawing::FontEdging; 42 using RSFontHinting = RSDrawing::FontHinting; 43 using RSFontMetrics = RSDrawing::FontMetrics; 44 using RSFontMg [all...] |
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/ |
H A D | opengl_platform.h | 17 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 GLubyt [all...] |
/drivers/peripheral/user_auth/hdi_service/interface/ |
H A D | user_auth_hdi.h | 26 using IUserAuthInterface = OHOS::HDI::UserAuth::V2_0::IUserAuthInterface; 27 using UserAuthInterfaceService = OHOS::HDI::UserAuth::V2_0::UserAuthInterfaceService; 29 using HdiAuthType = OHOS::HDI::UserAuth::V2_0::AuthType; 30 using HdiExecutorRole = OHOS::HDI::UserAuth::V2_0::ExecutorRole; 31 using HdiExecutorSecureLevel = OHOS::HDI::UserAuth::V2_0::ExecutorSecureLevel; 32 using HdiPinSubType = OHOS::HDI::UserAuth::V2_0::PinSubType; 33 using HdiScheduleMode = OHOS::HDI::UserAuth::V2_0::ScheduleMode; 34 using HdiExecutorRegisterInfo = OHOS::HDI::UserAuth::V2_0::ExecutorRegisterInfo; 35 using HdiExecutorInfo = OHOS::HDI::UserAuth::V2_0::ExecutorInfo; 36 using HdiScheduleInf [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-callbacks.h | 138 using JitCodeEventHandler = void (*)(const JitCodeEvent* event); 184 using GCCallback = void (*)(GCType type, GCCallbackFlags flags); 186 using InterruptCallback = void (*)(Isolate* isolate, void* data); 195 using NearHeapLimitCallback = size_t (*)(void* data, size_t current_heap_limit, 202 using UnhandledExceptionCallback = 208 using CounterLookupCallback = int* (*)(const char* name); 210 using CreateHistogramCallback = void* (*)(const char* name, int min, int max, 213 using AddHistogramSampleCallback = void (*)(void* histogram, int sample); 217 using FatalErrorCallback = void (*)(const char* location, const char* message); 219 using OOMErrorCallbac [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-callbacks.h | 140 using JitCodeEventHandler = void (*)(const JitCodeEvent* event); 186 using GCCallback = void (*)(GCType type, GCCallbackFlags flags); 188 using InterruptCallback = void (*)(Isolate* isolate, void* data); 197 using NearHeapLimitCallback = size_t (*)(void* data, size_t current_heap_limit, 204 using UnhandledExceptionCallback = 210 using CounterLookupCallback = int* (*)(const char* name); 212 using CreateHistogramCallback = void* (*)(const char* name, int min, int max, 215 using AddHistogramSampleCallback = void (*)(void* histogram, int sample); 219 using FatalErrorCallback = void (*)(const char* location, const char* message); 226 using OOMErrorCallbac [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | Forward.h | 42 using AdapterType = Adapter; 43 using BindGroupType = BindGroup; 44 using BindGroupLayoutType = BindGroupLayout; 45 using BufferType = Buffer; 46 using CommandBufferType = CommandBuffer; 47 using ComputePipelineType = ComputePipeline; 48 using DeviceType = Device; 49 using PipelineLayoutType = PipelineLayout; 50 using QuerySetType = QuerySet; 51 using QueueTyp [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | Forward.h | 42 using AdapterType = Adapter; 43 using BindGroupType = BindGroup; 44 using BindGroupLayoutType = BindGroupLayout; 45 using BufferType = Buffer; 46 using CommandBufferType = CommandBuffer; 47 using ComputePipelineType = ComputePipeline; 48 using DeviceType = Device; 49 using PipelineLayoutType = PipelineLayout; 50 using QuerySetType = QuerySet; 51 using QueueTyp [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 69 using std::greater; 70 using std::less; 71 using std::list; 72 using std::make_pair; 73 using std::map; 74 using std::multimap; 75 using std::multiset; 76 using std::ostream; 77 using std::pair; 78 using st [all...] |
H A D | gmock_link_test.h | 101 // constructs, only that the programs using them will link successfully. 129 using testing::_; 130 using testing::A; 131 using testing::Action; 132 using testing::AllOf; 133 using testing::AnyOf; 134 using testing::Assign; 135 using testing::ContainerEq; 136 using testing::DoAll; 137 using testin [all...] |
/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | face_auth_hdi.h | 30 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface; 31 using FaceAuthInterfaceStub = OHOS::HDI::FaceAuth::V2_0::FaceAuthInterfaceStub; 32 using AllInOneExecutorStub = OHOS::HDI::FaceAuth::V2_0::AllInOneExecutorStub; 34 using IExecutorCallback = OHOS::HDI::FaceAuth::V2_0::IExecutorCallback; 36 using IAllInOneExecutor = OHOS::HDI::FaceAuth::V2_0::IAllInOneExecutor; 38 using AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType; 39 using ExecutorRole = OHOS::HDI::FaceAuth::V2_0::ExecutorRole; 40 using ExecutorSecureLevel = OHOS::HDI::FaceAuth::V2_0::ExecutorSecureLevel; 41 using DriverCommandId = OHOS::HDI::FaceAuth::V2_0::DriverCommandId; 42 using FaceTipsCod [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | Forward.h | 42 using AdapterType = Adapter; 43 using BindGroupType = BindGroup; 44 using BindGroupLayoutType = BindGroupLayout; 45 using BufferType = Buffer; 46 using CommandBufferType = CommandBuffer; 47 using ComputePipelineType = ComputePipeline; 48 using DeviceType = Device; 49 using PipelineLayoutType = PipelineLayout; 50 using QuerySetType = QuerySet; 51 using QueueTyp [all...] |
/third_party/gn/src/base/ |
H A D | value_iterators.h | 20 using DictStorage = base::flat_map<std::string, std::unique_ptr<Value>>; 29 using difference_type = DictStorage::iterator::difference_type; 30 using value_type = std::pair<const std::string, Value>; 31 using reference = std::pair<const std::string&, Value&>; 32 using iterator_category = std::bidirectional_iterator_tag; 73 using difference_type = DictStorage::const_iterator::difference_type; 74 using value_type = std::pair<const std::string, Value>; 75 using reference = std::pair<const std::string&, const Value&>; 76 using iterator_category = std::bidirectional_iterator_tag; 119 using key_typ [all...] |
/drivers/peripheral/fingerprint_auth/hdi_service/include/ |
H A D | fingerprint_auth_hdi.h | 30 using IFingerprintAuthInterface = OHOS::HDI::FingerprintAuth::V2_0::IFingerprintAuthInterface; 31 using FingerprintAuthInterfaceStub = OHOS::HDI::FingerprintAuth::V2_0::FingerprintAuthInterfaceStub; 32 using AllInOneExecutorStub = OHOS::HDI::FingerprintAuth::V2_0::AllInOneExecutorStub; 34 using IExecutorCallback = OHOS::HDI::FingerprintAuth::V2_0::IExecutorCallback; 36 using IAllInOneExecutor = OHOS::HDI::FingerprintAuth::V2_0::IAllInOneExecutor; 38 using AuthType = OHOS::HDI::FingerprintAuth::V2_0::AuthType; 39 using ExecutorRole = OHOS::HDI::FingerprintAuth::V2_0::ExecutorRole; 40 using ExecutorSecureLevel = OHOS::HDI::FingerprintAuth::V2_0::ExecutorSecureLevel; 41 using DriverCommandId = OHOS::HDI::FingerprintAuth::V2_0::DriverCommandId; 42 using FingerprintTipsCod [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | Forward.h | 41 using AdapterType = Adapter; 42 using BindGroupType = BindGroup; 43 using BindGroupLayoutType = BindGroupLayout; 44 using BufferType = Buffer; 45 using CommandBufferType = CommandBuffer; 46 using ComputePipelineType = ComputePipeline; 47 using DeviceType = Device; 48 using PipelineLayoutType = PipelineLayout; 49 using QuerySetType = QuerySet; 50 using QueueTyp [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionInfo.h | 29 // the dominator tree. Most passes maintain it, such that using 82 using BrokenT = typename FuncT_::UnknownRegionTypeError; 87 using FuncT = Function; 88 using BlockT = BasicBlock; 89 using RegionT = Region; 90 using RegionNodeT = RegionNode; 91 using RegionInfoT = RegionInfo; 92 using DomTreeT = DominatorTree; 93 using DomTreeNodeT = DomTreeNode; 94 using DomFrontier [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLtypes.h | 54 using BufferPtr = RefPointer<Buffer>; 55 using CommandQueuePtr = RefPointer<CommandQueue>; 56 using ContextPtr = RefPointer<Context>; 57 using DevicePtr = RefPointer<Device>; 58 using EventPtr = RefPointer<Event>; 59 using KernelPtr = RefPointer<Kernel>; 60 using MemoryPtr = RefPointer<Memory>; 61 using PlatformPtr = RefPointer<Platform>; 62 using ProgramPtr = RefPointer<Program>; 63 using SamplerPt [all...] |
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | spirv_types.h | 7 // Strong types for SPIR-V Ids to prevent mistakes when using the builder and parser APIs. 52 using IdRef = BoxedUint32<IdRefHelper>; 63 using IdResult = IdRef; 64 using IdResultType = IdRef; 65 using IdMemorySemantics = IdRef; 66 using IdScope = IdRef; 67 using LiteralInteger = BoxedUint32<LiteralIntegerHelper>; 68 using LiteralString = const char *; 70 using LiteralContextDependentNumber = LiteralInteger; 73 using LiteralExtInstIntege [all...] |