HomeSort by relevance Sort by last modified time
    Searched refs:MapToVector (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/
map_utils_unittest.cc 43 TEST_F(MapUtilsTest, MapToVector) {
44 std::vector<std::pair<std::string, int>> elements = MapToVector(map_);
56 EXPECT_TRUE(MapToVector(empty_map).empty());
map_utils.h 48 MapToVector(const T& map) {
  /external/libbrillo/brillo/http/
http_request.cc 245 http::HeaderList headers = brillo::MapToVector(headers_);

Completed in 2941 milliseconds