Home
last modified time | relevance | path

Searched defs:Mutable (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/gil/test/core/image_view/
Dview_type_from_pixel.cpp19 struct Mutable : std::true_type {}; struct
Dview_type.cpp19 struct Mutable : std::true_type {}; struct
/third_party/protobuf/src/google/protobuf/
Darenastring.h93 inline ::std::string* Mutable(const ::std::string* default_value, in Mutable() function
Dinlined_string_field.h99 std::string* Mutable(const std::string* default_value, in Mutable() function
Dextension_set.h1096 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
1234 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function
1282 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
/third_party/python/Lib/test/
Dtest_dataclasses.py679 class Mutable: class