Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dhttp_request_fake.h147 string copy_str = str; in EscapeString() local
149 while ((n = copy_str.find(victim, n)) != std::string::npos) { in EscapeString()
150 copy_str.replace(n, victim.size(), encoded); in EscapeString()
153 return copy_str; in EscapeString()
/external/adhd/cras/src/server/
Dcras_expr.c13 static const char *copy_str(const char *begin, const char *end) in copy_str() function
40 value->u.string = copy_str(begin, end); in value_set_string2()
376 expr->u.variable = copy_str(begin, end); in new_variable()
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh110 void copy_str (const ByteStr &str) in copy_str() function
951 encoder.copy_str (opstr.str); in encode_str()