Home
last modified time | relevance | path

Searched refs:using (Results 101 - 125 of 4008) sorted by relevance

12345678910>>...161

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_tree.h40 using iterator = std::vector<DominatorTreeNode*>::iterator;
41 using const_iterator = std::vector<DominatorTreeNode*>::const_iterator;
44 using df_iterator = TreeDFIterator<DominatorTreeNode>;
45 using const_df_iterator = TreeDFIterator<const DominatorTreeNode>;
47 using post_iterator = PostOrderTreeDFIterator<DominatorTreeNode>;
48 using const_post_iterator = PostOrderTreeDFIterator<const DominatorTreeNode>;
57 // Depth first preorder iterator using this node as root.
65 // Depth first postorder iterator using this node as root.
96 using DominatorTreeNodeMap = std::map<uint32_t, DominatorTreeNode>;
97 using iterato
[all...]
/third_party/spirv-tools/source/opt/
H A Ddominator_tree.h40 using iterator = std::vector<DominatorTreeNode*>::iterator;
41 using const_iterator = std::vector<DominatorTreeNode*>::const_iterator;
44 using df_iterator = TreeDFIterator<DominatorTreeNode>;
45 using const_df_iterator = TreeDFIterator<const DominatorTreeNode>;
47 using post_iterator = PostOrderTreeDFIterator<DominatorTreeNode>;
48 using const_post_iterator = PostOrderTreeDFIterator<const DominatorTreeNode>;
57 // Depth first preorder iterator using this node as root.
65 // Depth first postorder iterator using this node as root.
96 using DominatorTreeNodeMap = std::map<uint32_t, DominatorTreeNode>;
97 using iterato
[all...]
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_impl.h28 using OHOS::Request::ExceptionError;
29 using OHOS::Request::ExceptionErrorCode;
30 using OHOS::Request::Config;
31 using OHOS::Request::TaskInfo;
32 using OHOS::Request::Filter;
33 using OHOS::Request::State;
34 using OHOS::Request::Action;
35 using OHOS::Request::Mode;
36 using OHOS::Request::FileSpec;
37 using OHO
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86.h73 using PrimitiveIntType = uint32_t;
74 using IceType = ConstantFloat;
82 using PrimitiveIntType = uint64_t;
83 using IceType = ConstantDouble;
92 using PrimitiveIntType = uint32_t;
93 using IceType = ConstantInteger32;
102 using PrimitiveIntType = uint32_t;
103 using IceType = ConstantInteger32;
112 using PrimitiveIntType = uint32_t;
113 using IceTyp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h43 using PredSense = std::pair<unsigned, bool>;
45 using PredSet = std::multiset<PredSense>;
46 using PredSetIterator = std::multiset<PredSense>::iterator;
48 using DefsIterator = DenseMap<unsigned, PredSet>::iterator;
52 using SoftDefsIterator = std::set<unsigned>::iterator;
56 using TmpDefsIterator = std::set<unsigned>::iterator;
60 using NewPredsIterator = std::set<unsigned>::iterator;
64 using LatePredsIterator = std::multiset<unsigned>::iterator;
68 using UsesIterator = std::set<unsigned>::iterator;
72 using ReadOnlyIterato
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults.h63 // The hash of an object of type T is computed by using absl::Hash.
66 using Hash = absl::Hash<T>;
67 using Eq = std::equal_to<T>;
71 using is_transparent = void;
82 using is_transparent = void;
99 using Hash = StringHash;
100 using Eq = StringEq;
114 using is_transparent = void;
121 using is_transparent = void;
150 using hash_default_has
[all...]
/third_party/skia/include/core/
H A DHMSymbol.h49 using PiecewiseParameter = struct PiecewiseParameter {
57 using AnimationPara = struct AnimationPara {
63 using AnimationInfo = struct AnimationInfo {
68 using SColor = struct SColor {
75 using GroupInfo = struct GroupInfo {
80 using GroupSetting = struct GroupSetting {
85 using AnimationSetting = struct AnimationSetting {
90 using RenderGroup = struct RenderGroup {
107 using SymbolLayers = struct SymbolLayers {
120 using SymbolLayersGroup
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap.h34 // Please avoid using other types defined here, unless they are public
100 using value_type = U;
101 using pointer = value_type*;
102 using const_pointer = const value_type*;
103 using reference = value_type&;
104 using const_reference = const value_type&;
105 using size_type = size_t;
106 using difference_type = ptrdiff_t;
161 using other = MapAllocator<X>;
185 using DestructorSkippable
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.h130 using INHERITED = DrawCommand;
142 using INHERITED = DrawCommand;
157 using INHERITED = DrawCommand;
170 using INHERITED = DrawCommand;
184 using INHERITED = DrawCommand;
199 using INHERITED = DrawCommand;
213 using INHERITED = DrawCommand;
222 using INHERITED = DrawCommand;
234 using INHERITED = DrawCommand;
246 using INHERITE
[all...]
/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability.h65 using HDI::Location::Gnss::V2_0::IGnssInterface;
66 using HDI::Location::Gnss::V2_0::IGnssCallback;
67 using HDI::Location::Gnss::V2_0::GNSS_START_TYPE_NORMAL;
68 using HDI::Location::Gnss::V2_0::GNSS_WORKING_STATUS_NONE;
69 using HDI::Location::Gnss::V2_0::GNSS_WORKING_STATUS_SESSION_BEGIN;
70 using HDI::Location::Gnss::V2_0::GNSS_WORKING_STATUS_SESSION_END;
71 using HDI::Location::Gnss::V2_0::GNSS_WORKING_STATUS_ENGINE_ON;
72 using HDI::Location::Gnss::V2_0::GNSS_WORKING_STATUS_ENGINE_OFF;
73 using HDI::Location::Gnss::V2_0::GnssAuxiliaryDataType;
74 using HD
[all...]
H A Dagnss_event_callback.h29 using HDI::Location::Agnss::V2_0::IAGnssCallback;
30 using HDI::Location::Agnss::V2_0::AGnssDataLinkRequest;
31 using HDI::Location::Agnss::V2_0::SubscriberSetId;
32 using HDI::Location::Agnss::V2_0::SubscriberSetIdType;
33 using HDI::Location::Agnss::V2_0::AGnssRefInfo;
34 using HDI::Location::Agnss::V2_0::AGnssRefInfoType;
35 using HDI::Location::Agnss::V2_0::AGnssUserPlaneProtocol;
38 using OHOS::Telephony::CellInformation;
H A Dgeofence_event_callback.h25 using HDI::Location::Geofence::V2_0::IGeofenceCallback;
26 using HDI::Location::Geofence::V2_0::GeofenceEvent;
27 using HDI::Location::Geofence::V2_0::GeofenceOperateType;
28 using HDI::Location::Geofence::V2_0::GeofenceOperateResult;
29 using HDI::Location::Geofence::V2_0::TYPE_DELETE;
30 using HDI::Location::Geofence::V2_0::GEOFENCE_OPERATION_SUCCESS;
31 using HDI::Location::Geofence::V2_0::TYPE_ADD;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h47 using list_type = simple_ilist<Node>;
78 using value_type = T;
79 using pointer = T *;
80 using reference = T &;
81 using const_pointer = const T *;
82 using const_reference = const T &;
83 using size_type = typename list_type::size_type;
84 using difference_type = typename list_type::difference_type;
96 using base_type =
101 using value_typ
[all...]
/base/security/security_guard/test/unittest/model_manager/include/
H A Dconfig_define.h23 using ModelCfg = struct {
43 using DataMgrCfgSt = struct {
51 using EventContentSt = struct {
57 using SecEvent = struct {
69 using StartMode = enum {
75 using DataSource = enum {
82 using LoadMode = enum {
87 using PathIndex = enum {
/base/security/security_guard/test/unittest/mock/config_manager/
H A Dconfig_define.h23 using ModelCfg = struct {
43 using DataMgrCfgSt = struct {
51 using EventContentSt = struct {
57 using SecEvent = struct {
69 using StartMode = enum {
75 using DataSource = enum {
82 using LoadMode = enum {
87 using PathIndex = enum {
/base/security/security_guard/test/unittest/data_collect/include/
H A Dconfig_define.h23 using ModelCfg = struct {
43 using DataMgrCfgSt = struct {
51 using EventContentSt = struct {
57 using SecEvent = struct {
69 using StartMode = enum {
75 using DataSource = enum {
82 using LoadMode = enum {
87 using PathIndex = enum {
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-flags.h22 using FlagsBits = base::BitField8<int, 0, 5>;
23 using FastCloneSupportedBit = FlagsBits::Next<bool, 1>;
33 using FlagsBits = base::BitField8<int, 0, 5>;
34 using FastCloneSupportedBit = FlagsBits::Next<bool, 1>;
44 using PretenuredBit = base::BitField8<bool, 0, 1>;
45 using FastNewClosureBit = PretenuredBit::Next<bool, 1>;
84 using LanguageModeBit = base::BitField8<LanguageMode, 0, 1>;
85 using LookupHoistingModeBit = LanguageModeBit::Next<bool, 1>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIteratedDominanceFrontier.h23 using NodeRef = BasicBlock *;
24 using ChildrenTy = SmallVector<BasicBlock *, 8>;
41 using IDFCalculatorBase =
43 using ChildrenGetterTy = typename IDFCalculatorBase::ChildrenGetterTy;
55 using ForwardIDFCalculator = IDFCalculator<false>;
56 using ReverseIDFCalculator = IDFCalculator<true>;
68 using OrderedNodeTy = in get()
76 using SnapShotBBPairTy = in get()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dmock_distributions.h83 using MockUniform = random_internal::MockOverloadSet<
109 using MockBernoulli =
133 using MockBeta =
159 using MockExponential =
184 using MockGaussian =
210 using MockLogUniform = random_internal::MockOverloadSet<
234 using MockPoisson =
258 using MockZipf =
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h17 using pointer = T*;
18 using const_pointer = const T*;
19 using reference = T&;
20 using const_reference = const T&;
21 using value_type = T;
22 using size_type = size_t;
23 using difference_type = ptrdiff_t;
26 using other = ZoneAllocator<O>;
39 // exported, or using composition instead of inheritance for either
98 using othe
[all...]
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpointer-policies.h98 using DefaultMemberCheckingPolicy =
100 using DefaultPersistentCheckingPolicy =
103 using DefaultMemberCheckingPolicy = DisabledCheckingPolicy;
104 using DefaultPersistentCheckingPolicy = DisabledCheckingPolicy;
109 using DefaultCrossThreadPersistentCheckingPolicy = DisabledCheckingPolicy;
142 using DefaultLocationPolicy = KeepLocationPolicy;
144 using DefaultLocationPolicy = IgnoreLocationPolicy;
148 using IsStrongPersistent = std::true_type;
153 using IsStrongPersistent = std::false_type;
158 using IsStrongPersisten
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dbits.h31 // When using a standard library that implements these functions, we use the
112 using std::countl_one;
113 using std::countl_zero;
114 using std::countr_one;
115 using std::countr_zero;
116 using std::popcount;
117 using std::rotl;
118 using std::rotr;
167 using std::bit_ceil;
168 using st
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h81 using ValueType = T;
170 using Int32Matcher = IntMatcher<int32_t, IrOpcode::kInt32Constant>;
171 using Uint32Matcher = IntMatcher<uint32_t, IrOpcode::kInt32Constant>;
172 using Int64Matcher = IntMatcher<int64_t, IrOpcode::kInt64Constant>;
173 using Uint64Matcher = IntMatcher<uint64_t, IrOpcode::kInt64Constant>;
174 using V128ConstMatcher =
177 using IntPtrMatcher = Int32Matcher;
178 using UintPtrMatcher = Uint32Matcher;
180 using IntPtrMatcher = Int64Matcher;
181 using UintPtrMatche
[all...]
/third_party/skia/src/gpu/tessellate/
H A DTessellation.h24 template<int N> using vec = skvx::Vec<N, float>;
25 using float2 = vec<2>;
26 using float4 = vec<4>;
28 template<int N> using ivec = skvx::Vec<N, int32_t>;
29 using int2 = ivec<2>;
30 using int4 = ivec<4>;
32 template<int N> using uvec = skvx::Vec<N, uint32_t>;
33 using uint2 = uvec<2>;
34 using uint4 = uvec<4>;
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_vector.h30 using I = UnderlyingType<Index>;
31 using Base = std::vector<Value>;
35 using Base::Base;
36 using Base::operator=;
37 using Base::operator[];
38 using Base::at;
39 using Base::reserve;
40 using Base::resize;
41 using Base::size;

Completed in 12 milliseconds

12345678910>>...161