Searched refs:glocation (Results 1 – 2 of 2) sorted by relevance
19 glocation = [""] # nonlocal kind of trick, maybe redundant24 return tests.http_response_bytes(status="301 goto", headers={"location": glocation[0]})27 glocation[0] = urllib.parse.urljoin(uri, "/final")32 assert response.previous["location"] == glocation[0]
503 auto* glocation = result_->add_location(); in WriteLocations() local504 glocation->set_id(ToPprofId(id)); in WriteLocations()505 glocation->set_mapping_id(ToPprofId(loc.mapping_id)); in WriteLocations()511 auto* gline = glocation->add_line(); in WriteLocations()518 glocation->add_line()->set_function_id( in WriteLocations()