HomeSort by relevance Sort by last modified time
    Searched defs:ValueType (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 28 typedef Path::ValueType ValueType;
33 explicit RealPath(const ValueType* s );
Path.h 49 typedef wchar_t ValueType;
51 typedef char ValueType;
53 typedef std::basic_string<ValueType> StringType;
57 Path(const ValueType* s);
66 Path& assign(const ValueType* s, unsigned int length);
85 const ValueType* c_str() const
  /external/webkit/Source/WebKit/chromium/public/
WebVector.h 64 typedef T ValueType;
  /external/webkit/Source/JavaScriptCore/wtf/
HashIterators.h 38 typedef std::pair<KeyType, MappedType> ValueType;
45 const ValueType* get() const { return (const ValueType*)m_impl.get(); }
46 const ValueType& operator*() const { return *get(); }
47 const ValueType* operator->() const { return get(); }
60 typedef std::pair<KeyType, MappedType> ValueType;
67 ValueType* get() const { return (ValueType*)m_impl.get(); }
68 ValueType& operator*() const { return *get(); }
69 ValueType* operator->() const { return get();
    [all...]
HashCountedSet.h 36 typedef Value ValueType;
52 iterator find(const ValueType&);
53 const_iterator find(const ValueType&) const;
54 bool contains(const ValueType&) const;
55 unsigned count(const ValueType&) const;
60 std::pair<iterator, bool> add(const ValueType&);
64 bool remove(const ValueType&);
69 void removeAll(const ValueType&);
121 inline typename HashCountedSet<Value, HashFunctions, Traits>::iterator HashCountedSet<Value, HashFunctions, Traits>::find(const ValueType& value)
127 inline typename HashCountedSet<Value, HashFunctions, Traits>::const_iterator HashCountedSet<Value, HashFunctions, Traits>::find(const ValueType& value) cons
    [all...]
OwnPtr.h 43 typedef typename RemovePointer<T>::Type ValueType;
44 typedef ValueType* PtrType;
55 OwnPtr(const OwnPtr<ValueType>&);
65 ValueType& operator*() const { ASSERT(m_ptr); return *m_ptr; }
PassOwnPtr.h 47 typedef typename RemovePointer<T>::Type ValueType;
48 typedef ValueType* PtrType;
65 ValueType& operator*() const { ASSERT(m_ptr); return *m_ptr; }
HashSet.h 45 typedef typename ValueTraits::TraitType ValueType;
48 typedef HashTable<ValueType, ValueType, IdentityExtractor<ValueType>,
52 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> iterator;
53 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
64 iterator find(const ValueType&) const;
65 bool contains(const ValueType&) const;
71 // static bool equal(const ValueType&, const T&);
77 pair<iterator, bool> add(const ValueType&)
    [all...]
RetainPtr.h 57 typedef typename RemovePointer<T>::Type ValueType;
58 typedef ValueType* PtrType;
HashMap.h 42 typedef typename ValueTraits::TraitType ValueType;
47 typedef HashTable<KeyType, ValueType, PairFirstExtractor<ValueType>,
51 typedef HashTableIteratorAdapter<HashTableType, ValueType> iterator;
52 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
91 // static bool equal(const ValueType&, const T&);
100 // static bool equal(const ValueType&, const T&);
101 // static translate(ValueType&, const T&, unsigned hashCode);
116 template<typename ValueType, typename ValueTraits, typename HashFunctions>
118 typedef typename ValueType::first_type KeyType
    [all...]
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 36 typedef typename Functor::ValueType ValueType;
48 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
  /external/eigen/unsupported/test/
forward_adolc.cpp 34 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
104 typename Func::ValueType y(f.values()), yref(f.values());
NumericalDiff.cpp 21 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
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());
  /external/llvm/lib/DebugInfo/
DWARFFormValue.h 22 struct ValueType {
23 ValueType() : data(NULL) {
45 ValueType Value; // Contains all data for the form.
50 const ValueType& value() const { return Value; }
  /external/chromium/chrome/browser/automation/
automation_resource_tracker.h 22 typedef T ValueType;
27 typedef T ValueType;
127 Source<typename AutomationResourceTraits<T>::ValueType>(source).ptr();
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 20 typedef T ValueType;
22 Y() { V = ValueType(); }
24 ValueType V;
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 42 typedef typename Functor::ValueType ValueType;
71 ValueType val1, val2;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 138 MVT ValueType;
146 return ValueType;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ValueType.java 33 public enum ValueType {
53 * A map to facilitate looking up a <code>ValueType</code> by byte value
55 private final static SparseArray<ValueType> valueTypeIntegerMap;
59 valueTypeIntegerMap = new SparseArray<ValueType>(16);
61 for (ValueType valueType : ValueType.values()) {
62 valueTypeIntegerMap.put(valueType.value, valueType);
67 * The byte value for this ValueType
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHostTypes.h 51 enum ValueType {
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Arguments.h 36 typedef Arguments0 ValueType;
59 typedef Arguments1<typename WTF::RemoveConst<typename WTF::RemoveReference<T1>::Type>::Type> ValueType;
95 typename WTF::RemoveConst<typename WTF::RemoveReference<T2>::Type>::Type> ValueType;
137 typename WTF::RemoveConst<typename WTF::RemoveReference<T3>::Type>::Type> ValueType;
180 typename WTF::RemoveConst<typename WTF::RemoveReference<T4>::Type>::Type> ValueType;
224 typename WTF::RemoveConst<typename WTF::RemoveReference<T5>::Type>::Type> ValueType;
269 typename WTF::RemoveConst<typename WTF::RemoveReference<T6>::Type>::Type> ValueType;
315 typename WTF::RemoveConst<typename WTF::RemoveReference<T7>::Type>::Type> ValueType;
362 typename WTF::RemoveConst<typename WTF::RemoveReference<T8>::Type>::Type> ValueType;
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 37 typedef uint64_t ValueType;
100 ValueType value() const
123 void setValue(ValueType pValue)
142 ValueType m_Value;
  /external/chromium/base/
tuple.h 41 // ValueType: the bare, nonref version of a type (same as the type for nonrefs).
47 typedef P ValueType;
54 typedef P ValueType;
283 typedef Tuple1<typename TupleTraits<A>::ValueType> ValueTuple;
290 typedef Tuple2<typename TupleTraits<A>::ValueType,
291 typename TupleTraits<B>::ValueType> ValueTuple;
300 typedef Tuple3<typename TupleTraits<A>::ValueType,
301 typename TupleTraits<B>::ValueType,
302 typename TupleTraits<C>::ValueType> ValueTuple;
313 typedef Tuple4<typename TupleTraits<A>::ValueType,
    [all...]
values.h 50 enum ValueType {
79 // safe to use the ValueType to determine whether you can cast from
82 ValueType GetType() const { return type_; }
85 bool IsType(ValueType type) const { return type == type_; }
115 explicit Value(ValueType type);
120 ValueType type_;

Completed in 1943 milliseconds

1 2