/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | SerialMap.h | 28 using Serial = SerialT; 29 using Value = ValueT; 30 using Storage = std::map<Serial, std::vector<Value>>; 31 using StorageIterator = typename Storage::iterator; 32 using ConstStorageIterator = typename Storage::const_iterator;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 135 using IsSymbolValidFunction = std::function<bool(StringRef Symbol)>; 136 using GetSymbolInfoFunction = 138 using GetSectionInfoFunction = std::function<Expected<MemoryRegionInfo>( 140 using GetStubInfoFunction = std::function<Expected<MemoryRegionInfo>( 142 using GetGOTInfoFunction = std::function<Expected<MemoryRegionInfo>(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 95 using compile_unit_iterator = 97 using subprogram_iterator = SmallVectorImpl<DISubprogram *>::const_iterator; 98 using global_variable_expression_iterator = 100 using type_iterator = SmallVectorImpl<DIType *>::const_iterator; 101 using scope_iterator = SmallVectorImpl<DIScope *>::const_iterator;
|
H A D | PassInstrumentation.h | 78 using BeforePassFunc = bool(StringRef, Any); 79 using AfterPassFunc = void(StringRef, Any); 80 using AfterPassInvalidatedFunc = void(StringRef); 81 using BeforeAnalysisFunc = void(StringRef, Any); 82 using AfterAnalysisFunc = void(StringRef, Any);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 37 using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>; 90 using ImportThresholdsTy = 98 using ImportMapTy = StringMap<FunctionsToImportTy>; 101 using ExportSetTy = DenseSet<ValueInfo>; 104 using ModuleLoaderTy = 146 /// Compute all the imports for the given module using the Index. 155 /// Used for distributed builds using a distributed index.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | AssumptionCache.h | 58 using DMI = DenseMapInfo<Value *>; 68 using AffectedValuesMap = 160 using Result = AssumptionCache; 194 using DMI = DenseMapInfo<Value *>; 202 using FunctionCallsMap =
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 74 using Entries = SmallVector<Entry, 4>; 75 using InlinedEntity = std::pair<const DINode *, const DILocation *>; 76 using EntriesMap = MapVector<InlinedEntity, Entries>; 106 using InlinedEntity = std::pair<const DINode *, const DILocation *>; 107 using InstrMap = MapVector<InlinedEntity, const MachineInstr *>;
|
H A D | MachineLoopInfo.h | 111 using iterator = LoopInfoBase<MachineBasicBlock, MachineLoop>::iterator; 177 using NodeRef = const MachineLoop *; 178 using ChildIteratorType = MachineLoopInfo::iterator; 186 using NodeRef = MachineLoop *; 187 using ChildIteratorType = MachineLoopInfo::iterator;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | mock_helpers.h | 41 using IdType = ::absl::base_internal::FastTypeIdType; 51 using result_type = ResultT; 52 using discriminator_type = DiscriminatorT; 53 using arg_tuple_type = ArgTupleT; 58 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock(
|
H A D | mock_overload_set.h | 46 using KeyT = Ret(DistrT, std::tuple<Args...>); 62 using KeyT = Ret(DistrT, std::tuple<Arg, Args...>); 86 using MockSingleOverload<DistrT, Sig>::gmock_Call; 93 using MockSingleOverload<DistrT, FirstSig>::gmock_Call; 94 using MockOverloadSet<DistrT, Rest...>::gmock_Call;
|
H A D | pool_urbg.h | 35 using result_type = T; 72 using unsigned_type = typename make_unsigned_bits<T>::type; 73 using PoolType = RandenPool<unsigned_type>; 74 using SpanType = absl::Span<unsigned_type>; 80 using result_type = T;
|
H A D | distribution_caller.h | 47 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 51 using HasInvokeMock = typename detector<invoke_mock_t, void, URBG>::type; 66 using ResultT = typename DistrT::result_type; in Impl() 67 using ArgTupleT = std::tuple<absl::decay_t<Args>...>; in Impl() 68 using KeyT = ResultT(DistrT, ArgTupleT); in Impl()
|
/third_party/skia/third_party/externals/angle2/include/ |
H A D | angle_cl.h | 28 using ContextErrorCB = void(CL_CALLBACK *)(const char *errinfo, 33 using MemoryCB = void(CL_CALLBACK *)(cl_mem memobj, void *user_data); 34 using ProgramCB = void(CL_CALLBACK *)(cl_program program, void *user_data); 35 using EventCB = void(CL_CALLBACK *)(cl_event event, cl_int event_command_status, void *user_data); 36 using UserFunc = void(CL_CALLBACK *)(void *args);
|
/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_host/ |
H A D | dcamera_host.h | 35 using namespace OHOS::HDI::DistributedCamera::V1_1; 36 using HDI::Camera::V1_3::ICameraDevice; 37 using HDI::Camera::V1_0::ICameraDeviceCallback; 38 using HDI::Camera::V1_0::FlashlightStatus; 39 using HDI::Camera::V1_0::CameraStatus; 40 using HDI::Camera::V1_3::ICameraHost; 41 using HDI::Camera::V1_1::PrelaunchConfig;
|
/foundation/CastEngine/castengine_wifi_display/services/configuration/include/ |
H A D | sharing_data.h | 33 using Ptr = std::shared_ptr<SharingValue>; 75 using Ptr = std::shared_ptr<SharingDataGroupByTag>; 76 using Each = std::function<void(const std::string &key, const SharingValue::Ptr &value)>; 103 using Ptr = std::shared_ptr<SharingDataGroupByModule>; 104 using Each = std::function<void(const std::string &tag, const SharingDataGroupByTag::Ptr &value)>; 134 using Ptr = std::shared_ptr<SharingData>; 135 using Each = std::function<void(const std::string &module, const SharingDataGroupByModule::Ptr &value)>;
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/ |
H A D | wfd_message.h | 145 using WfdRtspM4Response = RtspResponse; 158 using WfdRtspM5Response = RtspResponse; 159 using WfdRtspM6Request = RtspRequestSetup; 181 using WfdRtspM7Request = RtspRequestPlay; 182 using WfdRtspM8Request = RtspRequestTeardown; 205 using WfdRtspM8Response = RtspResponse; 216 using WfdRtspM16Response = RtspResponse;
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
H A D | supervisor.h | 32 using OHOS::ResourceSchedule::CgroupSetting::SchedPolicy; 33 using OHOS::ResourceSchedule::CgroupSetting::SP_DEFAULT; 34 using OHOS::ResourceSchedule::CgroupSetting::SP_BACKGROUND; 35 using OHOS::ResourceSchedule::CgroupSetting::SP_FOREGROUND; 36 using OHOS::ResourceSchedule::CgroupSetting::SP_SYSTEM_BACKGROUND; 37 using OHOS::ResourceSchedule::CgroupSetting::SP_TOP_APP; 38 using OHOS::ResourceSchedule::CgroupSetting::SP_UPPER_LIMIT;
|
/third_party/gn/src/gn/ |
H A D | scope.h | 43 using KeyValueMap = std::map<std::string_view, Value>; 45 using ItemVector = std::vector<std::unique_ptr<Item>>; 359 using RecordMap = std::unordered_map<std::string_view, Record>; 398 using NamedScopeMap = std::unordered_map<std::string, std::unique_ptr<Scope>>; 402 using TemplateMap = std::map<std::string, scoped_refptr<const Template>>; 408 using PropertyMap = std::map<const void*, void*>; 411 using ProviderSet = std::set<ProgrammaticProvider*>;
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.h | 69 using AdditionalParameters = ECDHBitsConfig; 92 using ECDHBitsJob = DeriveBitsJob<ECDHBitsTraits>; 102 using EcKeyPairGenConfig = KeyPairGenConfig<EcKeyPairParams>; 105 using AdditionalParameters = EcKeyPairGenConfig; 117 using ECKeyPairGenJob = KeyGenJob<KeyPairGenTraits<EcKeyGenTraits>>; 130 using AdditionalParameters = ECKeyExportConfig; 144 using ECKeyExportJob = KeyExportJob<ECKeyExportTraits>;
|
/third_party/skia/src/core/ |
H A D | SkEnumerate.h | 19 using Captured = decltype(*std::declval<Iter>()); 28 // Capture v by reference instead of by value by using std::tie. in MakeResult() 33 using Result = decltype(MakeResult(0, std::declval<Captured>())); 37 using value_type = Result; 38 using difference_type = ptrdiff_t; 39 using pointer = value_type*; 40 using reference = value_type; 41 using iterator_category = std::input_iterator_tag;
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 110 using PrintingClasses = std::vector<PrintingClass>; 147 using ContainerType = std::vector<EValue>; 148 using iterator = typename ContainerType::iterator; 149 using const_iterator = typename ContainerType::const_iterator; 221 using EnumValues = EnumValuesContainer<EnumValue>; 247 using iterator = EnumValues::iterator; 289 using InstructionValues = EnumValuesContainer<InstructionValue>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 110 using PrintingClasses = std::vector<PrintingClass>; 147 using ContainerType = std::vector<EValue>; 148 using iterator = typename ContainerType::iterator; 149 using const_iterator = typename ContainerType::const_iterator; 221 using EnumValues = EnumValuesContainer<EnumValue>; 247 using iterator = EnumValues::iterator; 289 using InstructionValues = EnumValuesContainer<InstructionValue>;
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | Server.h | 69 using UserdataT = typename std::remove_pointer<typename std::decay<decltype( 99 using UntypedCallback = 110 using CallbackUserdata::CallbackUserdata; 121 using CallbackUserdata::CallbackUserdata; 128 using CallbackUserdata::CallbackUserdata; 135 using CallbackUserdata::CallbackUserdata; 142 using CallbackUserdata::CallbackUserdata;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 112 /// Construct a CtorDtorRunner for the given range using the given 127 using CtorDtorTy = void (*)(); in runViaLayer() 164 using CtorDtorList = std::vector<SymbolStringPtr>; 165 using CtorDtorPriorityMap = std::map<unsigned, CtorDtorList>; 197 using DestructorPtr = void (*)(void *); 198 using CXXDestructorDataPair = std::pair<DestructorPtr, void *>; 199 using CXXDestructorDataPairList = std::vector<CXXDestructorDataPair>; 256 using SymbolPredicate = std::function<bool(const SymbolStringPtr &)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | type_traits.h | 31 using UnderlyingT = typename std::remove_reference<T>::type; 44 struct add_lvalue_reference_if_not_pointer { using type = T &; }; 49 using type = T; 55 struct add_const_past_pointer { using type = const T; }; 60 using type = const typename std::remove_pointer<T>::type *; 65 using type = const T &; 70 using type = typename add_const_past_pointer<T>::type;
|