Searched refs:br_op (Results 1 – 1 of 1) sorted by relevance
99 ImmutableString br_op("foxtrot"); in test_template_immutable_string() local101 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() local181 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()