Searched refs:mapTag (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMapElement.cpp40 : HTMLElement(mapTag, document)
/external/llvm/lib/Support/
H A DYAMLTraits.cpp96 bool Input::mapTag(StringRef Tag, bool Default) { function in class:Input
408 bool Output::mapTag(StringRef Tag, bool Use) { function in class:Output
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h442 virtual bool mapTag(StringRef Tag, bool Default=false) = 0;
887 bool mapTag(StringRef, bool) override;
1012 bool mapTag(StringRef, bool) override;
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp1106 if (io.mapTag("!decimal", true)) {
1108 } else if (io.mapTag("!fraction")) {

Completed in 111 milliseconds