Searched refs:FeatureFunctionDescriptor (Results 1 – 5 of 5) sorted by relevance
50 class FeatureFunctionDescriptor {52 FeatureFunctionDescriptor() {} in FeatureFunctionDescriptor() function88 FeatureFunctionDescriptor *add_feature() { in add_feature()89 sub_features_.emplace_back(new FeatureFunctionDescriptor()); in add_feature()93 const FeatureFunctionDescriptor &feature(int i) const { in feature()115 std::vector<std::unique_ptr<FeatureFunctionDescriptor>> sub_features_;117 SAFTM_DISALLOW_COPY_AND_ASSIGN(FeatureFunctionDescriptor);128 FeatureFunctionDescriptor *add_feature() { in add_feature()129 features_.emplace_back(new FeatureFunctionDescriptor()); in add_feature()133 const FeatureFunctionDescriptor &feature(int i) const { in feature()[all …]
174 FeatureFunctionDescriptor *descriptor = result->add_feature(); in Parse()185 bool FELParser::ParseFeature(FeatureFunctionDescriptor *result) { in ParseFeature()228 FeatureFunctionDescriptor *subfeature = result->add_feature(); in ParseFeature()243 FeatureFunctionDescriptor *subfeature = result->add_feature(); in ParseFeature()252 bool FELParser::ParseParameter(FeatureFunctionDescriptor *result) { in ParseParameter()
246 const FeatureFunctionDescriptor *descriptor() const { return descriptor_; } in descriptor()247 void set_descriptor(const FeatureFunctionDescriptor *descriptor) { in set_descriptor()287 const FeatureFunctionDescriptor *descriptor_ = nullptr;344 const FeatureFunctionDescriptor *fd, in Instantiate()443 const FeatureFunctionDescriptor *fd, std::vector<NES *> *functions, in CreateNested()446 const FeatureFunctionDescriptor &sub = fd->feature(i); in CreateNested()630 const FeatureFunctionDescriptor &fd = descriptor().feature(i); in InitializeFeatureFunctions()
26 void ToFELFunction(const FeatureFunctionDescriptor &function, in ToFELFunction()46 void ToFEL(const FeatureFunctionDescriptor &function, std::string *output) { in ToFEL()68 std::string FeatureFunctionDescriptor::DebugString() const { in DebugString()
75 bool ParseFeature(FeatureFunctionDescriptor *result);79 bool ParseParameter(FeatureFunctionDescriptor *result);