flutter_flutter/engine/build/scripts/templates/ElementLookupTrie.h.tmpl
2014-10-23 11:17:19 -07:00

16 lines
295 B
Cheetah

{% from "macros.tmpl" import license %}
{{ license() }}
#ifndef {{namespace}}ElementLookupTrie_h
#define {{namespace}}ElementLookupTrie_h
#include "wtf/text/StringImpl.h"
namespace blink {
StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length);
} // namespace blink
#endif