Searched defs:DirectiveHandler (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/copresence/handlers/
H A Ddirective_handler.h22 class DirectiveHandler { class in namespace:copresence
24 DirectiveHandler();
25 virtual ~DirectiveHandler();
46 DISALLOW_COPY_AND_ASSIGN(DirectiveHandler);
H A Ddirective_handler.cc13 DirectiveHandler::DirectiveHandler() {} function in class:copresence::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
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DDirectiveHandlerBase.cpp12 DirectiveHandler::~DirectiveHandler()
H A DDirectiveHandlerBase.h21 class DirectiveHandler class in namespace:pp
24 virtual ~DirectiveHandler();
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h64 typedef bool (*DirectiveHandler)(MCAsmParserExtension*, StringRef, SMLoc); typedef in class:llvm::MCAsmParser
65 typedef std::pair<MCAsmParserExtension*, DirectiveHandler>

Completed in 108 milliseconds