Searched refs:AddLineAndPushOffsetTo (Results 1 – 5 of 5) sorted by relevance
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | proxy_generator.cc | 355 text->AddLineAndPushOffsetTo( in GenerateInterfaceMock() 532 block.AddLineAndPushOffsetTo("PropertySet(dbus::ObjectProxy* object_proxy,", in AddPropertySet() 537 block.AddLineAndPushOffsetTo(": dbus::PropertySet{object_proxy,", 1, '{'); in AddPropertySet() 615 text->AddLineAndPushOffsetTo( in AddProperties() 835 block.AddLineAndPushOffsetTo( in AddMockMethodDeclaration() 861 block.AddLineAndPushOffsetTo( in AddMockMethodDeclaration() 865 block.AddLineAndPushOffsetTo( in AddMockMethodDeclaration() 886 block.AddLineAndPushOffsetTo( in AddSignalHandlerRegistrationMock() 892 block.AddLineAndPushOffsetTo("void(" + arg_lines[i], 1, '('); in AddSignalHandlerRegistrationMock() 918 block->AddLineAndPushOffsetTo( in AddSignalCallbackArg() [all …]
|
D | indented_text_unittest.cc | 55 TEST_F(IndentedTextTest, AddLineAndPushOffsetTo) { in TEST_F() argument 56 text_.AddLineAndPushOffsetTo("foo(bar(baz", 2, '('); in TEST_F()
|
D | indented_text.h | 34 void AddLineAndPushOffsetTo(const std::string& line,
|
D | indented_text.cc | 44 void IndentedText::AddLineAndPushOffsetTo(const std::string& line, in AddLineAndPushOffsetTo() function in chromeos_dbus_bindings::IndentedText
|
D | adaptor_generator.cc | 221 text->AddLineAndPushOffsetTo( in RegisterInterface()
|