Searched refs:strValue (Results 1 – 3 of 3) sorted by relevance
166 inline void addPrefixToStringItem(std::string& strValue, in addPrefixToStringItem() argument170 auto parsed = boost::urls::parse_relative_ref(strValue); in addPrefixToStringItem()245 strValue = url.buffer(); in addPrefixToStringItem()251 std::string* strValue = item.get_ptr<std::string*>(); in addPrefixToItem() local252 if (strValue == nullptr) in addPrefixToItem()260 addPrefixToStringItem(*strValue, prefix); in addPrefixToItem()261 item = *strValue; in addPrefixToItem()1111 std::string* strValue = in processContainsSubordinateResponse() local1113 if (strValue == nullptr) in processContainsSubordinateResponse()1128 *strValue, prefix); in processContainsSubordinateResponse()[all …]
149 const std::string* strValue = entry->get_ptr<const std::string*>(); in operator ()() local150 if (strValue != nullptr) in operator ()()154 return DateTimeString(*strValue); in operator ()()156 return {*strValue}; in operator ()()
624 const std::string* strValue = in getLDAPConfigData() local627 if (strValue == nullptr) in getLDAPConfigData()633 confData.uri = *strValue; in getLDAPConfigData()637 confData.bindDN = *strValue; in getLDAPConfigData()641 confData.baseDN = *strValue; in getLDAPConfigData()646 confData.searchScope = *strValue; in getLDAPConfigData()660 confData.serverType = *strValue; in getLDAPConfigData()671 const std::string* strValue = in getLDAPConfigData() local675 if (strValue == nullptr) in getLDAPConfigData()682 roleMapData.groupName = *strValue; in getLDAPConfigData()[all …]