Searched refs:getter (Results 251 - 275 of 286) sorted by relevance

<<1112

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h917 // Sets the OS stack trace getter.
919 // Does nothing if the input and the current OS stack trace getter
920 // are the same; otherwise, deletes the old getter and makes the
921 // input the current getter.
922 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
924 // Returns the current OS stack trace getter if it is not NULL;
926 // getter, and returns it.
1087 // The OS stack trace getter. Will be deleted when the UnitTest
1089 // but the user can set this field to use a custom getter if that is
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h580 // Sets the OS stack trace getter.
582 // Does nothing if the input and the current OS stack trace getter
583 // are the same; otherwise, deletes the old getter and makes the
584 // input the current getter.
585 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
587 // Returns the current OS stack trace getter if it is not NULL;
589 // getter, and returns it.
861 // The OS stack trace getter. Will be deleted when the UnitTest
863 // but the user can set this field to use a custom getter if that is
H A Dgtest.cc4451 // Sets the OS stack trace getter.
4453 // Does nothing if the input and the current OS stack trace getter are
4454 // the same; otherwise, deletes the old getter and makes the input the
4455 // current getter.
4457 OsStackTraceGetterInterface* getter) {
4458 if (os_stack_trace_getter_ != getter) {
4460 os_stack_trace_getter_ = getter;
4464 // Returns the current OS stack trace getter if it is not NULL;
4466 // getter, and returns it.
4456 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/gtest/src/
H A Dgtest-internal-inl.h587 // Sets the OS stack trace getter.
589 // Does nothing if the input and the current OS stack trace getter
590 // are the same; otherwise, deletes the old getter and makes the
591 // input the current getter.
592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
594 // Returns the current OS stack trace getter if it is not NULL;
596 // getter, and returns it.
868 // The OS stack trace getter. Will be deleted when the UnitTest
870 // but the user can set this field to use a custom getter if that is
H A Dgtest.cc4451 // Sets the OS stack trace getter.
4453 // Does nothing if the input and the current OS stack trace getter are
4454 // the same; otherwise, deletes the old getter and makes the input the
4455 // current getter.
4457 OsStackTraceGetterInterface* getter) {
4458 if (os_stack_trace_getter_ != getter) {
4460 os_stack_trace_getter_ = getter;
4464 // Returns the current OS stack trace getter if it is not NULL;
4466 // getter, and returns it.
4456 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h586 // Sets the OS stack trace getter.
588 // Does nothing if the input and the current OS stack trace getter
589 // are the same; otherwise, deletes the old getter and makes the
590 // input the current getter.
591 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
593 // Returns the current OS stack trace getter if it is not NULL;
595 // getter, and returns it.
867 // The OS stack trace getter. Will be deleted when the UnitTest
869 // but the user can set this field to use a custom getter if that is
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h826 // Sets the OS stack trace getter.
828 // Does nothing if the input and the current OS stack trace getter
829 // are the same; otherwise, deletes the old getter and makes the
830 // input the current getter.
831 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
833 // Returns the current OS stack trace getter if it is not NULL;
835 // getter, and returns it.
1094 // The OS stack trace getter. Will be deleted when the UnitTest
1096 // but the user can set this field to use a custom getter if that is
H A Dgtest.cc4209 // Sets the OS stack trace getter.
4211 // Does nothing if the input and the current OS stack trace getter are
4212 // the same; otherwise, deletes the old getter and makes the input the
4213 // current getter.
4215 OsStackTraceGetterInterface* getter) {
4216 if (os_stack_trace_getter_ != getter) {
4218 os_stack_trace_getter_ = getter;
4222 // Returns the current OS stack trace getter if it is not NULL;
4224 // getter, and returns it.
4214 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl173 getter raises(DOMException);
175 getter raises(DOMException);
/external/clang/tools/libclang/
H A DIndexingContext.cpp528 DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
530 DInfo.ObjCPropDeclInfo.getter = 0;
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc548 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
1061 Address getter_address = v8::ToCData<Address>(callback->getter());
1099 ASSERT(!interceptor_holder->GetNamedInterceptor()->getter()->IsUndefined());
1114 AccessorInfo::cast(lookup->GetCallbackObject())->getter() != NULL;
1206 ASSERT(callback->getter() != NULL);
/external/v8/src/x64/
H A Dstub-cache-x64.cc532 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
1041 Address getter_address = v8::ToCData<Address>(callback->getter());
1079 ASSERT(!interceptor_holder->GetNamedInterceptor()->getter()->IsUndefined());
1094 AccessorInfo::cast(lookup->GetCallbackObject())->getter() != NULL;
1179 ASSERT(callback->getter() != NULL);
/external/clang/lib/CodeGen/
H A DCGObjC.cpp549 /// evaluation for the getter.
630 // emission for the getter.
710 /// \brief Generate an Objective-C property getter function.
720 assert(OMD && "Invalid call to generate getter (empty method)");
729 const Expr *getter = propImpl->getGetterCXXConstructor(); local
730 if (!getter) return true;
738 if (getter->isGLValue())
742 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
747 assert(isa<ExprWithCleanups>(getter));
843 CGM.ErrorUnsupported(propImpl, "Obj-C getter requirin
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc3320 // Sets the OS stack trace getter.
3322 // Does nothing if the input and the current OS stack trace getter are
3323 // the same; otherwise, deletes the old getter and makes the input the
3324 // current getter.
3326 OsStackTraceGetterInterface* getter) {
3327 if (os_stack_trace_getter_ != getter) {
3329 os_stack_trace_getter_ = getter;
3333 // Returns the current OS stack trace getter if it is not NULL;
3335 // getter, and returns it.
3325 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/v8/src/
H A Dic.cc414 return !object->GetNamedInterceptor()->getter()->IsUndefined();
422 // without actual getter.
985 if (v8::ToCData<Address>(callback->getter()) == 0) return;
1233 if (v8::ToCData<Address>(callback->getter()) == 0) return;
H A Dast.h1370 Accessors() : getter(NULL), setter(NULL) { }
1371 Expression* getter; member in struct:v8::internal::ObjectLiteral::Accessors
H A Dmirror-debugger.js1182 * Returns whether this property has a getter defined through __defineGetter__.
1183 * @return {booolean} True if this property has a getter
1200 * Returns the getter for this property defined through __defineGetter__.
1201 * @return {Mirror} FunctionMirror reflecting the getter function or
1202 * UndefinedMirror if there is no getter for this property
1204 PropertyMirror.prototype.getter = function() {
H A Dobjects-inl.h837 // GetElement can trigger a getter which can cause allocation.
1978 return accessors->getter()->IsMap() && accessors->setter()->IsMap();
3430 ACCESSORS(AccessorInfo, getter, Object, kGetterOffset)
3436 ACCESSORS(AccessorPair, getter, Object, kGetterOffset)
3443 ACCESSORS(InterceptorInfo, getter, Object, kGetterOffset)
H A Dprofile-generator.cc2127 if (Object* getter = accessors->getter()) {
2129 getter, "get-%s");
H A Dlog.cc1612 Address getter_entry = v8::ToCData<Address>(ai->getter());
/external/clang/include/clang-c/
H A DIndex.h5097 const CXIdxEntityInfo *getter; member in struct:__anon3438
/external/v8/src/arm/
H A Dstub-cache-arm.cc715 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
1220 Address getter_address = v8::ToCData<Address>(callback->getter());
1241 ASSERT(!interceptor_holder->GetNamedInterceptor()->getter()->IsUndefined());
1256 AccessorInfo::cast(lookup->GetCallbackObject())->getter() != NULL;
1337 ASSERT(callback->getter() != NULL);
/external/v8/src/mips/
H A Dstub-cache-mips.cc705 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
1229 Address getter_address = v8::ToCData<Address>(callback->getter());
1250 ASSERT(!interceptor_holder->GetNamedInterceptor()->getter()->IsUndefined());
1265 AccessorInfo::cast(lookup->GetCallbackObject())->getter() != NULL;
1338 ASSERT(callback->getter() != NULL);
/external/clang/tools/c-index-test/
H A Dc-index-test.c2431 if (PropInfo->getter) {
2432 printEntityInfo(" <getter>", client_data, PropInfo->getter);
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc4419 // Sets the OS stack trace getter.
4421 // Does nothing if the input and the current OS stack trace getter are
4422 // the same; otherwise, deletes the old getter and makes the input the
4423 // current getter.
4425 OsStackTraceGetterInterface* getter) {
4426 if (os_stack_trace_getter_ != getter) {
4428 os_stack_trace_getter_ = getter;
4432 // Returns the current OS stack trace getter if it is not NULL;
4434 // getter, and returns it.
4424 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument

Completed in 2029 milliseconds

<<1112