Lines Matching defs:const
37 static void New(const FunctionCallbackInfo<Value>& args);
38 static void Enable(const FunctionCallbackInfo<Value>& args);
39 static void Disable(const FunctionCallbackInfo<Value>& args);
41 const std::set<std::string>& GetCategories() const { return categories_; }
43 void MemoryInfo(MemoryTracker* tracker) const override {
59 const std::set<std::string> categories_;
62 void NodeCategorySet::New(const FunctionCallbackInfo<Value>& args) {
78 void NodeCategorySet::Enable(const FunctionCallbackInfo<Value>& args) {
82 const auto& categories = category_set->GetCategories();
92 void NodeCategorySet::Disable(const FunctionCallbackInfo<Value>& args) {
96 const auto& categories = category_set->GetCategories();
103 void GetEnabledCategories(const FunctionCallbackInfo<Value>& args) {
117 const FunctionCallbackInfo<Value>& args) {