Searched refs:otherMethodSv (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp113 auto otherMethodSv = otherMethod.Method(); variable
114 return std::get<BString>(fMethod).Compare(otherMethodSv.data(), otherMethodSv.size()) == 0;

Completed in 37 milliseconds