OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comment_style_
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/io/
tokenizer.h
238
void set_comment_style(CommentStyle style) {
comment_style_
= style; }
284
CommentStyle
comment_style_
;
member in class:google::protobuf::io::Tokenizer
tokenizer.cc
200
comment_style_
(CPP_COMMENT_STYLE),
539
if (
comment_style_
== CPP_COMMENT_STYLE && TryConsume('/')) {
553
} else if (
comment_style_
== SH_COMMENT_STYLE && TryConsume('#')) {
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h
229
void set_comment_style(CommentStyle style) {
comment_style_
= style; }
260
CommentStyle
comment_style_
;
member in class:google::protobuf::io::Tokenizer
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h
229
void set_comment_style(CommentStyle style) {
comment_style_
= style; }
260
CommentStyle
comment_style_
;
member in class:google::protobuf::io::Tokenizer
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h
229
void set_comment_style(CommentStyle style) {
comment_style_
= style; }
260
CommentStyle
comment_style_
;
member in class:google::protobuf::io::Tokenizer
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h
238
void set_comment_style(CommentStyle style) {
comment_style_
= style; }
284
CommentStyle
comment_style_
;
member in class:google::protobuf::io::Tokenizer
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h
229
void set_comment_style(CommentStyle style) {
comment_style_
= style; }
260
CommentStyle
comment_style_
;
member in class:google::protobuf::io::Tokenizer
Completed in 2972 milliseconds