Searched defs:entityJson (Results 1 – 5 of 5) sorted by relevance
20 bool DataDetectorAdapter::ParseOriText(const std::unique_ptr<JsonValue>& entityJson, std::string& t… in ParseOriText()
23 bool DataDetectorAdapter::ParseOriText(const std::unique_ptr<JsonValue>& entityJson, std::string& t… in ParseOriText()
172 bool DataDetectorAdapter::ParseOriText(const std::unique_ptr<JsonValue>& entityJson, std::string& t… in ParseOriText()253 auto entityJson = JsonUtil::ParseJsonString(result.entity); in ParseAIResult() local
338 const auto* entityJson = jsonIn.find("entity"); in EntityFromJson() local381 json::standalone_value entityJson; in EntityToJson() local604 json::standalone_value entityJson = json::standalone_value::object(); in WriteEntityCollection() local919 for (const auto& entityJson : entitiesJson->array_) { in ReadEntityCollection() local954 const auto* entityJson = jsonIn.find("entity"); in ReadComponents() local
2736 auto entityJson = JsonUtil::ParseJsonString(currentText); in ParseOriText() local