HomeSort by relevance Sort by last modified time
    Searched defs:DirectiveHandler (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/copresence/handlers/
directive_handler.h 22 class DirectiveHandler {
24 DirectiveHandler();
25 virtual ~DirectiveHandler();
46 DISALLOW_COPY_AND_ASSIGN(DirectiveHandler);
directive_handler.cc 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
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveHandlerBase.cpp 12 DirectiveHandler::~DirectiveHandler()
DirectiveHandlerBase.h 21 class DirectiveHandler
24 virtual ~DirectiveHandler();
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 64 typedef bool (*DirectiveHandler)(MCAsmParserExtension*, StringRef, SMLoc);
65 typedef std::pair<MCAsmParserExtension*, DirectiveHandler>

Completed in 52 milliseconds