HomeSort by relevance Sort by last modified time
    Searched refs:IsResponse (Results 1 - 5 of 5) sorted by null

  /external/v8/include/
v8-debug.h 45 virtual bool IsResponse() const = 0;
  /prebuilts/go/darwin-x86/src/net/http/
transfer.go 80 IsResponse bool
110 t.IsResponse = true
326 if bw, ok := w.(*bufio.Writer); ok && !t.IsResponse {
427 isResponse := false
435 isResponse = true
463 realLength, err := fixLength(isResponse, t.StatusCode, t.RequestMethod, t.Header, t.TransferEncoding)
467 if isResponse && t.RequestMethod == "HEAD" {
607 func fixLength(isResponse bool, status int, requestMethod string, header Header, te []string) (int64, error) {
608 isRequest := !isResponse
  /prebuilts/go/linux-x86/src/net/http/
transfer.go 80 IsResponse bool
110 t.IsResponse = true
326 if bw, ok := w.(*bufio.Writer); ok && !t.IsResponse {
427 isResponse := false
435 isResponse = true
463 realLength, err := fixLength(isResponse, t.StatusCode, t.RequestMethod, t.Header, t.TransferEncoding)
467 if isResponse && t.RequestMethod == "HEAD" {
607 func fixLength(isResponse bool, status int, requestMethod string, header Header, te []string) (int64, error) {
608 isRequest := !isResponse
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 84 BYTE IsResponse : 1;
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 432 bool IsResponse(const Descriptor* desc) { return false; }
    [all...]

Completed in 452 milliseconds