Home
last modified time | relevance | path

Searched refs:using (Results 526 - 550 of 3049) sorted by relevance

1...<<21222324252627282930>>...122

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dcivil_time_detail.h42 using year_t = std::int_fast64_t;
46 using diff_t = std::int_fast64_t;
51 using month_t = std::int_fast8_t; // [1:12]
52 using day_t = std::int_fast8_t; // [1:31]
53 using hour_t = std::int_fast8_t; // [0:23]
54 using minute_t = std::int_fast8_t; // [0:59]
55 using second_t = std::int_fast8_t; // [0:59]
298 // Returns the difference between fields structs using the indicated unit.
388 using preserves_data =
475 using civil_yea
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_profile.h81 " using _T = " in ConformanceErrors()
135 // can be used with gtest. This overload expects errors, using the specified
245 using type = typename T::properties;
250 using type = typename PropertiesOfImpl<typename T::profile_alias_of>::type;
257 using PropertiesOfT = typename PropertiesOf<T>::type;
325 static_assert(true, "") // Force a semicolon when using this macro.
346 static_assert(true, "") // Force a semicolon when using this macro.
367 using AlwaysFalse = std::false_type;
423 using apply = typename IsOpableImpl<T, Op>::type;
444 using appl
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h27 using ParamData = std::vector<std::vector<uint8_t>>;
182 using Counter = std::pair<EntryPoint, std::string>;
269 using BufferCalls = std::map<GLuint, std::vector<CallCapture>>;
272 using BufferMapStatusMap = std::map<GLuint, bool>;
274 using FenceSyncSet = std::set<GLsync>;
275 using FenceSyncCalls = std::map<GLsync, std::vector<CallCapture>>;
277 using ResourceSet = std::set<GLuint>;
278 using ResourceCalls = std::map<GLuint, std::vector<CallCapture>>;
316 using TrackedResourceArray =
388 using HasResourceTypeMa
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h92 using VulkanLayerVector = angle::FixedVector<const char *, kMaxVulkanLayers>;
143 using PackedAttachmentCount = PackedAttachmentIndex;
204 using CommandBuffer = priv::SecondaryCommandBuffer;
206 using CommandBuffer = VulkanSecondaryCommandBuffer;
209 using SecondaryCommandBufferList = std::vector<CommandBuffer>;
222 using ImplType = OBJ##Vk; \
231 using ImplType = OverlayVk;
237 using ImplType = DisplayVk;
243 using ImplType = ImageVk;
249 using ImplTyp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.h145 using CounterType =
195 using PrimType = T;
207 using Constant::emit;
209 using Constant::dump;
275 using ConstantInteger32 = ConstantPrimitive<int32_t, Operand::kConstInteger32>;
276 using ConstantInteger64 = ConstantPrimitive<int64_t, Operand::kConstInteger64>;
277 using ConstantFloat = ConstantPrimitive<float, Operand::kConstFloat>;
278 using ConstantDouble = ConstantPrimitive<double, Operand::kConstDouble>;
397 using Constant::emit;
401 using Constan
[all...]
/third_party/node/deps/v8/include/
H A Dv8-context.h193 * properties added by the embedder using the V8 API.
260 using AbortScriptExecutionCallback = void (*)(Isolate* isolate,
347 using A = internal::Address; in GetEmbedderData()
348 using I = internal::Internals; in GetEmbedderData()
372 using A = internal::Address; in GetAlignedPointerFromEmbedderData()
373 using I = internal::Internals; in GetAlignedPointerFromEmbedderData()
H A Dv8-initialization.h34 using EntropySource = bool (*)(unsigned char* buffer, size_t length);
49 using ReturnAddressLocationResolver =
52 using DcheckErrorCallback = void (*)(const char* file, int line,
136 * invoke this method when using the bundled ICU. Returns true on success.
145 * invoke this method when using the bundled ICU. If V8 was compiled with
/third_party/node/deps/v8/include/v8-include/
H A Dv8-context.h235 * properties added by the embedder using the V8 API.
308 using AbortScriptExecutionCallback = void (*)(Isolate* isolate,
396 using A = internal::Address; in GetEmbedderData()
397 using I = internal::Internals; in GetEmbedderData()
420 using A = internal::Address; in GetAlignedPointerFromEmbedderData()
421 using I = internal::Internals; in GetAlignedPointerFromEmbedderData()
H A Dv8-initialization.h34 using EntropySource = bool (*)(unsigned char* buffer, size_t length);
49 using ReturnAddressLocationResolver =
52 using DcheckErrorCallback = void (*)(const char* file, int line,
133 * invoke this method when using the bundled ICU. Returns true on success.
142 * invoke this method when using the bundled ICU. If V8 was compiled with
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dsafe_math_shared_impl.h141 using type = typename std::make_unsigned<Numeric>::type;
147 using type = Numeric;
158 using UnsignedT = typename std::make_unsigned<T>::type; in NegateWrapper()
190 using math = M<typename UnderlyingType<L>::type, typename UnderlyingType<R>::type, void>;
191 using type = typename math::result_type;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.h74 using PipelineLayoutEntryPointPair = std::pair<PipelineLayoutBase*, std::string>;
80 using EntryPointMetadataTable =
150 using BindingGroupInfoMap = std::map<BindingNumber, ShaderBindingInfo>;
151 using BindingInfoArray = ityp::array<BindGroupIndex, BindingGroupInfoMap, kMaxBindGroups>;
225 using OverridableConstantsMap = std::unordered_map<std::string, OverridableConstant>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h35 /// Here is a simple example using integers:
144 using iterator = typename std::set<ECValue>::const_iterator;
255 using super = std::iterator<std::forward_iterator_tag,
261 using size_type = size_t;
262 using pointer = typename super::pointer;
263 using reference = typename super::reference;
H A DFunctionExtras.h65 using AdjustedParamT = typename std::conditional<
74 using CallPtrT = ReturnT (*)(void *CallableAddr,
76 using MovePtrT = void (*)(void *LHSCallableAddr, void *RHSCallableAddr);
77 using DestroyPtrT = void (*)(void *CallableAddr);
96 using CallbackPointerUnionT =
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h125 /// probabilities are calculated carefully before using!
141 using SccMap = DenseMap<const BasicBlock *, int>;
142 using SccHeaderMap = DenseMap<const BasicBlock *, bool>;
143 using SccHeaderMaps = std::vector<SccHeaderMap>;
170 using Edge = std::pair<const BasicBlock *, unsigned>;
215 using Result = BranchProbabilityInfo;
H A DMustExecute.h37 template <typename T> using GetterTy = std::function<T *(const Function &F)>;
281 using ExplorerTy = MustBeExecutedContextExplorer;
334 using VisitedSetTy = DenseSet<const Instruction *>;
398 using iterator = MustBeExecutedIterator;
399 using const_iterator = const MustBeExecutedIterator;
/third_party/benchmark/src/
H A Dstring_util.h53 * stoul, stoi, stod. We reimplement them here using C functions strtoul,
62 using std::stod; // NOLINT(misc-unused-using-decls)
63 using std::stoi; // NOLINT(misc-unused-using-decls)
64 using std::stoul; // NOLINT(misc-unused-using-decls)
/third_party/libabigail/tests/
H A Dtest-read-common.h21 using std::string;
23 using abigail::xml_writer::type_id_style_kind;
24 using abigail::ir::corpus_sptr;
/third_party/node/src/tracing/
H A Dnode_trace_buffer.h13 using v8::platform::tracing::TraceBuffer;
14 using v8::platform::tracing::TraceBufferChunk;
15 using v8::platform::tracing::TraceObject;
/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.h24 using NodeId = uint32_t;
40 using AllocationState = MemoryLowering::AllocationState;
43 using AllocationStates = ZoneVector<AllocationState const*>;
/third_party/node/deps/v8/src/base/
H A Dtemplate-utils.h46 using noref_t = typename std::remove_reference<T>::type;
47 using decay_t = typename std::conditional<
50 using type = typename std::conditional<std::is_scalar<decay_t>::value ||
55 // Uses expression SFINAE to detect whether using operator<< would work.
/third_party/node/deps/v8/src/diagnostics/
H A Dcompilation-statistics.h80 using PhaseKindStats = OrderedStats;
81 using PhaseKindMap = std::map<std::string, PhaseKindStats>;
82 using PhaseMap = std::map<std::string, PhaseStats>;
/third_party/node/deps/v8/src/heap/
H A Dweak-object-worklists.h21 using HeapObjectAndSlot = std::pair<HeapObject, HeapObjectSlot>;
22 using HeapObjectAndCode = std::pair<HeapObject, Code>;
66 class UnusedBase {}; // Base class to allow using macro in initializer list.
70 using WeakObjectWorklist = ::heap::base::Worklist<Type, 64>;
/third_party/node/deps/v8/src/objects/
H A Dproperty-array.h64 using BodyDescriptor = FlexibleBodyDescriptor<kHeaderSize>;
67 using LengthField = base::BitField<int, 0, kLengthFieldSize>;
69 using HashField = base::BitField<int, kLengthFieldSize,
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.h38 using Slots = std::array<AluInstr *, 5>;
42 using iterator = Slots::iterator;
43 using const_iterator = Slots::const_iterator;
/third_party/libabigail/include/
H A Dabg-interned-str.h29 using std::unordered_set;
30 using std::string;
31 using std::ostream;

Completed in 15 milliseconds

1...<<21222324252627282930>>...122