Searched defs:Getter (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py81 def Getter(self): function in function:ScalarProperty
87 return property(Getter, Setter)
93 def Getter(self): function in function:CompositeProperty
101 return property(Getter)
172 def Getter(self): function in function:RepeatedScalarProperty
184 return property(Getter, Setter, doc=doc)
277 def Getter(self): function in function:RepeatedCompositeProperty
290 return property(Getter, Setter, doc=doc)
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc677 static void Getter(v8::Local<v8::String> name, function in class:TestApiCallbacks
735 v8::String::New("foo"), &TestApiCallbacks::Getter, member in class:TestApiCallbacks
775 v8::String::New("foo"), &TestApiCallbacks::Getter, member in class:TestApiCallbacks
H A Dtest-api.cc11088 return v8_str("Direct Getter Result");
11113 CHECK_EQ(v8_str("Direct Getter Result"), result);
18602 static void Getter(v8::Local<v8::String> property, function
18621 tmpl->SetNamedPropertyHandler(Getter, NULL, NULL, NULL, Enumerator);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp209 static bool rewriteToObjCProperty(const ObjCMethodDecl *Getter, argument
215 std::string PropertyNameString = Getter->getNameAsString();
247 QualType CanResultTy = Context.getCanonicalType(Getter->getResultType());
257 commit.replace(CharSourceRange::getCharRange(Getter->getLocStart(),
258 Getter->getDeclaratorEndLoc()),
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp258 ObjCMethodDecl *Getter; member in class:__anon15422::ObjCPropertyOpBuilder
267 SyntacticRefExpr(0), InstanceReceiver(0), Getter(0), Setter(0) {
542 } else if (Getter) {
543 T = Getter->getResultType();
552 if (Getter) return true;
556 if ((Getter = RefExpr->getImplicitPropertyGetter())) {
557 GetterSelector = Getter->getSelector();
577 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr);
578 return (Getter != 0);
664 assert(Getter);
1058 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, local
[all...]
H A DSemaExprMember.cpp1426 ObjCMethodDecl *Getter; local
1427 if ((Getter = IFace->lookupClassMethod(Sel))) {
1429 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1432 Getter = IFace->lookupPrivateMethod(Sel, false);
1449 if (Getter || Setter) {
1450 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
H A DSemaExprObjC.cpp1551 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); local
1554 if (!Getter)
1555 Getter = LookupMethodInQualifiedType(Sel, OPT, true);
1558 if (!Getter)
1559 Getter = IFace->lookupPrivateMethod(Sel);
1561 if (Getter) {
1563 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1586 if (Getter || Setter) {
1588 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
1594 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Sette
1698 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); local
[all...]
H A DTreeTransform.h2464 ObjCMethodDecl *Getter,
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.h581 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),
684 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
685 ResultType = Getter->getResultType();
689 const ObjCMethodDecl *Getter = getImplicitPropertyGetter(); local
690 if (Getter)
748 setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, unsigned methRefFlags) argument
[all...]
H A DDeclCXX.h3021 SourceLocation StartL, IdentifierInfo *Getter,
3023 DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), GetterId(Getter),
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.cpp992 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); local
994 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1499 /// \return true if Getter has the default name for the property PD.
1501 const ObjCMethodDecl *Getter) {
1503 if (!Getter)
1506 assert(Getter->getDeclName().isObjCZeroArgSelector());
1508 Getter->getDeclName().getObjCSelector().getNameForSlot(0);
1592 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); local
1597 hasDefaultGetterName(PD, Getter) ? "" :
1666 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); local
1671 hasDefaultGetterName(PD, Getter) ? "" :
1500 hasDefaultGetterName(const ObjCPropertyDecl *PD, const ObjCMethodDecl *Getter) argument
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp455 // Putter: Getter:
467 void Getter() { function in namespace:test04
474 MyThreadArray t(Putter, Getter);
791 // Putter: Getter:
809 void Getter() { function in namespace:test12
821 MyThreadArray t(Putter, Getter);
893 // Putter2: Putter1: Getter:
909 void Getter() { function in namespace:test14
917 MyThreadArray t(Getter, Putter1, Putter2);
1402 // Putter1: Getter
1427 void Getter() { function in namespace:test28
1469 void Getter() { function in namespace:test29
1848 void Getter() { function in namespace:test36
1950 void Getter() { function in namespace:test38
2057 void Getter() { function in namespace:test40
2168 void Getter() { function in namespace:test43
2206 void Getter() { function in namespace:test44
2247 void Getter() { function in namespace:test45
2988 void Getter() { function in namespace:test61
3030 void Getter() { function in namespace:test62
3061 void Getter() { function in namespace:test63
6615 void Getter() { function in namespace:test142
6656 void Getter() { function in namespace:test143
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc215 // Putter: Getter:
227 void Getter() { function in namespace:test04
234 MyThreadArray t(Putter, Getter);
495 // Putter: Getter:
513 void Getter() { function in namespace:test12
525 MyThreadArray t(Putter, Getter);
597 // Putter2: Putter1: Getter:
613 void Getter() { function in namespace:test14
621 MyThreadArray t(Getter, Putter1, Putter2);
1094 // Putter1: Getter
1119 void Getter() { function in namespace:test28
1161 void Getter() { function in namespace:test29
1538 void Getter() { function in namespace:test36
1640 void Getter() { function in namespace:test38
1744 void Getter() { function in namespace:test40
1855 void Getter() { function in namespace:test43
1893 void Getter() { function in namespace:test44
1934 void Getter() { function in namespace:test45
2664 void Getter() { function in namespace:test61
2706 void Getter() { function in namespace:test62
2737 void Getter() { function in namespace:test63
5977 void Getter() { function in namespace:test142
6027 void Getter() { function in namespace:test143
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc15620 static v8::Handle<v8::Value> Getter(v8::Local<v8::String> property, function
15639 tmpl->SetNamedPropertyHandler(Getter, NULL, NULL, NULL, Enumerator);

Completed in 3917 milliseconds