Searched refs:entity_type (Results 1 – 4 of 4) sorted by relevance
42 const std::string& entity_type, const std::string& generator_code) { in BuildTestIntentFactoryModel() argument46 options.generator.back()->type = entity_type; in BuildTestIntentFactoryModel()
91 entity_type:string (shared);
36 TC3_ASSIGN_OR_RETURN(std::string entity_type, in EntityTypesFromJObject()38 entity_types.insert(entity_type); in EntityTypesFromJObject()
96 bool operator()(const std::string& entity_type) const { in operator()98 entity_types_.find(entity_type) != entity_types_.cend(); in operator()