Searched defs:Setter (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py84 def Setter(self, value): function in function:ScalarProperty
87 return property(Getter, Setter)
179 def Setter(self, new_value): function in function:RepeatedScalarProperty
184 return property(Getter, Setter, doc=doc)
285 def Setter(self, new_value): function in function:RepeatedCompositeProperty
290 return property(Getter, Setter, doc=doc)
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc683 static void Setter(v8::Local<v8::String> name, function in class:TestApiCallbacks
736 &TestApiCallbacks::Setter, data); member in class:TestApiCallbacks
776 &TestApiCallbacks::Setter, data); member in class:TestApiCallbacks
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp210 const ObjCMethodDecl *Setter,
224 const ParmVarDecl *argDecl = *Setter->param_begin();
260 SourceLocation EndLoc = Setter->getDeclaratorEndLoc();
263 commit.remove(CharSourceRange::getCharRange(Setter->getLocStart(), EndLoc));
209 rewriteToObjCProperty(const ObjCMethodDecl *Getter, const ObjCMethodDecl *Setter, const NSAPI &NS, edit::Commit &commit) argument
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp260 ObjCMethodDecl *Setter; member in class:__anon15422::ObjCPropertyOpBuilder
267 SyntacticRefExpr(0), InstanceReceiver(0), Getter(0), Setter(0) {
584 /// \return true if a setter was found, in which case Setter
589 Setter = setter;
629 Setter = setter;
720 QualType paramType = (*Setter->param_begin())->getType();
740 if (Setter->isInstanceMethod() || RefExpr->isObjectReceiver()) {
742 GenericLoc, SetterSelector, Setter,
747 SetterSelector, Setter,
H A DSemaExprMember.cpp1439 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); local
1440 if (!Setter) {
1443 Setter = IFace->lookupPrivateMethod(SetterSel, false);
1446 if (Setter && DiagnoseUseOfDecl(Setter, MemberLoc))
1449 if (Getter || Setter) {
1450 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
H A DSemaExprObjC.cpp1571 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); local
1574 if (!Setter)
1575 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true);
1577 if (!Setter) {
1580 Setter = IFace->lookupPrivateMethod(SetterSel);
1583 if (Setter && DiagnoseUseOfDecl(Setter, MemberLoc))
1586 if (Getter || Setter) {
1588 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
1594 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
1720 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); local
[all...]
H A DTreeTransform.h2465 ObjCMethodDecl *Setter,
2470 new (getSema().Context) ObjCPropertyRefExpr(Getter, Setter, T,
2463 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument
/external/clang/include/clang/AST/
H A DExprObjC.h527 /// pointer is an (optional) ObjCMethodDecl and Setter may be set.
529 /// the pointer is an ObjCPropertyDecl and Setter is always null.
541 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
581 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
587 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
592 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
597 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
602 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
607 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
699 const ObjCMethodDecl *Setter local
748 setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, unsigned methRefFlags) argument
[all...]
H A DDeclCXX.h3022 IdentifierInfo *Setter):
3024 SetterId(Setter) {}
3019 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp993 ObjCMethodDecl *Setter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); local
994 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1511 /// \return true if Setter has the default name for the property PD.
1513 const ObjCMethodDecl *Setter) {
1515 if (!Setter)
1518 assert(Setter->getDeclName().isObjCOneArgSelector());
1520 Setter->getDeclName().getObjCSelector().getNameForSlot(0);
1593 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); local
1599 hasDefaultSetterName(PD, Setter) ? "" :
1667 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); local
1673 hasDefaultSetterName(PD, Setter) ? "" :
1512 hasDefaultSetterName(const ObjCPropertyDecl *PD, const ObjCMethodDecl *Setter) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 532 milliseconds