HomeSort by relevance Sort by last modified time
    Searched refs:IndentedText (Results 1 - 13 of 13) sorted by null

  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator.h 24 class IndentedText;
37 IndentedText *text);
41 IndentedText *text);
46 IndentedText *text);
51 IndentedText *text);
56 IndentedText *text);
60 IndentedText *text);
64 IndentedText *text);
68 IndentedText *text);
72 IndentedText *text)
    [all...]
proxy_generator.h 25 class IndentedText;
46 IndentedText* text);
51 IndentedText* text);
56 IndentedText* text);
62 IndentedText* text);
64 IndentedText* text);
68 static void AddReleaseObjectProxy(IndentedText* text);
71 static void AddGetObjectPath(IndentedText* text);
74 static void AddGetObjectProxy(IndentedText* text);
79 IndentedText* text)
    [all...]
indented_text.h 16 class IndentedText {
18 IndentedText();
19 virtual ~IndentedText() = default;
25 void AddBlock(const IndentedText& block);
26 void AddBlockWithOffset(const IndentedText& block, size_t shift);
65 DISALLOW_COPY_AND_ASSIGN(IndentedText);
name_parser.h 16 class IndentedText;
47 void AddOpenNamespaces(IndentedText *text, bool add_main_type) const;
51 void AddCloseNamespaces(IndentedText *text, bool add_main_type) const;
indented_text.cc 20 IndentedText::IndentedText() : offset_(0) {}
22 void IndentedText::AddBlankLine() {
26 void IndentedText::AddBlock(const IndentedText& block) {
30 void IndentedText::AddBlockWithOffset(const IndentedText& block, size_t shift) {
36 void IndentedText::AddLine(const std::string& line) {
40 void IndentedText::AddLineWithOffset(const std::string& line, size_t shift) {
44 void IndentedText::AddLineAndPushOffsetTo(const std::string& line
    [all...]
header_generator.h 22 class IndentedText;
62 const IndentedText& text);
name_parser.cc 19 void AddOpenNamespace(IndentedText *text, const std::string& name) {
23 void AddCloseNamespace(IndentedText *text, const std::string& name) {
78 void NameParser::AddOpenNamespaces(IndentedText *text,
88 void NameParser::AddCloseNamespaces(IndentedText *text,
name_parser_unittest.cc 86 IndentedText text;
97 IndentedText text;
107 IndentedText text;
118 IndentedText text;
method_name_generator.cc 30 IndentedText text;
adaptor_generator.cc 29 IndentedText text;
62 IndentedText *text) {
127 IndentedText *text) {
136 IndentedText *text) {
153 IndentedText *text) {
238 IndentedText *text) {
239 IndentedText block;
328 IndentedText *text) {
329 IndentedText block;
379 IndentedText *text)
    [all...]
proxy_generator.cc 49 IndentedText text;
107 IndentedText text;
189 IndentedText* text) {
230 IndentedText* text) {
312 IndentedText* text) {
379 IndentedText* text) {
380 IndentedText block;
419 IndentedText* text) {
420 IndentedText block;
427 void ProxyGenerator::AddReleaseObjectProxy(IndentedText* text)
    [all...]
header_generator.cc 51 const base::FilePath& output_file, const IndentedText &text) {
indented_text_unittest.cc 24 IndentedText text_;
61 IndentedText block0;
65 IndentedText block1;
75 IndentedText block;

Completed in 1533 milliseconds