Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 25 of 32) 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/node/deps/undici/src/docs/api/
DFetch.md17 ## Response section in Fetch
/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/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/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/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/node/deps/v8/src/torque/ls/
Dmessage.h344 explicit Response(JsonValue value) : Message(std::move(value)) {} in Response() function
345 Response() : Message() {} in Response() function
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Doneofs.proto75 message Response { message
/third_party/skia/tools/skiaserve/
DResponse.cpp42 namespace Response { namespace
/third_party/node/deps/undici/src/types/
Dindex.d.ts59 var Response: typeof import('./fetch').Response; variable
Ddiagnostics-channel.d.ts15 interface Response { interface
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dresponse.js11 class Response extends Body { class
Dindex.js10 const Response = require('./response.js') constant
/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/undici/src/lib/fetch/
Dresponse.js34 class Response { class
569 Response, property
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc343 class Response : public Serializable { class
345 Response(int call_id, std::unique_ptr<Serializable> params) in Response() function in v8_crdtp::__anone309c9700311::Response
/third_party/node/lib/internal/process/
Dpre_execution.js303 Response: lazyInterface('Response'), property
/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.rs1798 struct Response<T> { in test_flatten_unit() struct
1800 data: T, in test_flatten_unit()
1801 status: usize, in test_flatten_unit()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_sensor.js149 const Response = { variable
/third_party/node/tools/doc/
Dtype-parser.mjs271 'Response': 'https://developer.mozilla.org/en-US/docs/Web/API/Response', property
/third_party/python/Lib/test/
Dtest_httplib.py1226 class Response(client.HTTPResponse): class
/third_party/typescript/src/server/
Dprotocol.ts222 export interface Response extends Message { interface

12