Home
last modified time | relevance | path

Searched refs:AddBlockWithOffset (Results 1 – 3 of 3) sorted by relevance

/external/dbus-binding-generator/chromeos-dbus-bindings/
Dindented_text.cc27 AddBlockWithOffset(block, 0); in AddBlock()
30 void IndentedText::AddBlockWithOffset(const IndentedText& block, size_t shift) { in AddBlockWithOffset() function in chromeos_dbus_bindings::IndentedText
Dindented_text_unittest.cc73 TEST_F(IndentedTextTest, AddBlockWithOffset) { in TEST_F() argument
81 text_.AddBlockWithOffset(block, kOffset2); in TEST_F()
Dindented_text.h26 void AddBlockWithOffset(const IndentedText& block, size_t shift);