Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dtemplate_test.cc99 ImmutableString br_op("foxtrot"); in test_template_immutable_string() local
101 CU_ASSERT('f' == br_op[0]); in test_template_immutable_string()
102 CU_ASSERT('o' == br_op[1]); in test_template_immutable_string()
103 CU_ASSERT('t' == br_op[6]); in test_template_immutable_string()
104 CU_ASSERT('\0' == br_op[7]); in test_template_immutable_string()
179 StringRef br_op("foxtrot"); in test_template_string_ref() local
181 CU_ASSERT('f' == br_op[0]); in test_template_string_ref()
182 CU_ASSERT('o' == br_op[1]); in test_template_string_ref()
183 CU_ASSERT('t' == br_op[6]); in test_template_string_ref()
184 CU_ASSERT('\0' == br_op[7]); in test_template_string_ref()