Home | History | Annotate | Download | only in handlers

Lines Matching defs:DirectiveHandler

13 DirectiveHandler::DirectiveHandler() {}
15 void DirectiveHandler::Initialize(
22 DirectiveHandler::~DirectiveHandler() {
25 void DirectiveHandler::AddDirective(const Directive& directive) {
41 << "any other DirectiveHandler methods.";
50 void DirectiveHandler::RemoveDirectives(const std::string& op_id) {
52 << "any other DirectiveHandler methods.";
56 const std::string& DirectiveHandler::CurrentAudibleToken() const {
60 const std::string& DirectiveHandler::CurrentInaudibleToken() const {