Home
last modified time | relevance | path

Searched refs:TypeString (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_rng.cc87 string TypeString();
90 string TypeString<float>() { in TypeString() function
95 string TypeString<double>() { in TypeString() function
100 string TypeString<std::complex<float>>() { in TypeString() function
105 string TypeString<std::complex<double>>() { in TypeString() function
182 << " " << TypeString<T>() << "s at " << v->opaque() << ": " in DoPopulateRandUniformInternal()
/external/xmlrpcpp/src/
DXmlRpcValue.cpp57 case TypeString: delete _value.asString; break; in invalidate()
76 case TypeString: _value.asString = new std::string(); break; in assertTypeOrInvalid()
131 case TypeString: _value.asString = new std::string(*rhs._value.asString); break; in operator =()
160 case TypeString: return *_value.asString == *other._value.asString; in operator ==()
197 case TypeString: return int(_value.asString->size()); in size()
267 case TypeString: return stringToXml(); in toXml()
382 _type = TypeString; in stringFromXml()
569 case TypeString: os << *_value.asString; break; in write()
DXmlRpcValue.h31 TypeString, enumerator
51 XmlRpcValue(std::string const& value) : _type(TypeString) in XmlRpcValue()
54 XmlRpcValue(const char* value) : _type(TypeString) in XmlRpcValue()
91 operator std::string&() { assertTypeOrInvalid(TypeString); return *_value.asString; }
DXmlRpcServer.cpp229 if (params[0].getType() != XmlRpcValue::TypeString) in execute()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLImageTypeLoweringPass.cpp66 IsImageType(StringRef TypeString) { in IsImageType() argument
67 return TypeString == "image2d_t" || TypeString == "image3d_t"; in IsImageType()
71 IsSamplerType(StringRef TypeString) { in IsSamplerType() argument
72 return TypeString == "sampler_t"; in IsSamplerType()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp64 if (const char *TypeString = dwarf::AtomTypeString(Atom.first)) in dump() local
65 OS << TypeString; in dump()
/external/pdfium/third_party/lcms/src/
Dcmsio0.c1662 char TypeString[5], SigString[5]; in cmsWriteTag() local
1719 _cmsTagSignature2String(TypeString, (cmsTagSignature) Type); in cmsWriteTag()
1722 …ontextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported type '%s' for tag '%s'", TypeString, SigString); in cmsWriteTag()
1730 _cmsTagSignature2String(TypeString, (cmsTagSignature) Type); in cmsWriteTag()
1733 …ontextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported type '%s' for tag '%s'", TypeString, SigString); in cmsWriteTag()
1751 _cmsTagSignature2String(TypeString, (cmsTagSignature) Type); in cmsWriteTag()
1753 …cmsERROR_CORRUPTION_DETECTED, "Malformed struct in type '%s' for tag '%s'", TypeString, SigString); in cmsWriteTag()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp396 const std::string& TypeString, in MigrateBlockOrFunctionPointerTypeVariable() argument
398 const char *argPtr = TypeString.c_str(); in MigrateBlockOrFunctionPointerTypeVariable()
519 std::string TypeString = RT.getAsString(SubPolicy); in rewriteToObjCProperty() local
534 TypeString, in rewriteToObjCProperty()
537 char LastChar = TypeString[TypeString.size()-1]; in rewriteToObjCProperty()
538 PropertyString += TypeString; in rewriteToObjCProperty()
768 std::string TypeString = DesignatedEnumType.getAsString(Policy); in rewriteToNSMacroDecl() local
770 ClassString += TypeString; in rewriteToNSMacroDecl()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc133 string TypeString(DataType dtype, bool ref) { in TypeString() function
157 const string type_str = TypeString(dtype, is_ref); in SingleTensorName()
187 TypeString(arg.type(), arg.is_ref()), "."); in ArgTypeName()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2244 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() local
2245 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType()
2247 Str += TypeString; in RewriteBlockPointerType()
2260 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() local
2261 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable()
3298 std::string TypeString; in SynthesizeBlockFunc() local
3299 RewriteByRefString(TypeString, Name, (*I)); in SynthesizeBlockFunc()
3300 TypeString += " *"; in SynthesizeBlockFunc()
3301 Name = TypeString + Name; in SynthesizeBlockFunc()
3437 std::string TypeString; in SynthesizeBlockImpl() local
[all …]
DRewriteModernObjC.cpp889 std::string TypeString(castT.getAsString(Context->getPrintingPolicy())); in getIvarAccessString() local
890 S += TypeString; in getIvarAccessString()
2333 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() local
2334 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType()
2336 Str += TypeString; in RewriteBlockPointerType()
2349 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() local
2350 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable()
4097 std::string TypeString; in SynthesizeBlockFunc() local
4098 RewriteByRefString(TypeString, Name, (*I)); in SynthesizeBlockFunc()
4099 TypeString += " *"; in SynthesizeBlockFunc()
[all …]
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp570 StringRef TypeString, MIRParserImpl &Parser) { in typecheckMDNode() argument
576 "expected a reference to a '" + TypeString + in typecheckMDNode()
/external/protobuf/objectivec/google/protobuf/
DType.pbobjc.m368 "Fixed32\000TypeBool\000TypeString\000TypeGroup\000Ty"
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs751 [pbr::OriginalName("TYPE_STRING")] TypeString = 9, enumerator
/external/clang/lib/CodeGen/
DTargetInfo.cpp7637 StringRef TypeString = TSC.lookupStr(ID); in appendRecordType() local
7638 if (!TypeString.empty()) { in appendRecordType()
7639 Enc += TypeString; in appendRecordType()
7689 StringRef TypeString = TSC.lookupStr(ID); in appendEnumType() local
7690 if (!TypeString.empty()) { in appendEnumType()
7691 Enc += TypeString; in appendEnumType()