Searched refs:originName (Results 1 – 6 of 6) sorted by relevance
18 …| originName | string | 否 | 起点名称 …68 'originName': 'xx市xx公园',156 | originName | string | 否 | 起点名称 |199 originName?: string;229 this.originName = want.parameters?.originName as string | undefined;254 "originName": this.originName,
19 …| originName | string | No | Name of the source. …69 'originName': 'xx Park in xx City',159 …| originName | string | No | Name of the source. …202 originName?: string;232 this.originName = want.parameters?.originName as string | undefined;257 "originName": this.originName,
82 const std::string SATsCodeEmitter::SuffixAdded(const std::string &originName) const in SuffixAdded()85 return originName + varSuffix; in SuffixAdded()
38 const std::string SuffixAdded(const std::string &originName) const;
1142 const std::string TsCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() argument1145 return underline + std::string(originName.string()); in UnderlineAdded()1148 const std::string TsCodeEmitter::SuffixAdded(const String& originName) in SuffixAdded() argument1151 return std::string(originName.string()) + varSuffix; in SuffixAdded()
1577 const std::string CppCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() argument1580 return underline + std::string(originName.string()); in UnderlineAdded()