Searched refs:intValue (Results 1 – 4 of 4) sorted by relevance
200 hexToInt(char **ptr, int *intValue) in hexToInt() argument205 *intValue = 0; in hexToInt()213 *intValue = (*intValue << 4) | hexValue; in hexToInt()
236 const uint64_t* intValue = in fromJson() local238 if (intValue != nullptr) in fromJson()243 static_cast<MTLSCommonNameParseMode>(*intValue); in fromJson()253 *intValue); in fromJson()
721 int intValue = std::stoi(value); in RequestUpdate() local722 if (intValue >= 0 && intValue <= 255) in RequestUpdate()875 int intValue = std::stoi(value); in PassComponentTable() local876 if (intValue >= 0 && intValue <= 255) in PassComponentTable()1039 int intValue = std::stoi(value); in UpdateComponent() local1040 if (intValue >= 0 && intValue <= 255) in UpdateComponent()
591 const int64_t* intValue = j->get_ptr<const int64_t*>(); in convertJsonToDbus() local600 if (intValue == nullptr) in convertJsonToDbus()606 intValue = &v; in convertJsonToDbus()620 if (intValue != nullptr) in convertJsonToDbus()622 d = static_cast<double>(*intValue); in convertJsonToDbus()642 if (intValue == nullptr) in convertJsonToDbus()646 if ((*intValue < std::numeric_limits<int32_t>::lowest()) || in convertJsonToDbus()647 (*intValue > std::numeric_limits<int32_t>::max())) in convertJsonToDbus()651 int32_t i = static_cast<int32_t>(*intValue); in convertJsonToDbus()662 if (intValue != nullptr) in convertJsonToDbus()[all …]