Home
last modified time | relevance | path

Searched defs:MakeRequest (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dfuzzing.h83 Request MakeRequest(Args... args) { in MakeRequest() function
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_request.h147 InterfaceRequest<Interface> MakeRequest(InterfacePtrInfo<Interface>* ptr_info) { in MakeRequest() function
Dassociated_interface_ptr.h205 AssociatedInterfaceRequest<Interface> MakeRequest( in MakeRequest() function
/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py313 def MakeRequest(http, http_request, retries=7, max_retry_wait=60, function