Searched defs:in_str (Results 1 - 4 of 4) sorted by relevance
/external/libweave/third_party/chromium/base/json/ |
H A D | string_escape_unittest.cc | 33 std::string in_str = in_ptr; local 41 bool convert_ok = EscapeJSONString(in_str, false, &out); 46 std::string fooout = GetQuotedJSONString(in_str);
|
/external/libchrome/base/json/ |
H A D | string_escape_unittest.cc | 33 std::string in_str = in_ptr; local 41 bool convert_ok = EscapeJSONString(in_str, false, &out); 46 std::string fooout = GetQuotedJSONString(in_str);
|
/external/webrtc/talk/app/webrtc/ |
H A D | peerconnection.cc | 136 // |in_str| should be of format 145 bool GetServiceTypeAndHostnameFromUri(const std::string& in_str, argument 148 const std::string::size_type colonpos = in_str.find(':'); 150 LOG(LS_WARNING) << "Missing ':' in ICE URI: " << in_str; 153 if ((colonpos + 1) == in_str.length()) { 154 LOG(LS_WARNING) << "Empty hostname in ICE URI: " << in_str; 159 if (in_str.compare(0, colonpos, kValidIceServiceTypes[i]) == 0) { 167 *hostname = in_str.substr(colonpos + 1, std::string::npos); 171 bool ParsePort(const std::string& in_str, int* port) { argument 173 for (const char& c : in_str) { 186 ParseHostnameAndPortFromString(const std::string& in_str, std::string* host, int* port) argument [all...] |
/external/valgrind/perf/ |
H A D | tinycc.c | 17865 CString *out_str, CString *in_str) 17873 str = in_str->data; 17861 subst_asm_operands(ASMOperand *operands, int nb_operands, int nb_outputs, CString *out_str, CString *in_str) argument
|
Completed in 7639 milliseconds