Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtypes_test.cpp27 static IOVector::block_type create_block(const std::string& string) { in create_block() function
31 static IOVector::block_type create_block(char value, size_t len) { in create_block() function
63 auto block = create_block('x', 100); in TEST()
74 bc.append(create_block("foobar")); in TEST()
78 ASSERT_EQ(create_block("foo"), foo.coalesce()); in TEST()
79 ASSERT_EQ(create_block("bar"), bc.coalesce()); in TEST()
84 bc.append(create_block("foo")); in TEST()
85 bc.append(create_block("bar")); in TEST()
86 bc.append(create_block("baz")); in TEST()
91 ASSERT_EQ(create_block("foo"), foo.coalesce()); in TEST()
[all …]