Searched refs:entity_types (Results 1 – 4 of 4) sorted by relevance
27 std::unordered_set<std::string> entity_types; in EntityTypesFromJObject() local33 entity_types.insert(ToStlString(env, jentity_type)); in EntityTypesFromJObject()35 return entity_types; in EntityTypesFromJObject()148 annotation_options.entity_types = in FromJavaAnnotationOptions()
119 std::unordered_set<std::string> entity_types; member171 const std::unordered_set<std::string>& entity_types) in EnabledEntityTypes() argument172 : entity_types_(entity_types) {} in EnabledEntityTypes()
1819 const EnabledEntityTypes is_entity_type_enabled(options.entity_types); in Annotate()
1021 options.entity_types = annotation_entity_types_; in AnnotationOptionsForMessage()