#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "third_party/blink/renderer/core/css/parser/css_parser_token_range.h"
#include "third_party/blink/renderer/platform/wtf/static_constructors.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"
namespace blink {
DEFINE_GLOBAL(…);
void CSSParserTokenRange::InitStaticEOFToken() { … }
CSSParserTokenRange CSSParserTokenRange::MakeSubRange(
const CSSParserToken* first,
const CSSParserToken* last) const { … }
CSSParserTokenRange CSSParserTokenRange::ConsumeBlock() { … }
void CSSParserTokenRange::ConsumeComponentValue() { … }
bool NeedsInsertedComment(const CSSParserToken& a, const CSSParserToken& b) { … }
String CSSParserTokenRange::Serialize() const { … }
}