Lines Matching refs:dest
96 IncrementalStringBuilder::NoExtend<DestChar>* dest);
936 IncrementalStringBuilder::NoExtend<DestChar>* dest) {
943 dest->Append(c);
957 dest->Append(c);
958 dest->Append(next);
963 dest->AppendCString("\\u");
965 dest->AppendCString(hex);
971 dest->AppendCString("\\u");
973 dest->AppendCString(hex);
981 dest->AppendCString("\\u");
983 dest->AppendCString(hex);
987 dest->AppendCString(&JsonEscapeTable[c * kJsonEscapeTableEntrySize]);