Searched refs:str_with_null_char (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers_unittest.cc | 131 string str_with_null_char("ab\0c", 4); in TEST() local 133 TextFormatDecodeData::DecodeDataForString(str_with_null_char, "def"), in TEST() 137 TextFormatDecodeData::DecodeDataForString("def", str_with_null_char), in TEST() 224 string str_with_null_char("ab\0c", 4); in TEST() local 226 decode_data.AddString(1, str_with_null_char, "def"), in TEST() 230 decode_data.AddString(1, "def", str_with_null_char), in TEST()
|