Searched defs:feature (Results 1 – 8 of 8) sorted by relevance
47 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr()62 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name()79 void interop_database_add(const uint16_t feature, const RawAddress* addr, in interop_database_add()118 static const char* interop_feature_string_(const interop_feature_t feature) { in interop_feature_string_()147 static bool interop_match_dynamic_(const interop_feature_t feature, in interop_match_dynamic_()166 static bool interop_match_fixed_(const interop_feature_t feature, in interop_match_fixed_()
27 interop_feature_t feature; member145 interop_feature_t feature; member
129 for (auto& feature : features) { in DumpFileHeader() local134 static const std::string GetFeatureName(int feature) { in GetFeatureName()188 int feature = pair.first; in DumpFeatureSection() local
264 bool RecordFileWriter::WriteFeatureString(int feature, const std::string& s) { in WriteFeatureString()353 bool RecordFileWriter::WriteFeatureBegin(int feature) { in WriteFeatureBegin()366 bool RecordFileWriter::WriteFeatureEnd(int feature) { in WriteFeatureEnd()
120 bool HasFeature(int feature) const { in HasFeature()
310 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection()375 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString()
1506 bool USERIAL_Feature(tUSERIAL_FEATURE feature) { in USERIAL_Feature()
837 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) { in CanUseFeature()