Searched defs:ValueType (Results 26 - 50 of 68) sorted by relevance

123

/external/chromium_org/base/
H A Dtuple.h38 // ValueType: the bare, nonref version of a type (same as the type for nonrefs).
44 typedef P ValueType; typedef in struct:TupleTraits
51 typedef P ValueType; typedef in struct:TupleTraits
280 typedef Tuple1<typename TupleTraits<A>::ValueType> ValueTuple;
287 typedef Tuple2<typename TupleTraits<A>::ValueType,
288 typename TupleTraits<B>::ValueType> ValueTuple;
297 typedef Tuple3<typename TupleTraits<A>::ValueType,
298 typename TupleTraits<B>::ValueType,
299 typename TupleTraits<C>::ValueType> ValueTuple;
310 typedef Tuple4<typename TupleTraits<A>::ValueType,
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashSet.h47 typedef typename ValueTraits::TraitType ValueType; typedef in class:WTF::HashSet
50 typedef HashTable<ValueType, ValueType, IdentityExtractor,
83 // static bool equal(const ValueType&, const T&);
95 // static bool equal(const ValueType&, const T&);
96 // static translate(ValueType&, const T&, unsigned hashCode);
244 ValuePassOutType result = ValueTraits::passOut(const_cast<ValueType&>(*it));
H A DRetainPtr.h66 typedef typename RemovePointer<T>::Type ValueType; typedef in class:WTF::RetainPtr
67 typedef ValueType* PtrType;
H A DHashMap.h63 typedef typename ValueTraits::TraitType ValueType; typedef in class:WTF::HashMap
74 typedef HashTable<KeyType, ValueType, KeyValuePairKeyExtractor,
81 typedef HashTableIteratorAdapter<HashTableType, ValueType> iterator;
82 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
140 // static bool equal(const ValueType&, const T&);
149 // static bool equal(const ValueType&, const T&);
150 // static translate(ValueType&, const T&, unsigned hashCode);
391 ValueType* entry = const_cast<HashTableType&>(m_impl).lookup(key);
H A DListHashSet.h94 typedef ValueArg ValueType; typedef in class:WTF::ListHashSet
95 typedef HashTraits<ValueType> ValueTraits;
110 template<typename ValueType> struct HashTableAddResult {
115 typedef HashTableAddResult<ValueType> AddResult;
138 ValueType& first();
139 const ValueType& first() const;
142 ValueType& last();
143 const ValueType& last() const;
441 typedef typename Set::ValueType ValueType; typedef in class:WTF::ListHashSetIterator
481 typedef typename Set::ValueType ValueType; typedef in class:WTF::ListHashSetConstIterator
549 typedef typename Set::ValueType ValueType; typedef in class:WTF::ListHashSetReverseIterator
588 typedef typename Set::ValueType ValueType; typedef in class:WTF::ListHashSetConstReverseIterator
[all...]
H A DVector.h555 typedef T ValueType; typedef in class:WTF::Vector
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat.h51 enum ValueType { enum in namespace:leveldb
55 // kValueTypeForSeek defines the ValueType that should be passed when
60 // ValueType, not the lowest).
61 static const ValueType kValueTypeForSeek = kTypeValue;
73 ValueType type;
76 ParsedInternalKey(const Slice& u, const SequenceNumber& seq, ValueType t)
103 inline ValueType ExtractValueType(const Slice& internal_key) {
108 return static_cast<ValueType>(c);
149 InternalKey(const Slice& user_key, SequenceNumber s, ValueType t) {
183 result->type = static_cast<ValueType>(
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp19 typedef T ValueType; typedef
21 Y() { V = ValueType(); }
23 ValueType V;
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp39 struct Help { typedef bool ValueType; }; typedef in struct:de::cmdline::__anon19709::Help
H A DdeCommandLine.hpp41 template<typename ValueType>
42 void parseType (const char* src, ValueType* dst);
54 typedef typename OptName::ValueType ValueType; typedef in struct:de::cmdline::Option
55 typedef void (*ParseFunc) (const char* src, ValueType* dst);
65 const NamedValue<ValueType>* namedValues; //!< Named values or null.
66 const NamedValue<ValueType>* namedValuesEnd; //!< Named value list end.
74 , parse (parseType<ValueType>)
93 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType>* namedValues_, const NamedValue<ValueType>* namedValuesEnd
121 typedef typename Option::ValueType ValueType; typedef in struct:de::cmdline::OptTraits
152 typedef typename OptTraits<Name>::ValueType ValueType; typedef in struct:de::cmdline::detail::TypedFieldTraits
[all...]
/external/lldb/include/lldb/Core/
H A DValue.h34 enum ValueType enum in class:lldb_private::Value
139 ValueType
152 SetValueType (ValueType value_type)
260 GetValueTypeAsCString (ValueType context_type);
276 ValueType m_value_type;
H A DMappedHash.h184 typedef __ValueType ValueType; typedef in class:MappedHash::ExportTable
190 ValueType value;
193 typedef std::vector<ValueType> ValueArrayType;
210 AddEntry (const char *cstr, const ValueType &value)
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp38 typedef PointerUnion<const Value *, const PseudoSourceValue *> ValueType; typedef in namespace:__anon26054
42 ScopedHashTableVal<ValueType, CntRegP> >
44 typedef ScopedHashTable<ValueType, CntRegP, DenseMapInfo<ValueType>,
83 ValueType &Val) const;
87 unsigned getCount(ValueType Entry);
91 unsigned getReg(ValueType Entry);
94 void incCntAndSetReg(ValueType Entry, unsigned Reg);
215 ValueType Entry;
247 ValueType
[all...]
H A DMipsDelaySlotFiller.cpp146 typedef PointerUnion<const Value *, const PseudoSourceValue *> ValueType; typedef in class:__anon26049::MemDefsUses
153 bool updateDefsUses(ValueType V, bool MayStore);
157 SmallVectorImpl<ValueType> &Objects) const;
160 SmallPtrSet<ValueType, 4> Uses, Defs;
431 SmallVector<ValueType, 4> Objs;
435 for (SmallVectorImpl<ValueType>::const_iterator I = Objs.begin();
452 bool MemDefsUses::updateDefsUses(ValueType V, bool MayStore) {
462 SmallVectorImpl<ValueType> &Objects) const {
/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.h183 typedef Noop ValueType; typedef in struct:gpu::cmd::Noop
198 static_cast<ValueType*>(cmd)->Init(skip_count);
199 return NextImmediateCmdAddress<ValueType>(
212 typedef SetToken ValueType; typedef in struct:gpu::cmd::SetToken
218 header.SetCmd<ValueType>();
226 static_cast<ValueType*>(cmd)->Init(token);
227 return NextCmdAddress<ValueType>(cmd);
253 typedef SetBucketSize ValueType; typedef in struct:gpu::cmd::SetBucketSize
259 header.SetCmd<ValueType>();
268 static_cast<ValueType*>(cm
289 typedef SetBucketData ValueType; typedef in struct:gpu::cmd::SetBucketData
351 typedef SetBucketDataImmediate ValueType; typedef in struct:gpu::cmd::SetBucketDataImmediate
407 typedef GetBucketStart ValueType; typedef in struct:gpu::cmd::GetBucketStart
477 typedef GetBucketData ValueType; typedef in struct:gpu::cmd::GetBucketData
[all...]
H A Dgles2_cmd_format.h204 typedef GenMailboxCHROMIUM ValueType; typedef in struct:gpu::gles2::cmds::GenMailboxCHROMIUM
212 typedef InsertSyncPointCHROMIUM ValueType; typedef in struct:gpu::gles2::cmds::InsertSyncPointCHROMIUM
220 typedef CreateAndConsumeTextureCHROMIUMImmediate ValueType; typedef in struct:gpu::gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate
230 return static_cast<uint32_t>(sizeof(ValueType) +
235 header.SetCmdByTotalSize<ValueType>(size_in_bytes);
249 static_cast<ValueType*>(cmd)->Init(_target, _client_id, _mailbox);
251 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
/external/clang/include/clang/AST/
H A DExternalASTSource.h388 typedef llvm::PointerUnion<T, LazyData*> ValueType; typedef in struct:clang::LazyGenerationalUpdatePtr
389 ValueType Value;
391 LazyGenerationalUpdatePtr(ValueType V) : Value(V) {}
394 static ValueType makeValue(const ASTContext &Ctx, T Value);
444 return LazyGenerationalUpdatePtr(ValueType::getFromOpaqueValue(Ptr));
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h50 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType; typedef in struct:Eigen::DenseFunctor
61 //int operator()(const InputType &x, ValueType& fvec) { }
74 typedef Matrix<Scalar,Dynamic,1> ValueType; typedef in struct:Eigen::SparseFunctor
88 //int operator()(const InputType &x, ValueType& fvec) { }
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp115 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType; typedef in struct:Functor
127 // void operator() (const InputType& x, ValueType* v, JacobianType* _j=0) const;
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h93 typedef typename PairType::second_type ValueType; typedef in class:fst::MapIterator
102 ValueType Value() const { return iter_->second; }
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h30 enum ValueType enum in namespace:Json
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;
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h30 enum ValueType enum in namespace:Json
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;
/external/jsoncpp/include/json/
H A Dvalue.h30 enum ValueType enum in namespace:Json
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;
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp755 typedef std::pair<CodeGenInstAlias *, int> ValueType; typedef in struct:__anon26566::AliasPriorityComparator
756 bool operator()(const ValueType &LHS, const ValueType &RHS) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py477 class ValueType(object): class in class:TypeModel
520 cls.Bool = cls.ValueType("bool", False)
521 cls.Int = cls.ValueType("int", False)
522 cls.Number = cls.ValueType("double", False)
523 cls.String = cls.ValueType("String", True,)
865 return TypeModel.ValueType("%s%s" % (helper.full_name_prefix_for_use, fixed_type_name.class_name), True)
1025 if isinstance(param_type_binding.get_type_model(), TypeModel.ValueType):

Completed in 895 milliseconds

123