OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_comment_style
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h
81
// calling
set_comment_style
().
219
// Valid values for
set_comment_style
().
229
void
set_comment_style
(CommentStyle style) { comment_style_ = style; }
function in class:google::protobuf::io::Tokenizer
/external/protobuf/src/google/protobuf/io/
tokenizer.h
80
// calling
set_comment_style
().
166
// Valid values for
set_comment_style
().
176
void
set_comment_style
(CommentStyle style) { comment_style_ = style; }
function in class:google::protobuf::io::Tokenizer
Completed in 74 milliseconds