Searched defs:Mutable (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | extension_set.h | 644 static inline string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function 716 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function 732 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
|
D | repeated_field.h | 463 inline Element* RepeatedField<Element>::Mutable(int index) { in Mutable() function 643 RepeatedPtrFieldBase::Mutable(int index) { in Mutable() function 823 inline Element* RepeatedPtrField<Element>::Mutable(int index) { in Mutable() function
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 349 bool Mutable; variable
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 177 bool Mutable) { in enterLambdaScope()
|
D | SemaDecl.cpp | 9318 bool Mutable in HandleField() local 9355 bool Mutable, Expr *BitWidth, in CheckFieldDecl()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2093 bool Mutable : 1; variable 2110 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 2483 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create()
|