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

1 2

  /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...]
RefPtrHashMap.h 31 template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
33 typedef typename ValueType::first_type KeyType;
34 typedef typename ValueType::second_type MappedType;
40 static void translate(ValueType& location, RawKeyType key, const MappedType& mapped)
59 typedef typename ValueTraits::TraitType ValueType;
64 typedef HashTable<KeyType, ValueType, PairFirstExtractor<ValueType>,
67 typedef RefPtrHashMapRawKeyTranslator<RawKeyType, ValueType, ValueTraits, HashFunctions>
71 typedef HashTableIteratorAdapter<HashTableType, ValueType> iterator;
72 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator
    [all...]
HashTable.h 100 typedef Value ValueType;
101 typedef const ValueType& ReferenceType;
102 typedef const ValueType* PointerType;
228 typedef Value ValueType;
229 typedef ValueType& ReferenceType;
230 typedef ValueType* PointerType;
293 typedef Value ValueType;
302 m_table = (ValueType*)(uintptr_t)0xbbadbeef;
319 pair<iterator, bool> add(const ValueType& value) { return add<KeyType, ValueType, IdentityTranslatorType>(Extractor::extract(value), value);
    [all...]
Vector.h 500 typedef T ValueType;
    [all...]
ListHashSet.h 72 typedef ValueArg ValueType;
73 typedef ListHashSetIterator<ValueType, inlineCapacity, HashArg> iterator;
74 typedef ListHashSetConstIterator<ValueType, inlineCapacity, HashArg> const_iterator;
76 friend class ListHashSetConstIterator<ValueType, inlineCapacity, HashArg>;
94 ValueType& first();
95 const ValueType& first() const;
97 ValueType& last();
98 const ValueType& last() const;
101 iterator find(const ValueType&);
102 const_iterator find(const ValueType&) const
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 127 EVT ValueType;
135 return ValueType;
  /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 19 typedef T ValueType;
21 Y() { V = ValueType(); }
23 ValueType V;
  /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;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventValueDescription.java 26 * name, type ({@link EventValueType}), and (if needed) value unit ({@link ValueType}).
39 public static enum ValueType {
51 * Checks that the {@link EventValueType} is compatible with the {@link ValueType}.
64 * Returns a {@link ValueType} from an integer value, or <code>null</code> if no match
68 public static ValueType getValueType(int value) {
69 for (ValueType type : values()) {
89 private ValueType(int value) {
96 private ValueType mValueType;
102 * {@link #mValueType} is set to {@link ValueType#BYTES} by default. It set to
103 * {@link ValueType#NOT_APPLICABLE} for all other {@link EventValueType} values
    [all...]
  /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_;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 47 public enum ValueType {
55 ValueType(String value) {
63 public static ValueType getEnum(String value) {
64 for (ValueType type : values()) {
76 private ValueType mType;
95 public ValueType getType() {
113 return mType != ValueType.STRING;
152 prop.mType = ValueType.getEnum(value);
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 133 typedef PropertyMapEntry ValueType;
136 typedef ordered_iterator<ValueType> iterator;
137 typedef ordered_iterator<const ValueType> const_iterator;
142 typedef std::pair<ValueType*, unsigned> find_iterator;
159 std::pair<find_iterator, bool> add(const ValueType& entry);
190 void reinsert(const ValueType& entry);
212 ValueType* table();
213 const ValueType* table() const;
337 return std::make_pair((ValueType*)0, hash & m_indexMask);
355 inline std::pair<PropertyTable::find_iterator, bool> PropertyTable::add(const ValueType& entry
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 240 enum ValueType {FV_BOOL, FV_INT32, FV_INT64, FV_UINT64, FV_DOUBLE, FV_STRING};
254 ValueType type_; // how to interpret value_
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 101 llvm::Type *ValueType = Args[1]->getType();
107 Result = EmitFromInt(CGF, Result, T, ValueType);
135 llvm::Type *ValueType = Args[1]->getType();
143 Result = EmitFromInt(CGF, Result, T, ValueType);
    [all...]

Completed in 564 milliseconds

1 2