| /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;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | Any.h | 80 using U = typename std::decay<T>::type; in Any() 117 using U = in any_isa() 123 using U = in any_cast() 129 using U = in any_cast() 135 using U = in any_cast() 141 using U = in any_cast() 150 using U = typename std::decay<T>::type; in any_cast()
|
| H A D | SmallSet.h | 37 using SetIterTy = typename std::set<T, C>::const_iterator; 38 using VecIterTy = typename SmallVector<T, N>::const_iterator; 39 using SelfTy = SmallSetIterator<T, N, C>; 131 /// maintained with no mallocs. If the set gets large, we expand to using an 141 using VIterator = typename SmallVector<T, N>::const_iterator; 142 using mutable_iterator = typename SmallVector<T, N>::iterator; 145 // not a good idea to choose this value too high. You may consider using a 150 using size_type = size_t; 151 using const_iterator = SmallSetIterator<T, N, C>; 246 /// If this set is of pointer values, transparently switch over to using [all...] |
| /third_party/skia/include/core/ |
| H A D | SkStringView.h | 21 using value_type = char; 22 using traits_type = std::char_traits<value_type>; 23 using const_pointer = const value_type*; 24 using const_reference = const value_type&; 25 using iterator = const_pointer; 26 using const_iterator = iterator; 27 using size_type = size_t;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | trace_fixture.h | 37 using DecompressCallback = uint8_t *(*)(const std::vector<uint8_t> &); 38 using ValidateSerializedStateCallback = void (*)(const char *, const char *, uint32_t); 55 using LocationsMap = std::unordered_map<GLuint, std::unordered_map<GLint, GLint>>; 58 using BlockIndexesMap = std::unordered_map<GLuint, std::unordered_map<GLuint, GLuint>>; 142 using SyncResourceMap = std::unordered_map<uintptr_t, GLsync>; 144 using ContextMap = std::unordered_map<uint32_t, EGLContext>; 148 using BufferHandleMap = std::unordered_map<GLuint, void *>;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | ResourceManager11.h | 51 using InputElementArray = WrappedArray<D3D11_INPUT_ELEMENT_DESC>; 52 using ShaderData = WrappedArray<uint8_t>; 100 using Value = D3D11TYPE; \ 108 using Value = DESCTYPE; \ 116 using Value = INITDATATYPE; \ 129 using Get##NAME = typename NAME<Param>::Value; 169 using GetDescFromD3D11 = GetDescType<ResourceTypeFromD3D11<T>::Value>; 172 using GetInitDataFromD3D11 = GetInitDataType<ResourceTypeFromD3D11<T>::Value>; 267 using UniquePtr = typename std::unique_ptr<T, std::default_delete<T>>; 397 using RESTYP [all...] |
| /third_party/node/deps/v8/third_party/googletest/custom/gtest/internal/custom/ |
| H A D | gtest-port.h | 19 using std::get; 20 using std::make_tuple; 21 using std::tuple;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 352 using ValType = ConstantExprKeyType; 353 using TypeClass = Type; 356 using ValType = InlineAsmKeyType; 357 using TypeClass = PointerType; 360 using ValType = ConstantAggrKeyType<ConstantArray>; 361 using TypeClass = ArrayType; 364 using ValType = ConstantAggrKeyType<ConstantStruct>; 365 using TypeClass = StructType; 368 using ValType = ConstantAggrKeyType<ConstantVector>; 369 using TypeClas [all...] |
| /third_party/gn/src/base/ |
| H A D | command_line.h | 35 using StringType = std::u16string; 37 using StringType = std::string; 40 using CharType = StringType::value_type; 41 using StringVector = std::vector<StringType>; 42 using SwitchMap = std::multimap<std::string, StringType, std::less<>>;
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | node-aux-data.h | 65 using iterator_category = std::forward_iterator_tag; 66 using difference_type = int; 67 using value_type = std::pair<size_t, T>; 68 using pointer = value_type*; 69 using reference = value_type&;
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | field-index.h | 115 using OffsetBits = base::BitField64<int, 0, kOffsetBitsSize>; 116 using IsInObjectBits = OffsetBits::Next<bool, 1>; 117 using EncodingBits = IsInObjectBits::Next<Encoding, 2>; 119 using InObjectPropertyBits = 122 using FirstInobjectPropertyOffsetBits =
|
| H A D | name.h | 103 using HashFieldTypeBits = base::BitField<HashFieldType, 0, 2>; 104 using HashBits = 141 using ArrayIndexValueBits = 143 using ArrayIndexLengthBits = 216 using BodyDescriptor = FixedBodyDescriptor<kDescriptionOffset, kSize, kSize>;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | CLDeviceImpl.h | 19 using Ptr = std::unique_ptr<CLDeviceImpl>; 20 using CreateFunc = std::function<Ptr(const cl::Device &)>; 21 using CreateFuncs = std::list<CreateFunc>; 22 using CreateData = std::pair<cl::DeviceType, CreateFunc>; 23 using CreateDatas = std::list<CreateData>;
|
| /third_party/skia/third_party/externals/angle2/src/common/serializer/ |
| H A D | JsonSerializer.h | 34 using Type = T; 40 using Type = uint64_t; 46 using Type = int64_t; 112 using SortedValueGroup = std::multimap<std::string, rapidjson::Value>; 119 using ValuePointer = std::unique_ptr<rapidjson::Value>;
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | basic_block.h | 144 using iterator_category = std::forward_iterator_tag; 145 using value_type = BasicBlock*; 146 using pointer = value_type*; 147 using reference = value_type&; 148 using difference_type = std::ptrdiff_t;
|
| /third_party/skia/src/gpu/ops/ |
| H A D | GrMeshDrawOp.h | 51 /** Helper for rendering repeating meshes using a patterned index buffer. This class creates the 87 using PatternHelper::mesh; 88 using PatternHelper::recordDraw; 89 using PatternHelper::vertices; 92 using INHERITED = PatternHelper; 131 using INHERITED = GrDrawOp;
|
| /third_party/skia/src/gpu/ |
| H A D | GrProcessorUnitTest.h | 44 * specific backend API. TestCreate functions are also free to create additional textures using 49 using ViewInfo = std::tuple<GrSurfaceProxyView, GrColorType, SkAlphaType>; 85 using MakeProc = ProcessorSmartPtr (*)(GrProcessorTestData*); 107 using GrFragmentProcessorTestFactory = GrProcessorTestFactory<std::unique_ptr<GrFragmentProcessor>>; 108 using GrGeometryProcessorTestFactory = GrProcessorTestFactory<GrGeometryProcessor*>; 112 using GetFn = const GrXPFactory*(GrProcessorTestData*);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | basic_block.h | 144 using iterator_category = std::forward_iterator_tag; 145 using value_type = BasicBlock*; 146 using pointer = value_type*; 147 using reference = value_type&; 148 using difference_type = std::ptrdiff_t;
|