OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributeType
(Results
1 - 5
of
5
) sorted by null
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg
47
%attributeref(Class,
AttributeType
, AttributeName, AccessorMethod)
141
%define %attribute_custom(Class,
AttributeType
, AttributeName, GetMethod, SetMethod, GetMethodCall, SetMethodCall)
148
AttributeType
AttributeName;
152
template < class C > inline
AttributeType
%mangle(Class) ##_## AttributeName ## _get(const C* self_) {
155
template < class C > inline
AttributeType
%mangle(Class) ##_## AttributeName ## _get(C* self_) {
158
template < class C > inline void %mangle(Class) ##_## AttributeName ## _set(C* self_,
AttributeType
val_) {
170
%define %attribute_readonly(Class,
AttributeType
, AttributeName, GetMethod, GetMethodCall)
175
AttributeType
AttributeName;
179
template < class C > inline
AttributeType
%mangle(Class) ##_## AttributeName ## _get(const C* self_) {
182
template < class C > inline
AttributeType
%mangle(Class) ##_## AttributeName ## _get(C* self_)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h
142
enum
AttributeType
{
147
AttributeType
attributeType
() const { return m_attributeType; }
197
AttributeType
m_attributeType;
/external/chromium_org/net/ssl/
openssl_platform_key_mac.cc
201
blinding_attr.
AttributeType
= CSSM_ATTRIBUTE_RSA_BLINDING;
/external/chromium_org/net/third_party/nss/ssl/
sslplatf.c
706
blindingAttr.
AttributeType
= CSSM_ATTRIBUTE_RSA_BLINDING;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h
[
all
...]
Completed in 187 milliseconds