| /third_party/json/include/nlohmann/ |
| D | adl_serializer.hpp | 28 template<typename BasicJsonType, typename TargetType = ValueType> 29 static auto from_json(BasicJsonType && j, TargetType& val) noexcept( in from_json() 48 template<typename BasicJsonType, typename TargetType = ValueType> 50 …noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}… in from_json() 51 …ecltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {})) 53 … return ::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}); 65 template<typename BasicJsonType, typename TargetType = ValueType> 66 static auto to_json(BasicJsonType& j, TargetType && val) noexcept( in to_json() 67 noexcept(::nlohmann::to_json(j, std::forward<TargetType>(val)))) in to_json() 68 -> decltype(::nlohmann::to_json(j, std::forward<TargetType>(val)), void()) in to_json() [all …]
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | ExtensionRegistry.cs | 49 …return new ObjectIntPair<Type>(a.TargetType, a.FieldNumber).Equals(new ObjectIntPair<Type>(b.Targe… in Equals() 53 return new ObjectIntPair<Type>(a.TargetType, a.FieldNumber).GetHashCode(); in GetHashCode() 95 … extensions.Add(new ObjectIntPair<Type>(extension.TargetType, extension.FieldNumber), extension); in Add() 126 … return extensions.ContainsKey(new ObjectIntPair<Type>(item.TargetType, item.FieldNumber)); in Contains() 149 … extensions.Add(new ObjectIntPair<Type>(extension.TargetType, extension.FieldNumber), extension); in CopyTo() 171 return extensions.Remove(new ObjectIntPair<Type>(item.TargetType, item.FieldNumber)); in Remove()
|
| D | Extension.cs | 42 internal abstract Type TargetType { get; } property in Google.Protobuf.Extension 82 internal override Type TargetType => typeof(TTarget); field in Google.Protobuf.Extension 110 internal override Type TargetType => typeof(TTarget); field in Google.Protobuf.RepeatedExtension
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | PNaClTranslator.cpp | 1845 static bool isIntTruncCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntTruncCastValid() argument 1846 return Ice::isIntegerType(SourceType) && Ice::isIntegerType(TargetType) && in isIntTruncCastValid() 1847 simplifyOutCommonVectorType(SourceType, TargetType) && in isIntTruncCastValid() 1848 getScalarIntBitWidth(SourceType) > getScalarIntBitWidth(TargetType); in isIntTruncCastValid() 1854 Ice::Type TargetType) { in isFloatTruncCastValid() argument 1855 return simplifyOutCommonVectorType(SourceType, TargetType) && in isFloatTruncCastValid() 1856 SourceType == Ice::IceType_f64 && TargetType == Ice::IceType_f32; in isFloatTruncCastValid() 1861 static bool isIntExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntExtCastValid() argument 1862 return isIntTruncCastValid(TargetType, SourceType); in isIntExtCastValid() 1867 static bool isFloatExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isFloatExtCastValid() argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | InferAddressSpaces.cpp | 506 Type *TargetType = in cloneConstantExprWithNewAddressSpace() local 515 return ConstantExpr::getBitCast(CE->getOperand(0), TargetType); in cloneConstantExprWithNewAddressSpace() 520 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType); in cloneConstantExprWithNewAddressSpace() 521 return ConstantExpr::getAddrSpaceCast(CE, TargetType); in cloneConstantExprWithNewAddressSpace() 531 CE->getOperand(0), ConstantExpr::getAddrSpaceCast(Src0, TargetType), in cloneConstantExprWithNewAddressSpace() 532 ConstantExpr::getAddrSpaceCast(Src1, TargetType)); in cloneConstantExprWithNewAddressSpace() 571 NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace() 575 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 762 Type *TargetType = nullptr; in getGEPCost() local 770 TargetType = GTI.getIndexedType(); in getGEPCost() 798 TargetType, const_cast<GlobalValue *>(BaseGV), in getGEPCost()
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | ReflectionUtil.cs | 126 …nstance(typeof(ExtensionReflectionHelper<,>).MakeGenericType(extension.TargetType, extension.GetTy…
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsShaderLibraryCase.cpp | 611 enum TargetType enum in deqp::gls::BeforeDrawValidator 619 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType); 629 const TargetType m_targetType; 635 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType … in BeforeDrawValidator()
|
| /third_party/node/src/ |
| D | node_options.h | 294 typedef Options TargetType; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| D | MicrosoftDemangleNodes.h | 426 TypeNode *TargetType = nullptr; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
| D | MicrosoftDemangleNodes.cpp | 363 TargetType->output(OS, Flags); in output()
|
| D | MicrosoftDemangle.cpp | 725 COIN->TargetType = FSN->Signature->ReturnType; in demangleEncodedSymbol() 746 if (!COIN->TargetType) { in demangleDeclarator()
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 4957 template<typename BasicJsonType, typename TargetType = ValueType> 4958 static auto from_json(BasicJsonType && j, TargetType& val) noexcept( in from_json() 4977 template<typename BasicJsonType, typename TargetType = ValueType> 4979 …noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}… in from_json() 4980 …ecltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {})) 4982 … return ::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}); 4994 template<typename BasicJsonType, typename TargetType = ValueType> 4995 static auto to_json(BasicJsonType& j, TargetType && val) noexcept( in to_json() 4996 noexcept(::nlohmann::to_json(j, std::forward<TargetType>(val)))) in to_json() 4997 -> decltype(::nlohmann::to_json(j, std::forward<TargetType>(val)), void()) in to_json() [all …]
|
| /third_party/gstreamer/gstplugins_good/ |
| D | ChangeLog | 66837 matroskademux: Matroska tag TargetType support 66838 * Reads TargetType and TargetTypeValue from a Tag.
|