Searched refs:contact_name (Results 1 – 3 of 3) sorted by relevance
420 std::string contact_name; member427 contact_name == other.contact_name &&438 std::string contact_name, contact_given_name, contact_family_name, member
161 ScopedLocalRef<jstring> contact_name; in ClassificationResultWithIntentsToJObject() local162 if (!classification_result.contact_name.empty()) { in ClassificationResultWithIntentsToJObject()163 TC3_ASSIGN_OR_RETURN(contact_name, in ClassificationResultWithIntentsToJObject()165 env, classification_result.contact_name.c_str())); in ClassificationResultWithIntentsToJObject()292 contact_name.get(), contact_given_name.get(), contact_family_name.get(), in ClassificationResultWithIntentsToJObject()
175 a.contact_name == b.contact_name && in ClassificationResultsEqualIgnoringScoresAndSerializedEntityData()