Searched refs:resultType (Results 1 – 2 of 2) sorted by relevance
111 expect(data.resultType == net_Http.HttpDataType.STRING).assertTrue();
219 const auto resultType = reply.resultValue_.type(); in UnmarshalReply() local221 if (resultType == nlohmann::detail::value_t::null) { // return null in UnmarshalReply()223 } else if (resultType == nlohmann::detail::value_t::array) { // return array in UnmarshalReply()