Searched refs:Mutable (Results 1 - 25 of 41) sorted by relevance

12

/external/protobuf/src/google/protobuf/
H A Darenastring_unittest.cc72 ::std::string* mut = field2.Mutable(&default_value, NULL);
73 EXPECT_EQ(mut, field2.Mutable(&default_value, NULL));
98 ::std::string* mut = field2.Mutable(&default_value, &arena);
99 EXPECT_EQ(mut, field2.Mutable(&default_value, &arena));
H A Dfield_mask.pb.h151 return paths_.Mutable(index);
155 paths_.Mutable(index)->assign(value);
158 paths_.Mutable(index)->assign(value);
162 paths_.Mutable(index)->assign(
H A Dfield_mask.pb.cc356 return paths_.Mutable(index);
360 paths_.Mutable(index)->assign(value);
363 paths_.Mutable(index)->assign(value);
367 paths_.Mutable(index)->assign(
H A Dtype.pb.h918 return fields_.Mutable(index);
948 return oneofs_.Mutable(index);
952 oneofs_.Mutable(index)->assign(value);
955 oneofs_.Mutable(index)->assign(value);
959 oneofs_.Mutable(index)->assign(
1003 return options_.Mutable(index);
1247 return options_.Mutable(index);
1413 return enumvalue_.Mutable(index);
1443 return options_.Mutable(index);
1587 return options_.Mutable(inde
[all...]
H A Ddescriptor.pb.h3658 return file_.Mutable(index);
3800 return dependency_.Mutable(index);
3804 dependency_.Mutable(index)->assign(value);
3807 dependency_.Mutable(index)->assign(value);
3811 dependency_.Mutable(index)->assign(
3915 return message_type_.Mutable(index);
3945 return enum_type_.Mutable(index);
3975 return service_.Mutable(index);
4005 return extension_.Mutable(index);
4339 return field_.Mutable(inde
[all...]
H A Dextension_set.h219 // - Strings provide Mutable() in addition to Set() accessors.
660 // static inline MutableType Mutable(int number, ExtensionSet* set);
667 // static inline MutableType Mutable(int number, int index,
674 // "Mutable" methods only make sense for strings and messages, and the
683 // have a "Mutable()" method.
803 // Strings support both Set() and Mutable().
818 static inline string* Mutable(int number, FieldType field_type, function in class:google::protobuf::internal::StringTypeTraits
842 static inline string* Mutable(int number, int index, ExtensionSet* set) { function in class:google::protobuf::internal::RepeatedStringTypeTraits
974 static inline MutableType Mutable(int number, FieldType field_type, function in class:google::protobuf::internal::MessageTypeTraits
1005 static inline MutableType Mutable(in function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
H A Dreflection_internal.h161 ConvertToT(value, MutableRepeatedField(data)->Mutable(index));
223 ConvertToEntry(value, MutableRepeatedField(data)->Mutable(index));
H A Dapi.pb.h498 return methods_.Mutable(index);
528 return options_.Mutable(index);
640 return mixins_.Mutable(index);
848 return options_.Mutable(index);
H A Darenastring.h71 inline ::std::string* Mutable(const ::std::string* default_value, function in struct:google::protobuf::internal::ArenaStringPtr
H A Drepeated_field.h122 Element* Mutable(int index);
406 typename TypeHandler::Type* Mutable(int index);
744 Element* Mutable(int index);
1085 inline Element* RepeatedField<Element>::Mutable(int index) { function in class:google::protobuf::RepeatedField
1417 RepeatedPtrFieldBase::Mutable(int index) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1834 inline Element* RepeatedPtrField<Element>::Mutable(int index) { function in class:google::protobuf::RepeatedPtrField
1835 return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
1884 Mutable<TypeHandler>(i + start);
1892 elements[i] = RepeatedPtrFieldBase::Mutable<TypeHandler>(i + start);
1926 elements[i] = RepeatedPtrFieldBase::Mutable<TypeHandle
[all...]
H A Drepeated_field_reflection_unittest.cc138 mrpf_string->Mutable(i)->assign(StrFunc(i, -5));
139 mrpf_foreign_message->Mutable(i)->set_c(Func(i, -6));
144 down_cast<ForeignMessage*>(mrpf_message->Mutable(i))->set_c(Func(i, 7));
400 // Test (Mutable)RepeatedFieldRef::empty()
H A Drepeated_field_unittest.cc505 field.Mutable(1)->assign("baz");
689 EXPECT_EQ(field.Mutable(1), original);
958 EXPECT_EQ(field.Mutable(i), subject[i]);
960 EXPECT_EQ(field.Mutable(i), subject[i + num]);
973 if (field.Mutable(j - num) == subject[i])
H A Dtype.pb.cc794 return fields_.Mutable(index);
824 return oneofs_.Mutable(index);
828 oneofs_.Mutable(index)->assign(value);
831 oneofs_.Mutable(index)->assign(value);
835 oneofs_.Mutable(index)->assign(
879 return options_.Mutable(index);
1854 return options_.Mutable(index);
2419 return enumvalue_.Mutable(index);
2449 return options_.Mutable(index);
2906 return options_.Mutable(inde
[all...]
H A Dapi.pb.cc742 return methods_.Mutable(index);
772 return options_.Mutable(index);
884 return mixins_.Mutable(index);
1607 return options_.Mutable(index);
H A Ddescriptor.pb.cc1139 return file_.Mutable(index);
2060 return dependency_.Mutable(index);
2064 dependency_.Mutable(index)->assign(value);
2067 dependency_.Mutable(index)->assign(value);
2071 dependency_.Mutable(index)->assign(
2175 return message_type_.Mutable(index);
2205 return enum_type_.Mutable(index);
2235 return service_.Mutable(index);
2265 return extension_.Mutable(index);
3848 return field_.Mutable(inde
[all...]
H A Dwrappers.pb.h1048 return value_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());
1118 return value_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp178 namespace Mutable { namespace
190 template struct CopyAssign<Mutable::X>;
191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}}
H A Dp11.0x.copy.cpp143 namespace Mutable { namespace
H A Dp13-0x.cpp118 namespace Mutable { namespace
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; function in struct:LocalVarInit::Mutable
469 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; }
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h424 return file_to_generate_.Mutable(index);
428 file_to_generate_.Mutable(index)->assign(value);
431 file_to_generate_.Mutable(index)->assign(value);
435 file_to_generate_.Mutable(index)->assign(
533 return proto_file_.Mutable(index);
787 return file_.Mutable(index);
H A Dplugin.pb.cc540 return file_to_generate_.Mutable(index);
544 file_to_generate_.Mutable(index)->assign(value);
547 file_to_generate_.Mutable(index)->assign(value);
551 file_to_generate_.Mutable(index)->assign(
649 return proto_file_.Mutable(index);
1575 return file_.Mutable(index);
/external/clang/include/clang/Sema/
H A DScopeInfo.h686 bool Mutable; member in class:clang::sema::final
739 CallOperator(nullptr), NumExplicitCaptures(0), Mutable(false),
/external/libtextclassifier/common/
H A Dembedding-network-params-from-proto.h63 MatrixParams *embedding = proto_->mutable_embeddings()->Mutable(i);
/external/clang/include/clang/AST/
H A DDecl.h2295 unsigned Mutable : 1;
2336 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2339 Mutable(Mutable), CachedFieldIndex(0),
2348 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2358 bool isMutable() const { return Mutable; }

Completed in 393 milliseconds

12