Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 25 of 31) sorted by relevance

12

/third_party/nghttp2/src/
Dshrpx_downstream.h236 struct Response { struct
237 Response(BlockAllocator &balloc) in Response() argument
247 void consume(size_t len) { in consume()
254 bool is_resource_pushed(const StringRef &scheme, const StringRef &authority, in is_resource_pushed()
266 void resource_pushed(const StringRef &scheme, const StringRef &authority, in resource_pushed()
275 FieldStore fs;
285 pushed_resources;
287 int64_t recv_body_length;
290 size_t unconsumed_body_length;
292 unsigned int http_status;
[all …]
/third_party/rust/crates/tracing/examples/examples/
Dtower-server.rs31 type Response = Response<Body>; typedef
72 type Response = Svc; typedef
Dtower-load.rs91 type Response = Response<Body>; typedef
176 type Response = Svc; typedef
205 type Response = AdminSvc<S>; typedef
222 type Response = Response<Body>; typedef
/third_party/typescript/tests/cases/compiler/
DaugmentExportEquals5.ts7 export interface Response { } interface
DcontextualTypingOfTooShortOverloads.ts44 interface Response { interface
/third_party/node/test/parallel/
Dtest-http-outgoing-message-inheritance.js12 class Response extends OutgoingMessage { class
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context methodSpec
107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse)… func
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context methodSpec
107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse)… func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context methodSpec
107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse)… func
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Doneofs.proto75 message Response { message
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dresponse.js21 class Response { class
Dindex.js17 const Response = require('./response') constant
/third_party/flutter/skia/tools/skiaserve/
DResponse.cpp42 namespace Response { namespace
/third_party/skia/tools/skiaserve/
DResponse.cpp42 namespace Response { namespace
/third_party/rust/crates/tracing/tracing-tower/src/
Dservice_span.rs161 type Response = Service<M::Service>; typedef
233 type Response = S::Response; typedef
Drequest_span.rs161 type Response = Service<S::Service, R, G>; typedef
238 type Response = S::Response; typedef
/third_party/node/deps/npm/node_modules/node-fetch-npm/
DREADME.md271 #### new Response([body[, options]])
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmain.cc186 using Response = ConnectionResponse; typedef
211 using Response = CompileResponse; typedef
/third_party/node/deps/npm/node_modules/make-fetch-happen/
DREADME.md90 ##### Example
/third_party/node/deps/npm/node_modules/npm-registry-fetch/
DREADME.md81 ##### Example
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp439 unsigned Response = 0; in isAvailable() local
/third_party/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs1980 struct Response<T> { in test_flatten_unit() struct
1982 data: T, in test_flatten_unit()
1983 status: usize, in test_flatten_unit()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_sensor.js149 const Response = { variable
/third_party/python/Lib/test/
Dtest_httplib.py1080 class Response(client.HTTPResponse): class
/third_party/typescript/lib/
Dprotocol.d.ts127 interface Response extends Message { interface

12