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 777 static void Setter(v8::Local<v8::String> name,
832 &TestApiCallbacks::Getter, &TestApiCallbacks::Setter, data);
877 &TestApiCallbacks::Getter, &TestApiCallbacks::Setter, data);
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 424 // 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:
264 ObjCMethodDecl *Setter;
272 Setter(nullptr) {
568 ObjCMethodDecl *setter = RefExpr->getImplicitPropertySetter(); local
569 assert(setter && "both setter and getter are null - cannot happen");
571 setter->getSelector().getIdentifierInfoForSlot(0);
585 /// Try to find the most accurate setter declaration for the property
588 /// \return true if a setter was found, in which case Setter
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 528 /// pointer is an (optional) ObjCMethodDecl and Setter may be set.
530 /// the pointer is an ObjCPropertyDecl and Setter is always null.
534 /// to the getter, the setter, or both.
542 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
582 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
588 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
593 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
598 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
603 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
608 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 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 281 milliseconds