OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddComments
(Results
1 - 5
of
5
) sorted by null
/external/dbus-binding-generator/chromeos-dbus-bindings/
indented_text.h
39
void
AddComments
(const std::string& doc_string);
indented_text_unittest.cc
134
text_.
AddComments
("");
139
text_.
AddComments
(" \n \t \n");
152
text_.
AddComments
(comment_block);
166
text_.
AddComments
(comment_block);
adaptor_generator.cc
74
text->
AddComments
(interface.doc_string);
290
block.
AddComments
(method.doc_string);
336
block.
AddComments
(signal.doc_string);
429
block.
AddComments
(property.doc_string);
indented_text.cc
58
void IndentedText::
AddComments
(const std::string& doc_string) {
proxy_generator.cc
199
text->
AddComments
(interface.doc_string);
240
text->
AddComments
(interface.doc_string);
643
block.
AddComments
(method.doc_string);
710
block.
AddComments
(method.doc_string);
[
all
...]
Completed in 51 milliseconds