HomeSort by relevance Sort by last modified time
    Searched full:form_fields_ (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/http/
http_transport_fake.cc 218 form_fields_.insert(params.begin(), params.end());
228 form_fields_.insert(fields.begin(), fields.end());
232 auto p = form_fields_.find(field_name);
233 return p != form_fields_.end() ? p->second : std::string();
http_transport_fake.h 178 mutable std::map<std::string, std::string> form_fields_; member in class:brillo::http::fake::ServerRequest

Completed in 178 milliseconds