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

12

  /external/webkit/Source/JavaScriptCore/wtf/
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/openfst/src/include/fst/extensions/pdt/
paren.h 93 typedef typename PairType::second_type ValueType;
102 ValueType Value() const { return iter_->second; }
  /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/eigen/unsupported/test/
NonLinearOptimization.cpp 113 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
125 // void operator() (const InputType& x, ValueType* v, JacobianType* _j=0) const;
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [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 99 llvm::Type *ValueType = Args[1]->getType();
105 Result = EmitFromInt(CGF, Result, T, ValueType);
132 llvm::Type *ValueType = Args[1]->getType();
140 Result = EmitFromInt(CGF, Result, T, ValueType);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 53 /// SDVTList - This represents a list of ValueType's that has been intern'd by
129 /// getValueType - Return the ValueType of the referenced return value.
133 /// Return the simple ValueType of the referenced return value.
    [all...]
  /external/open-vcdiff/gflags/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/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 335 milliseconds

12