/third_party/nghttp2/src/ |
D | shrpx_downstream.h | 236 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/ |
D | tower-server.rs | 31 type Response = Response<Body>; typedef 72 type Response = Svc; typedef
|
D | tower-load.rs | 91 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/ |
D | augmentExportEquals5.ts | 7 export interface Response { } interface
|
D | contextualTypingOfTooShortOverloads.ts | 44 interface Response { interface
|
/third_party/node/test/parallel/ |
D | test-http-outgoing-message-inheritance.js | 12 class Response extends OutgoingMessage { class
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 53 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/ |
D | handler.go | 53 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/ |
D | handler.go | 53 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/ |
D | oneofs.proto | 75 message Response { message
|
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/ |
D | response.js | 21 class Response { class
|
D | index.js | 17 const Response = require('./response') constant
|
/third_party/flutter/skia/tools/skiaserve/ |
D | Response.cpp | 42 namespace Response { namespace
|
/third_party/skia/tools/skiaserve/ |
D | Response.cpp | 42 namespace Response { namespace
|
/third_party/rust/crates/tracing/tracing-tower/src/ |
D | service_span.rs | 161 type Response = Service<M::Service>; typedef 233 type Response = S::Response; typedef
|
D | request_span.rs | 161 type Response = Service<S::Service, R, G>; typedef 238 type Response = S::Response; typedef
|
/third_party/node/deps/npm/node_modules/node-fetch-npm/ |
D | README.md | 271 #### new Response([body[, options]])
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | main.cc | 186 using Response = ConnectionResponse; typedef 211 using Response = CompileResponse; typedef
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | README.md | 90 ##### Example
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
D | README.md | 81 ##### Example
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | RegisterFile.cpp | 439 unsigned Response = 0; in isAvailable() local
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_annotations.rs | 1980 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/ |
D | ohos_sensor.js | 149 const Response = { variable
|
/third_party/python/Lib/test/ |
D | test_httplib.py | 1080 class Response(client.HTTPResponse): class
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 127 interface Response extends Message { interface
|