Home
last modified time | relevance | path

Searched refs:kTestMultipartBoundary (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dmultipart_unittest.cc22 static const std::string kTestMultipartBoundary = "123456789987654321"; variable
29 MultipartStream multipart("multipart/form-data", kTestMultipartBoundary); in TEST()
55 MultipartStream multipart("multipart/form-data", kTestMultipartBoundary); in TEST()
101 pos = str.find(kTestMultipartBoundary); in TEST()
103 pos += kTestMultipartBoundary.length(); in TEST()
109 pos = str.find(kTestMultipartBoundary, pos); in TEST()
111 pos += kTestMultipartBoundary.length(); in TEST()
117 pos = str.find(kTestMultipartBoundary, pos); in TEST()
119 pos += kTestMultipartBoundary.length(); in TEST()
121 pos = str.find(kTestMultipartBoundary, pos); in TEST()