Home
last modified time | relevance | path

Searched refs:CPP_COMMENT_STYLE (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer.h234 CPP_COMMENT_STYLE, enumerator
Dtokenizer.cc207 comment_style_(CPP_COMMENT_STYLE), in Tokenizer()
541 if (comment_style_ == CPP_COMMENT_STYLE && TryConsume('/')) { in TryConsumeCommentStart()