| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | SynchronizedValue.h | 26 using value_type = T; 27 using mutex_type = Lockable; 55 using BaseType = ConstStrictLockPtr<T, Lockable>; 79 using type = StrictLockPtr<typename SV::value_type, typename SV::mutex_type>; 85 using type = ConstStrictLockPtr<typename SV::value_type, typename SV::mutex_type>; 92 using BaseType = std::unique_lock<Lockable>; 95 using value_type = T; 96 using mutex_type = Lockable; 137 using BaseType = ConstUniqueLockPtr<T, Lockable>; 175 using typ [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 343 using SysAlias::SysAlias; 351 using SysAlias::SysAlias; 359 using SysAlias::SysAlias; 367 using SysAliasReg::SysAliasReg; 375 using SysAlias::SysAlias; 383 using SysAlias::SysAlias; 391 using SysAlias::SysAlias; 399 using SysAlias::SysAlias; 426 using SysAlias::SysAlias; 434 using SysAlia [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | container_memory.h | 57 using M = AlignedType<Alignment>; in Allocate() 58 using A = typename absl::allocator_traits<Alloc>::template rebind_alloc<M>; in Allocate() 59 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate() 76 using M = AlignedType<Alignment>; in Deallocate() 77 using A = typename absl::allocator_traits<Alloc>::template rebind_alloc<M>; in Deallocate() 78 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate() 89 // Constructs T into uninitialized storage pointed by `ptr` using the args 145 // Constructs T into uninitialized storage pointed by `ptr` using the args 155 // Constructs T using the args specified in the tuple and calls F with the 330 using value_typ [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord.h | 134 using EnableIfString = 354 using iterator_category = std::input_iterator_tag; 355 using value_type = absl::string_view; 356 using difference_type = ptrdiff_t; 357 using pointer = const value_type*; 358 using reference = value_type; 373 using CordRep = absl::cord_internal::CordRep; 374 using CordRepBtree = absl::cord_internal::CordRepBtree; 375 using CordRepBtreeReader = absl::cord_internal::CordRepBtreeReader; 381 using Stac [all...] |
| /test/xts/hats/hdf/bluetooth/hdiService/ |
| H A D | bluetooth_hci_callback_impl.h | 22 using OHOS::HDI::Bluetooth::Hci::V1_0::IHciCallback; 23 using OHOS::HDI::Bluetooth::Hci::V1_0::BtStatus; 24 using OHOS::HDI::Bluetooth::Hci::V1_0::BtType;
|
| /third_party/googletest/googletest/include/gtest/hwext/ |
| H A D | gtest-filter.h | 13 using ::std::string;
14 using ::std::map;
15 using ::std::vector;
|
| /third_party/gn/src/util/ |
| H A D | semaphore.h | 38 using NativeHandle = dispatch_semaphore_t; 40 using NativeHandle = sem_t; 42 using NativeHandle = HANDLE;
|
| /third_party/node/test/parallel/ |
| H A D | test-cluster-fork-env.js | 42 using: false, 58 checks.using = (data.prop === 'custom'); 64 assert.ok(checks.using, 'The worker did not receive the correct env.');
|
| /third_party/node/deps/v8/include/cppgc/ |
| H A D | garbage-collected.h | 19 * can be constructed using `MakeGarbageCollected()`. Must be inherited from as 29 * // Example using final class. 33 * // Dispatch using visitor->Trace(...); 37 * // Example using non-final base class. 46 * // Dispatch using visitor->Trace(...); 55 using IsGarbageCollectedTypeMarker = void; 56 using ParentMostGarbageCollectedType = T; 88 * // Dispatch using visitor->Trace(...); 95 using IsGarbageCollectedMixinTypeMarker = void;
|
| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | garbage-collected.h | 19 * can be constructed using `MakeGarbageCollected()`. Must be inherited from as 29 * // Example using final class. 33 * // Dispatch using visitor->Trace(...); 37 * // Example using non-final base class. 46 * // Dispatch using visitor->Trace(...); 55 using IsGarbageCollectedTypeMarker = void; 56 using ParentMostGarbageCollectedType = T; 88 * // Dispatch using visitor->Trace(...); 95 using IsGarbageCollectedMixinTypeMarker = void;
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | feedback-cell.h | 31 using TorqueGeneratedFeedbackCell<FeedbackCell, Struct>::value; 32 using TorqueGeneratedFeedbackCell<FeedbackCell, Struct>::set_value; 48 using BodyDescriptor =
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
| H A D | AHBFunctions.h | 31 using PFN_AHARDWAREBUFFER_acquire = void (*)(AHardwareBuffer *buffer); 32 using PFN_AHARDWAREBUFFER_describe = void (*)(const AHardwareBuffer *buffer, 34 using PFN_AHARDWAREBUFFER_release = void (*)(AHardwareBuffer *buffer);
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl_detail.h | 31 /// As well as reducing the amount of code, using the operator->() asserts that 36 using type = T*; 47 using type = T*; 58 using type = T*;
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | binding_remapper.h | 28 using BindingPoint = sem::BindingPoint; 35 using BindingPoints = std::unordered_map<BindingPoint, BindingPoint>; 38 using AccessControls = std::unordered_map<BindingPoint, ast::Access>; 72 /// Runs the transform using the CloneContext built for transforming a
|
| /third_party/skia/modules/skottie/src/ |
| H A D | SkottieValue.h | 22 using ScalarValue = SkScalar; 23 using Vec2Value = SkV2; 36 using INHERITED = std::vector<float>;
|
| /third_party/gn/src/gn/ |
| H A D | unique_vector.h | 45 using UniqueVectorHashTableBase = HashTableBase<UniqueVectorNode>; 50 using BaseType = UniqueVectorHashTableBase; 51 using Node = BaseType::Node; 85 using Vector = std::vector<T>; 86 using iterator = typename Vector::iterator; 87 using const_iterator = typename Vector::const_iterator; 145 // kIndexNone. This can be used to implement a map using a
|
| H A D | rust_project_writer_helpers.h | 26 using CrateIndex = size_t; 28 using ConfigList = std::vector<std::string>; 29 using Dependency = std::pair<CrateIndex, std::string>; 30 using DependencyList = std::vector<Dependency>; 126 using CrateList = std::vector<Crate>;
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | unicode.h | 19 using uchar = unsigned int; 20 using byte = unsigned char; 54 using CodePointField = v8::base::BitField<uchar, 0, 21>; 55 using ValueField = v8::base::BitField<bool, 21, 1>; 156 using State = Utf8DfaDecoder::State; 184 using Utf8IncrementalBuffer = uint32_t;
|
| /third_party/libabigail/include/ |
| H A D | abg-tools-utils.h | 26 using std::ostream; 27 using std::istream; 28 using std::ifstream; 29 using std::string; 30 using std::set; 31 using std::shared_ptr; 135 /// using an fstream. They can also get the path to the newly
|
| /third_party/protobuf/benchmarks/util/ |
| H A D | schema_proto2_to_proto3_util.h | 11 using google::protobuf::Descriptor; 12 using google::protobuf::DescriptorProto; 13 using google::protobuf::FileDescriptorProto; 14 using google::protobuf::FieldDescriptorProto; 15 using google::protobuf::Message; 16 using google::protobuf::EnumValueDescriptorProto;
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | SymbolEnv.h | 134 using TypeRef = CRef<TType>; 135 using Sig = std::vector<TypeRef>; // Param0, Param1, ... ParamN, Return 136 using SigToFunc = std::map<Sig, TFunction *>; 137 using Overloads = std::map<TemplateName, SigToFunc>; 138 using AngleStructs = std::map<ImmutableString, TStructure *>; 139 using TextureStructs = std::map<TBasicType, TStructure *>;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 228 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp }; 238 using LocationVec = SmallVector<Location, 8>; 239 using LiveOutVec = SmallVector<LiveOutReg, 8>; 240 using ConstantPool = MapVector<uint64_t, uint64_t>; 263 using FnInfoMap = MapVector<const MCSymbol *, FunctionInfo>; 264 using CallsiteInfoList = std::vector<CallsiteInfo>;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | User.h | 224 using op_iterator = Use*; 225 using const_op_iterator = const Use*; 226 using op_range = iterator_range<op_iterator>; 227 using const_op_range = iterator_range<const_op_iterator>; 318 using SimpleType = Value*; 325 using SimpleType = /*const*/ Value*;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| H A D | poisson_distribution.h | 39 // * The standard algorithm, attributed to Knuth, extended using a split method 50 // beig thread-safe: This limits the implementation to not using lgamma provided 56 using result_type = IntType; 60 using distribution_type = poisson_distribution; 85 "parameterized using an integral type."); 168 using random_internal::GeneratePositiveTag; in operator ()() 169 using random_internal::GenerateRealFromBits; in operator ()() 170 using random_internal::GenerateSignedTag; in operator ()() 245 using param_type = typename poisson_distribution<IntType>::param_type; in operator >>()
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast.h | 169 using NodeTypeField = base::BitField<NodeType, 0, 6>; 175 using NextBitField = NodeTypeField::Next<T, size>; 274 using IsParenthesizedField = AstNode::NextBitField<bool, 1>; 282 using NextBitField = IsParenthesizedField::Next<T, size>; 334 using IgnoreCompletionField = BreakableStatement::NextBitField<bool, 1>; 335 using IsBreakableField = IgnoreCompletionField::Next<bool, 1>; 353 using List = base::ThreadedList<Declaration>; 378 using IsNestedField = Declaration::NextBitField<bool, 1>; 387 using NextBitField = IsNestedField::Next<T, size>; 521 using IterationStatemen [all...] |