HomeSort by relevance Sort by last modified time
    Searched refs:ValueType (Results 76 - 100 of 131) sorted by null

1 2 34 5 6

  /external/eigen/unsupported/test/
autodiff.cpp 40 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
71 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
110 typename Func::ValueType y(f.values()), yref(f.values());
NumericalDiff.cpp 21 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
  /external/chromium_org/third_party/WebKit/Source/wtf/
RefPtrHashMap.h 43 typedef typename ValueTraits::TraitType ValueType;
54 typedef HashTable<KeyType, ValueType, KeyValuePairKeyExtractor<ValueType>,
61 typedef HashTableIteratorAdapter<HashTableType, ValueType> iterator;
62 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
254 ValueType* entry = const_cast<HashTableType&>(m_impl).lookup(key);
264 ValueType* entry = const_cast<HashTableType&>(m_impl).template lookup<Translator>(key);
RetainPtr.h 66 typedef typename RemovePointer<T>::Type ValueType;
67 typedef ValueType* PtrType;
HashMap.h 53 typedef typename ValueTraits::TraitType ValueType;
64 typedef HashTable<KeyType, ValueType, KeyValuePairKeyExtractor<ValueType>,
71 typedef HashTableIteratorAdapter<HashTableType, ValueType> iterator;
72 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
119 // static bool equal(const ValueType&, const T&);
128 // static bool equal(const ValueType&, const T&);
129 // static translate(ValueType&, const T&, unsigned hashCode);
374 ValueType* entry = const_cast<HashTableType&>(m_impl).lookup(key);
  /external/chromium/chrome/browser/prefs/
pref_service.cc 41 Value* CreateLocaleDefaultValue(Value::ValueType type, int message_id) {
430 const Value::ValueType type = default_store_->GetType(pref_name);
500 Value::ValueType orig_type = default_value->GetType();
588 Value::ValueType type) {
651 Value::ValueType type)
659 Value::ValueType PrefService::Preference::GetType() const {
pref_value_store.cc 104 Value::ValueType type,
  /external/chromium_org/base/containers/
small_map.h 152 template <typename KeyType, typename ValueType>
153 struct select_equal_key< std::map<KeyType, ValueType>, false> {
160 template <typename KeyType, typename ValueType>
161 struct select_equal_key< base::hash_map<KeyType, ValueType>, false> {
  /external/chromium_org/third_party/WebKit/public/platform/
WebVector.h 64 typedef T ValueType;
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 30 enum ValueType
103 * The type of the held value is represented by a #ValueType and
216 Value( ValueType type = nullValue );
251 ValueType type() const;
293 bool isConvertibleTo( ValueType other ) const;
498 ValueType type_ : 8;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 101 template<typename ValueType>
102 static void writeNameValuePair(TextStream& ts, const char* name, ValueType value)
107 template<typename ValueType>
108 static void writeNameAndQuotedValue(TextStream& ts, const char* name, ValueType value)
119 template<typename ValueType>
120 static void writeIfNotDefault(TextStream& ts, const char* name, ValueType value, ValueType defaultValue)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 451 LDSymbol::ValueType pValue,
502 LDSymbol::ValueType pValue,
608 LDSymbol::ValueType pValue,
703 LDSymbol::ValueType pValue,
768 LDSymbol::ValueType pValue,
817 LDSymbol::ValueType pValue,
861 LDSymbol::ValueType pValue,
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.cc 12 static uint64_t PackSequenceAndType(uint64_t seq, ValueType t) {
db_iter.cc 217 ValueType value_type = kTypeDeletion;
  /external/chromium_org/cc/animation/
keyframed_animation_curve.cc 206 template<typename ValueType, typename KeyframeType>
207 static ValueType GetCurveValue(const ScopedPtrVector<KeyframeType>* keyframes,
  /external/clang/include/clang/Sema/
Template.h 156 QualType ValueType,
158 : TemplateArgument(Ctx, Value, ValueType),
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 370 template <class ValueType, class Reference>
376 boost::is_POD<ValueType>
377 , iterator_writability_disabled<ValueType,Reference>
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py 633 class ValueType(object):
674 class ExactlyInt(ValueType):
676 TypeModel.ValueType.__init__(self, "int", False)
686 cls.Bool = cls.ValueType("bool", False)
690 cls.Int = cls.ValueType("int", False)
691 cls.Number = cls.ValueType("double", False)
692 cls.String = cls.ValueType("String", True,)
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
paren.h 93 typedef typename PairType::second_type ValueType;
102 ValueType Value() const { return iter_->second; }
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 274 Value::Value( ValueType type )
554 ValueType temp = type_;
563 ValueType
928 Value::isConvertibleTo( ValueType other ) const
    [all...]
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 291 template<typename T, typename ValueType = T>
  /art/runtime/
dex_file.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 434 QualType ValueType(ValueExpr->getType());
435 if (const PointerType *PT = ValueType->getAs<PointerType>()) {
507 } else if (ValueType->isBuiltinType()) {
520 ValueType = Context.CharTy;
524 ValueType = Context.getWideCharType();
528 ValueType = Context.Char16Ty;
532 ValueType = Context.Char32Ty;
540 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(), ValueType);
543 } else if (const EnumType *ET = ValueType->getAs<EnumType>()) {
546 << ValueType << ValueExpr->getSourceRange()
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc 293 Value::ValueType type) {

Completed in 941 milliseconds

1 2 34 5 6