Searched refs:getter (Results 1 – 9 of 9) sorted by relevance
108 bool (DevicePolicy::*getter)(T*) in UpdateVariable()112 (policy_provider_->GetDevicePolicy().*getter)(&new_value)) { in UpdateVariable()122 bool (RealDevicePolicyProvider::*getter)(T*) const) { in UpdateVariable()125 (this->*getter)(&new_value)) { in UpdateVariable()
138 bool (policy::DevicePolicy::*getter)(T*) const);144 bool (RealDevicePolicyProvider::*getter)(T*) const);
44 The _payload_ keyword generates a getter but _body_ doesn't. Therefore, a
808 unique_ptr<MethodImpl> getter(new MethodImpl("const " + cppType + "&", in BuildInterfaceSource() local811 getter->GetStatementBlock()->AddLiteral( in BuildInterfaceSource()814 getter->GetStatementBlock()->AddLiteral("return value"); in BuildInterfaceSource()815 decls.push_back(std::move(getter)); in BuildInterfaceSource()976 unique_ptr<Declaration> getter(new MethodDecl("const " + cppType + "&", constant->GetName(), in BuildInterfaceHeader() local978 string_constants.push_back(std::move(getter)); in BuildInterfaceHeader()
318 # getter and setter methods for a property. Setting this option to YES will make
370 # getter and setter methods for a property. Setting this option to YES will make
329 # getter and setter methods for a property. Setting this option to YES will make