| /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);
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.h | 100 using Base = ParserBase<Parser>; 101 using Impl = Parser; 104 using Block = v8::internal::Block*; 105 using BreakableStatement = v8::internal::BreakableStatement*; 106 using ClassLiteralProperty = ClassLiteral::Property*; 107 using ClassLiteralStaticElement = ClassLiteral::StaticElement*; 108 using ClassPropertyList = ZonePtrList<ClassLiteral::Property>*; 109 using ClassStaticElementList = ZonePtrList<ClassLiteral::StaticElement>*; 110 using Expression = v8::internal::Expression*; 111 using ExpressionLis [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 42 using VModuleKey = uint64_t; 46 using SymbolNameSet = DenseSet<SymbolStringPtr>; 49 using SymbolNameVector = std::vector<SymbolStringPtr>; 53 using SymbolMap = DenseMap<SymbolStringPtr, JITEvaluatedSymbol>; 56 using SymbolFlagsMap = DenseMap<SymbolStringPtr, JITSymbolFlags>; 59 using SymbolDependenceMap = DenseMap<JITDylib *, SymbolNameSet>; 93 using JITDylibSearchOrder = 117 using value_type = std::pair<SymbolStringPtr, SymbolLookupFlags>; 118 using UnderlyingVector = std::vector<value_type>; 119 using iterato [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 76 using VPlanPtr = std::unique_ptr<VPlan>; 107 /// Entries from either map can be retrieved using the getVectorValue and 122 using VectorParts = SmallVector<Value *, 2>; 123 using ScalarParts = SmallVector<SmallVector<Value *, 4>, 2>; 248 /// that all instances are to be generated, using either scalar or vector 403 using VPBlockTy = enum { VPBasicBlockSC, VPRegionBlockSC }; 405 using VPBlocksTy = SmallVectorImpl<VPBlockBase *>; 593 using VPRecipeTy = enum { 1063 using RecipeListTy = iplist<VPRecipeBase>; 1079 using iterato [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-primitive.h | 450 * Creates a new external string using the data defined in the given 472 * Creates a new external string using the one-byte data defined in the given 617 * Retrieve a global symbol. Similar to |For|, but using a separate 730 * Creates a new BigInt object using a specified sign bit and a 783 using S = internal::Address; in Empty() 784 using I = internal::Internals; in Empty() 791 using A = internal::Address; in GetExternalStringResource() 792 using I = internal::Internals; in GetExternalStringResource() 812 using A = internal::Address; in GetExternalStringResourceBase() 813 using in GetExternalStringResourceBase() [all...] |
| /third_party/node/deps/v8/include/ |
| H A D | v8-primitive.h | 448 * Creates a new external string using the data defined in the given 470 * Creates a new external string using the one-byte data defined in the given 608 * Retrieve a global symbol. Similar to |For|, but using a separate 721 * Creates a new BigInt object using a specified sign bit and a 774 using S = internal::Address; in Empty() 775 using I = internal::Internals; in Empty() 782 using A = internal::Address; in GetExternalStringResource() 783 using I = internal::Internals; in GetExternalStringResource() 804 using A = internal::Address; in GetExternalStringResourceBase() 805 using in GetExternalStringResourceBase() [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | variant.h | 54 using std::bad_variant_access; 55 using std::get; 56 using std::get_if; 57 using std::holds_alternative; 58 using std::monostate; 59 using std::variant; 60 using std::variant_alternative; 61 using std::variant_alternative_t; 62 using std::variant_npos; 63 using st [all...] |
| /third_party/googletest/googletest/include/gtest/hwext/ |
| H A D | gtest-tag.h | 14 using ::std::string; 15 using ::std::map; 16 using ::std::pair; 17 using ::std::vector;
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | shortnumberinfo.h | 33 using std::list; 34 using std::map; 35 using std::set; 36 using std::string; 92 // checked using IsValidShortNumberForRegion. Note that emergency numbers are 155 // validity must first be checked using IsValidShortNumber or 163 // that the number is valid, then its validity must first be checked using 175 // its validity must first be checked using IsValidShortNumber or
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | api-callbacks.h | 71 using BodyDescriptor = StructBodyDescriptor; 87 using BodyDescriptor = StructBodyDescriptor; 103 using BodyDescriptor = StructBodyDescriptor; 124 using BodyDescriptor = StructBodyDescriptor;
|
| /third_party/skia/src/effects/ |
| H A D | SkOpPE.h | 33 using INHERITED = SkPathEffectBase; 57 using INHERITED = SkPathEffectBase; 79 using INHERITED = SkPathEffectBase; 99 using INHERITED = SkPathEffectBase;
|
| /third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
| H A D | VulkanBackend.h | 57 using ExternalImageDescriptor::ExternalImageDescriptor; 68 using ExternalImageExportInfo::ExternalImageExportInfo; 84 using ExternalImageDescriptorVk::ExternalImageDescriptorVk; 110 using ExternalImageExportInfoVk::ExternalImageExportInfoVk;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | MD5.h | 68 using namespace support; in low() 73 using namespace support; in high() 77 using namespace support; in words() 110 using namespace support; in MD5Hash()
|