Home
last modified time | relevance | path

Searched refs:AddLineAndPushOffsetTo (Results 1 – 5 of 5) sorted by relevance

/external/dbus-binding-generator/chromeos-dbus-bindings/
Dproxy_generator.cc355 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 …]
Dindented_text_unittest.cc55 TEST_F(IndentedTextTest, AddLineAndPushOffsetTo) { in TEST_F() argument
56 text_.AddLineAndPushOffsetTo("foo(bar(baz", 2, '('); in TEST_F()
Dindented_text.h34 void AddLineAndPushOffsetTo(const std::string& line,
Dindented_text.cc44 void IndentedText::AddLineAndPushOffsetTo(const std::string& line, in AddLineAndPushOffsetTo() function in chromeos_dbus_bindings::IndentedText
Dadaptor_generator.cc221 text->AddLineAndPushOffsetTo( in RegisterInterface()