HomeSort by relevance Sort by last modified time
    Searched defs:m_other (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSString.h 96 append(jsString->m_other.m_fibers[i]);
219 m_other.m_fibers[0] = rope.leakRef();
309 m_other.m_finalizerCallback = finalizer;
310 m_other.m_finalizerContext = context;
318 if (m_other.m_finalizerCallback)
319 m_other.m_finalizerCallback(this, m_other.m_finalizerContext);
323 RopeImpl::deref(m_other.m_fibers[i]);
368 m_other.m_fibers[index++] = impl;
375 RopeImpl::Fiber fiber = jsString->m_other.m_fibers[i]
430 } m_other; member in class:JSC::JSString
    [all...]
  /external/eigen/Eigen/src/Core/
Functors.h 447 * indeed it seems better to declare m_other as a Packet and do the pset1() once
449 * - GCC does not like m_other as a Packet and generate a load every time it needs it
458 EIGEN_STRONG_INLINE scalar_multiple_op(const scalar_multiple_op& other) : m_other(other.m_other) { }
459 EIGEN_STRONG_INLINE scalar_multiple_op(const Scalar& other) : m_other(other) { }
460 EIGEN_STRONG_INLINE Scalar operator() (const Scalar& a) const { return a * m_other; }
462 { return internal::pmul(a, pset1<Packet>(m_other)); }
463 typename add_const_on_value_type<typename NumTraits<Scalar>::Nested>::type m_other; member in struct:Eigen::internal::scalar_multiple_op
472 EIGEN_STRONG_INLINE scalar_multiple2_op(const scalar_multiple2_op& other) : m_other(other.m_other) { }
475 typename add_const_on_value_type<typename NumTraits<Scalar2>::Nested>::type m_other; member in struct:Eigen::internal::scalar_multiple2_op
490 const Scalar m_other; member in struct:Eigen::internal::scalar_quotient1_impl
502 typename add_const_on_value_type<typename NumTraits<Scalar>::Nested>::type m_other; member in struct:Eigen::internal::scalar_quotient1_impl
537 const Scalar m_other; member in struct:Eigen::internal::scalar_constant_op
679 const Scalar m_other; member in struct:Eigen::internal::scalar_add_op
826 Scalar m_other; member in struct:Eigen::internal::scalar_inverse_mult_op
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 211 GroupId(void* other) : m_type(OtherType), m_other(other) {}
222 return new UnspecifiedGroup(m_other);
238 void* m_other; member in union:WebCore::GroupId::__anon17688

Completed in 225 milliseconds