Searched refs:contentBytes (Results 1 – 2 of 2) sorted by relevance
70 public HttpResponse(int statusCode, List<Header> headers, byte[] contentBytes) { in HttpResponse() argument73 mContentLength = contentBytes.length; in HttpResponse()74 mContentBytes = contentBytes; in HttpResponse()
39 static const uint8_t contentBytes[] = { 0x90, 0xC3, 0xC3, 0xC4 }; in TEST() local40 const unsigned contentSize = sizeof(contentBytes) / sizeof(contentBytes[0]); in TEST()41 textSection.content = llvm::makeArrayRef(contentBytes, contentSize); in TEST()