Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc1445 static char *Append4(char *out, in Append4() function
1485 char *out = Append4(begin, a, b, c, d); in StrCat()
1495 char *out = Append4(begin, a, b, c, d); in StrCat()
1507 char *out = Append4(begin, a, b, c, d); in StrCat()
1520 char *out = Append4(begin, a, b, c, d); in StrCat()
1534 char *out = Append4(begin, a, b, c, d); in StrCat()
1535 out = Append4(out, e, f, g, h); in StrCat()
1547 char *out = Append4(begin, a, b, c, d); in StrCat()
1548 out = Append4(out, e, f, g, h); in StrCat()
1600 char *out = Append4(begin + old_size, a, b, c, d); in StrAppend()