Home
last modified time | relevance | path

Searched defs:thiscontent (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/wave/test/testwave/
Dtestwave_app.cpp789 std::string thiscontent(value.substr(p+1)); in extract_special_information() local
799 std::string thiscontent(value.substr(3, value.size()-5)); in extract_special_information() local
835 std::string thiscontent(value.substr((' ' == value[p+1]) ? p+2 : p+1)); in extract_special_information() local
845 std::string thiscontent(value.substr((' ' == value[3]) ? 4 : 3)); in extract_special_information() local