Home
last modified time | relevance | path

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

/device/google/contexthub/util/common/
DJSONObject.cpp185 bool escaped = false; in Parse() local
187 if (escaped) { in Parse()
217 escaped = false; in Parse()
219 escaped = true; in Parse()
567 AString escaped; in toString() local
569 mValue.mString->c_str(), mValue.mString->size(), &escaped); in toString()
572 out.append(escaped); in toString()