Searched refs:ConvertToInt64 (Results 1 – 5 of 5) sorted by relevance
139 … NotifyInterfaceAddressUpdate(address, iface, ConvertToInt64(flags), ConvertToInt64(scope)); in HandleAddressChange()141 … NotifyInterfaceAddressRemove(address, iface, ConvertToInt64(flags), ConvertToInt64(scope)); in HandleAddressChange()
44 int64_t ConvertToInt64(const uint8_t *ptr, size_t size) in ConvertToInt64() function90 int32_t nit64t = ConvertToInt64(data, size); in RdDbOpenFuzzer()
63 int64_t ConvertToInt64(const std::string &str);
338 auto result = CommonUtils::ConvertToInt64(testStr);
342 int64_t ConvertToInt64(const std::string &str) in ConvertToInt64() function