/third_party/googletest/googlemock/test/ |
H A D | gmock_link_test.h | 101 // constructs, only that the programs using them will link successfully. 129 using testing::_; 130 using testing::A; 131 using testing::Action; 132 using testing::AllOf; 133 using testing::AnyOf; 134 using testing::Assign; 135 using testing::ContainerEq; 136 using testing::DoAll; 137 using testin [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_ir.h | 67 using brw_reg::type; 68 using brw_reg::file; 69 using brw_reg::negate; 70 using brw_reg::abs; 71 using brw_reg::address_mode; 72 using brw_reg::subnr; 73 using brw_reg::nr; 75 using brw_reg::swizzle; 76 using brw_reg::writemask; 77 using brw_re [all...] |
/third_party/skia/include/sksl/ |
H A D | DSL.h | 17 using Block = DSLBlock; 18 using Case = DSLCase; 19 using Expression = DSLExpression; 20 using Field = DSLField; 21 using Function = DSLFunction; 22 using GlobalVar = DSLGlobalVar; 23 using Layout = DSLLayout; 24 using Modifiers = DSLModifiers; 25 using Parameter = DSLParameter; 26 using Statemen [all...] |
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message.h | 108 using NestedJsonAccessor::NestedJsonAccessor; 116 using NestedJsonAccessor::NestedJsonAccessor; 126 using NestedJsonAccessor::NestedJsonAccessor; 134 using NestedJsonAccessor::NestedJsonAccessor; 150 using NestedJsonAccessor::NestedJsonAccessor; 157 using NestedJsonAccessor::NestedJsonAccessor; 165 using NestedJsonAccessor::NestedJsonAccessor; 172 using NestedJsonAccessor::NestedJsonAccessor; 179 using NestedJsonAccessor::NestedJsonAccessor; 190 using NestedJsonAccesso [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ilist_iterator.h | 25 using value_type = typename OptionsT::value_type; 26 using pointer = typename OptionsT::pointer; 27 using reference = typename OptionsT::reference; 28 using node_pointer = ilist_node_impl<OptionsT> *; 29 using node_reference = ilist_node_impl<OptionsT> &; 32 using value_type = const typename OptionsT::value_type; 33 using pointer = typename OptionsT::const_pointer; 34 using reference = typename OptionsT::const_reference; 35 using node_pointer = const ilist_node_impl<OptionsT> *; 36 using node_referenc [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | civil_time.h | 187 // Each civil-time type may be sent to an output stream using operator<<(). 241 // Of course, there are ways to compute an answer the question at hand using 267 using civil_year = detail::civil_year; 268 using civil_month = detail::civil_month; 269 using civil_day = detail::civil_day; 270 using civil_hour = detail::civil_hour; 271 using civil_minute = detail::civil_minute; 272 using civil_second = detail::civil_second; 276 // using operator<<(). The result is the full weekday name in English with a 282 using detai [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundleIterator.h | 26 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>; 27 using instr_iterator = typename list_type::iterator; 28 using nonconst_instr_iterator = typename list_type::iterator; 29 using const_instr_iterator = typename list_type::const_iterator; 32 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>; 33 using instr_iterator = typename list_type::reverse_iterator; 34 using nonconst_instr_iterator = typename list_type::reverse_iterator; 35 using const_instr_iterator = typename list_type::const_reverse_iterator; 38 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>; 39 using instr_iterato [all...] |
/base/useriam/pin_auth/services/modules/common/inc/ |
H A D | pin_auth_hdi.h | 32 using IPinAuthInterface = OHOS::HDI::PinAuth::V2_0::IPinAuthInterface; 33 using PinAuthInterfaceService = OHOS::HDI::PinAuth::V2_0::PinAuthInterfaceService; 35 using IAllInOneExecutor = OHOS::HDI::PinAuth::V2_0::IAllInOneExecutor; 36 using ICollector = OHOS::HDI::PinAuth::V2_0::ICollector; 37 using IVerifier = OHOS::HDI::PinAuth::V2_0::IVerifier; 39 using IExecutorCallback = OHOS::HDI::PinAuth::V2_0::IExecutorCallback; 41 using AuthType = OHOS::HDI::PinAuth::V2_0::AuthType; 42 using ExecutorRole = OHOS::HDI::PinAuth::V2_0::ExecutorRole; 43 using ExecutorSecureLevel = OHOS::HDI::PinAuth::V2_0::ExecutorSecureLevel; 44 using ExecutorInf [all...] |
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_common.h | 28 using std::string; 29 using std::cout; 30 using std::endl; 31 using std::map; 32 using std::ios; 33 using std::fstream; 34 using std::to_string; 35 using std::ifstream; 36 using std::stringstream; 37 using st [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
H A D | memory.h | 83 using scalar = std::unique_ptr<T>; 87 using array = std::unique_ptr<T[]>; 91 using invalid = void; 102 using std::make_unique; 257 using type = Default; 262 using type = Extract<Obj>; 266 using ExtractOrT = typename ExtractOr<Extract, Obj, Default, void>::type; 270 using GetPointer = typename T::pointer; 273 using GetConstPointer = typename T::const_pointer; 276 using GetVoidPointe [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | traits.h | 25 using Decay = typename std::decay<T>::type; 29 using NthTypeOf = typename std::tuple_element<N, std::tuple<Types...>>::type; 35 using ret = RETURN; 37 using parameters = std::tuple<PARAMETERS...>; 40 using parameter = NthTypeOf<N, PARAMETERS...>; 50 using type = typename SignatureOf<decltype(&F::operator())>::type; 57 using type = Signature<typename std::decay<R>::type, 65 using type = Signature<typename std::decay<R>::type, 73 using type = Signature<typename std::decay<R>::type, 79 using SignatureOf [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | unordered_map_constructor_test.h | 50 using H = typename TypeParam::hasher; in TYPED_TEST_P() 60 using H = typename TypeParam::hasher; in TYPED_TEST_P() 61 using E = typename TypeParam::key_equal; in TYPED_TEST_P() 73 using H = typename TypeParam::hasher; in TYPED_TEST_P() 74 using E = typename TypeParam::key_equal; in TYPED_TEST_P() 75 using A = typename TypeParam::allocator_type; in TYPED_TEST_P() 95 using has_cxx14_std_apis = std::true_type; 97 using has_cxx14_std_apis = std::false_type; 101 using expect_cxx14_apis = 110 using in BucketCountAllocTest() [all...] |
H A D | unordered_set_constructor_test.h | 51 using H = typename TypeParam::hasher; in TYPED_TEST_P() 61 using H = typename TypeParam::hasher; in TYPED_TEST_P() 62 using E = typename TypeParam::key_equal; in TYPED_TEST_P() 74 using H = typename TypeParam::hasher; in TYPED_TEST_P() 75 using E = typename TypeParam::key_equal; in TYPED_TEST_P() 76 using A = typename TypeParam::allocator_type; in TYPED_TEST_P() 104 using has_cxx14_std_apis = std::true_type; 106 using has_cxx14_std_apis = std::false_type; 110 using expect_cxx14_apis = 119 using in BucketCountAllocTest() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/ |
H A D | type_traits.h | 31 // WARNING: using template metaprogramming to detect or depend on API 106 using type = void; 137 using type = std::false_type; 142 using type = std::true_type; 150 using type = std::false_type; 157 using type = std::true_type; 165 using IsCopyAssignableImpl = 169 using IsMoveAssignableImpl = decltype(std::declval<T&>() = std::declval<T&&>()); 178 using is_copy_assignable = std::is_copy_assignable<T>; 181 using is_move_assignabl [all...] |
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
H A D | ActsMediaPlayerTest.h | 32 using OHOS::Media::Player;
33 using OHOS::Media::PlayerSeekMode;
34 using OHOS::Media::Source;
35 using OHOS::Media::Format;
36 using OHOS::Media::StreamSource;
37 using OHOS::Media::StreamCallback;
38 using OHOS::Media::SourceType;
39 using OHOS::Media::PlayerCallback;
41 using namespace std;
42 using namespac [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ToBackend.h | 28 using BackendType = typename BackendTraits::AdapterType; 33 using BackendType = typename BackendTraits::BindGroupType; 38 using BackendType = typename BackendTraits::BindGroupLayoutType; 43 using BackendType = typename BackendTraits::BufferType; 48 using BackendType = typename BackendTraits::CommandBufferType; 53 using BackendType = typename BackendTraits::ComputePipelineType; 58 using BackendType = typename BackendTraits::DeviceType; 63 using BackendType = typename BackendTraits::PipelineLayoutType; 68 using BackendType = typename BackendTraits::QuerySetType; 73 using BackendTyp [all...] |
H A D | IntegerTypes.h | 25 using BindingNumber = TypedInteger<struct BindingNumberT, uint32_t>; 28 using BindingIndex = TypedInteger<struct BindingIndexT, uint32_t>; 30 using BindGroupIndex = TypedInteger<struct BindGroupIndexT, uint32_t>; 34 using ColorAttachmentIndex = TypedInteger<struct ColorAttachmentIndexT, uint8_t>; 39 using VertexBufferSlot = TypedInteger<struct VertexBufferSlotT, uint8_t>; 40 using VertexAttributeLocation = TypedInteger<struct VertexAttributeLocationT, uint8_t>; 55 using MapRequestID = TypedInteger<struct MapRequestIDT, uint64_t>; 58 using FenceAPISerial = TypedInteger<struct FenceAPISerialT, uint64_t>; 64 using ExecutionSerial = TypedInteger<struct QueueSerialT, uint64_t>; 71 using PipelineCompatibilityToke [all...] |
/third_party/skia/third_party/externals/angle2/include/platform/ |
H A D | PlatformMethods.h | 44 using TraceEventHandle = uint64_t; 45 using EGLDisplayType = void *; 49 // Avoid using decltype here to work around sanitizer limitations. 55 // TODO(jmadill): investigate using an ANGLE internal time library 56 using CurrentTimeFunc = double (*)(PlatformMethods *platform); 65 using MonotonicallyIncreasingTimeFunc = double (*)(PlatformMethods *platform); 74 using LogErrorFunc = void (*)(PlatformMethods *platform, const char *errorMessage); 78 using LogWarningFunc = void (*)(PlatformMethods *platform, const char *warningMessage); 82 using LogInfoFunc = void (*)(PlatformMethods *platform, const char *infoMessage); 94 using GetTraceCategoryEnabledFlagFun [all...] |
/third_party/skia/modules/canvaskit/ |
H A D | WasmCommon.h | 17 using namespace emscripten; 20 using JSArray = emscripten::val; 21 using JSObject = emscripten::val; 22 using JSString = emscripten::val; 23 using SkPathOrNull = emscripten::val; 24 using TypedArray = emscripten::val; 25 using Uint8Array = emscripten::val; 26 using Uint16Array = emscripten::val; 27 using Uint32Array = emscripten::val; 28 using Float32Arra [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 26 using support::endianness; 50 using packed = support::detail::packed_endian_specific_integral<Ty, E, 1>; 56 using uint = typename std::conditional<Is64, uint64_t, uint32_t>::type; 57 using Ehdr = Elf_Ehdr_Impl<ELFType<E, Is64>>; 58 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; 59 using Sym = Elf_Sym_Impl<ELFType<E, Is64>>; 60 using Dyn = Elf_Dyn_Impl<ELFType<E, Is64>>; 61 using Phdr = Elf_Phdr_Impl<ELFType<E, Is64>>; 62 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; 63 using Rel [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
H A D | DeviceNull.h | 48 using PipelineLayout = PipelineLayoutBase; 52 using Sampler = SamplerBase; 55 using Texture = TextureBase; 56 using TextureView = TextureViewBase; 59 using AdapterType = Adapter; 60 using BindGroupType = BindGroup; 61 using BindGroupLayoutType = BindGroupLayout; 62 using BufferType = Buffer; 63 using CommandBufferType = CommandBuffer; 64 using ComputePipelineTyp [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | distributions.h | 34 // distributions using an associated quadratic function 126 using gen_t = absl::decay_t<URBG>; in Uniform() 127 using distribution_t = random_internal::UniformDistributionWrapper<R>; in Uniform() 139 // Overload of `Uniform()` using the default closed-open interval of [lo, hi), 145 using gen_t = absl::decay_t<URBG>; in Uniform() 146 using distribution_t = random_internal::UniformDistributionWrapper<R>; in Uniform() 159 // Overload of `Uniform()` using different (but compatible) lo, hi types. Note 169 using gen_t = absl::decay_t<URBG>; in Uniform() 170 using return_t = typename random_internal::uniform_inferred_return_t<A, B>; in Uniform() 171 using distribution_ in Uniform() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Endian.h | 114 using make_unsigned_t = typename std::make_unsigned<value_type>::type; 209 using value_type = ValueType; 271 using ulittle16_t = 273 using ulittle32_t = 275 using ulittle64_t = 278 using little16_t = 280 using little32_t = 282 using little64_t = 285 using aligned_ulittle16_t = 287 using aligned_ulittle32_ [all...] |
H A D | MemoryBuffer.h | 163 using MemoryBuffer::getBuffer; 164 using MemoryBuffer::getBufferEnd; 165 using MemoryBuffer::getBufferStart; 204 using MemoryBuffer::getFileAsStream; 205 using MemoryBuffer::getFileOrSTDIN; 206 using MemoryBuffer::getMemBuffer; 207 using MemoryBuffer::getMemBufferCopy; 208 using MemoryBuffer::getOpenFile; 209 using MemoryBuffer::getOpenFileSlice; 210 using MemoryBuffe [all...] |
/third_party/skia/third_party/externals/dawn/src/include/dawn/ |
H A D | EnumClassBitmasks.h | 21 // using-declarations for C++ Argument Dependent Lookup to work. 23 using dawn::operator|; \ 24 using dawn::operator&; \ 25 using dawn::operator^; \ 26 using dawn::operator~; \ 27 using dawn::operator&=; \ 28 using dawn::operator|=; \ 29 using dawn::operator^=; \ 30 using dawn::HasZeroOrOneBits; 47 using typ [all...] |