Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_userstring.py6 from UserString import UserString, MutableString
44 type2test = MutableString
Dtest_py3kwarn.py439 self.assertRaises(DeprecationWarning, UserString.MutableString)
/external/python/cpython2/Doc/library/
Duserdict.rst167 is no built-in equivalent to :class:`MutableString`).
176 :class:`MutableString`.
198 .. class:: MutableString([sequence])
209 The :class:`MutableString` class has been removed in Python 3.
216 .. attribute:: MutableString.data
/external/pigweed/pw_tokenizer/
Dargument_types_test_c.c92 DEFINE_TEST_FUNCTION(MutableString, ((char*)NULL));
/external/llvm-project/clang/test/SemaObjCXX/
Dmessage.mm96 struct MutableString : public String { };
/external/clang/test/SemaObjCXX/
Dmessage.mm96 struct MutableString : public String { };
/external/protobuf/src/google/protobuf/
Dextension_set_inl.h169 : MutableString(number, WireFormatLite::TYPE_STRING, in ParseFieldWithExtensionInfo()
Dextension_set.h276 std::string* MutableString(int number, FieldType type, desc);
864 MutableString(number, type, descriptor)->assign(value); in SetString()
1079 return set->MutableString(number, field_type, NULL); in PROTOBUF_DEFINE_PRIMITIVE_TYPE()
Dextension_set.cc523 std::string* ExtensionSet::MutableString(int number, FieldType type, in MutableString() function in google::protobuf::internal::ExtensionSet
1350 : MutableString(number, WireFormatLite::TYPE_STRING, in ParseFieldWithExtensionInfo()
1361 : MutableString(number, WireFormatLite::TYPE_BYTES, in ParseFieldWithExtensionInfo()
Dextension_set_unittest.cc723 TEST(ExtensionSetTest, MutableString) { in TEST() argument
/external/python/cpython2/Lib/
DUserString.py133 class MutableString(UserString, collections.MutableSequence): class
/external/pigweed/pw_string/
Dstring_builder_test.cc498 TEST(MakeString, MutableString) { in TEST() argument
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst469 The UserString.MutableString class has been removed in Python 3.0.
/external/python/cpython2/Misc/
DHISTORY1964 - ``UserString.MutableString`` now supports negative indices in
/external/python/cpython3/Misc/
DHISTORY19348 - ``UserString.MutableString`` now supports negative indices in