HomeSort by relevance Sort by last modified time
    Searched defs:Setter (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 84 def Setter(self, value):
87 return property(Getter, Setter)
179 def Setter(self, new_value):
184 return property(Getter, Setter, doc=doc)
285 def Setter(self, new_value):
290 return property(Getter, Setter, doc=doc)
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 683 static void Setter(v8::Local<v8::String> name,
736 &TestApiCallbacks::Setter, data);
776 &TestApiCallbacks::Setter, data);
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 427 // Also must look for a getter or setter name which uses property syntax.
    [all...]
SemaPseudoObject.cpp 24 // as a message-send of the associated 'setter' selector, typically:
260 ObjCMethodDecl *Setter;
267 SyntacticRefExpr(0), InstanceReceiver(0), Getter(0), Setter(0) {
562 ObjCMethodDecl *setter = RefExpr->getImplicitPropertySetter(); local
563 assert(setter && "both setter and getter are null - cannot happen");
565 setter->getSelector().getIdentifierInfoForSlot(0);
581 /// Try to find the most accurate setter declaration for the property
584 /// \return true if a setter was found, in which case Setter
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 527 /// pointer is an (optional) ObjCMethodDecl and Setter may be set.
529 /// the pointer is an ObjCPropertyDecl and Setter is always null.
533 /// to the getter, the setter, or both.
541 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
581 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
587 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
592 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
597 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
602 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
607 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 175 milliseconds