Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers_unittest.cc131 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()