Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.h232 CPP_COMMENT_STYLE, enumerator
Dtokenizer.cc200 comment_style_(CPP_COMMENT_STYLE), in Tokenizer()
539 if (comment_style_ == CPP_COMMENT_STYLE && TryConsume('/')) { in TryConsumeCommentStart()