Searched defs:ValueType (Results 1 - 25 of 48) sorted by relevance

12

/external/protobuf/src/google/protobuf/
H A Dany.h48 typedef ArenaStringPtr ValueType; typedef in class:google::protobuf::internal::AnyMetadata
51 AnyMetadata(UrlType* type_url, ValueType* value);
82 ValueType* value_;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DValueType.java34 public final class ValueType { class
52 private ValueType() {} method in class:ValueType
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffJacobian.h36 typedef typename Functor::ValueType ValueType; typedef in class:Eigen::AutoDiffJacobian
37 typedef typename ValueType::Scalar Scalar;
41 ValuesAtCompileTime = ValueType::RowsAtCompileTime
57 void operator() (const InputType& x, ValueType* v) const
62 void operator() (const InputType& x, ValueType* v, JacobianType* _jac,
65 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h42 typedef typename Functor::ValueType ValueType; typedef in class:Eigen::NumericalDiff
73 ValueType val1, val2;
/external/eigen/unsupported/test/
H A DNumericalDiff.cpp21 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType; typedef in struct:Functor
H A Dforward_adolc.cpp32 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType; typedef in struct:TestFunc1
63 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
102 typename Func::ValueType y(f.values()), yref(f.values());
H A Dautodiff.cpp41 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType; typedef in struct:TestFunc1
72 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
115 typedef Matrix<Scalar, 2, 1> ValueType; typedef in struct:integratorFunctor
159 typedef typename Func::ValueType::Scalar Scalar;
160 typedef typename Func::ValueType ValueType; typedef
165 ValueType y, yref;
194 typename Func::ValueType y(f.values()), yref(f.values());
H A DNonLinearOptimization.cpp116 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType; typedef in struct:Functor
128 // void operator() (const InputType& x, ValueType* v, JacobianType* _j=0) const;
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h38 struct ValueType { struct in class:llvm::DWARFFormValue
39 ValueType() : data(nullptr) { function in struct:llvm::DWARFFormValue::ValueType
52 ValueType Value; // Contains all data for the form.
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h133 MVT ValueType; member in class:llvm::ScheduleDAGSDNodes::RegDefIter
141 return ValueType;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h127 EVT ValueType; member in class:llvm::ScheduleDAGSDNodes::RegDefIter
135 return ValueType;
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFFormValue.h22 struct ValueType { struct in class:llvm::DWARFFormValue
23 ValueType() : data(NULL) { function in struct:llvm::DWARFFormValue::ValueType
45 ValueType Value; // Contains all data for the form.
50 const ValueType& value() const { return Value; }
/external/llvm/include/llvm/IR/
H A DGlobalValue.h72 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
79 Type *ValueType; member in class:llvm::GlobalValue
237 Type *getValueType() const { return ValueType; }
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h304 enum ValueType { enum in class:clang::ast_matchers::dynamic::VariantValue
318 ValueType Type;
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp39 struct Help { typedef bool ValueType; }; typedef in struct:de::cmdline::__anon4094::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/google-breakpad/src/processor/
H A Dstatic_map_unittest.cc41 typedef int ValueType; typedef
43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap;
44 typedef std::map< KeyType, ValueType > StdMap;
127 header[2] = kHeaderOffset + sizeof(ValueType);
174 sizeof(uint32_t) + sizeof(KeyType) + sizeof(ValueType);
311 SimpleMapSerializer<KeyType, ValueType> serializer;
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DKeyTypeData.java34 public enum ValueType { enum in class:KeyTypeData
402 static Map<String, ValueType> VALUE_TYPES = Collections.emptyMap(); // default for no resources
424 Map<String, ValueType> _valueTypes = new LinkedHashMap<String, ValueType>();
438 _valueTypes.put(key2, ValueType.valueOf(value2));
685 public static ValueType getValueType(String key) {
686 ValueType type = VALUE_TYPES.get(key);
687 return type == null ? ValueType.single : type;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java32 public enum ValueType { enum in class:KeyTypeData
400 static Map<String, ValueType> VALUE_TYPES = Collections.emptyMap(); // default for no resources
422 Map<String, ValueType> _valueTypes = new LinkedHashMap<String, ValueType>();
436 _valueTypes.put(key2, ValueType.valueOf(value2));
683 public static ValueType getValueType(String key) {
684 ValueType type = VALUE_TYPES.get(key);
685 return type == null ? ValueType.single : type;
/external/llvm/lib/Target/Hexagon/
H A DBitTracker.h106 enum ValueType { enum in struct:llvm::BitTracker::BitValue
141 ValueType Type;
144 BitValue(ValueType T = Top) : Type(T) {}
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp38 typedef PointerUnion<const Value *, const PseudoSourceValue *> ValueType; typedef in namespace:__anon13081
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...]
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h89 typedef PointerUnion<const Value *, const PseudoSourceValue *> ValueType; typedef in namespace:llvm
90 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> {
91 UnderlyingObject(ValueType V, bool MayAlias)
92 : PointerIntPair<ValueType, 1, bool>(V, MayAlias) {}
93 ValueType getValue() const { return getPointer(); }
179 /// A map from ValueType to SUList, used during DAG construction,
204 ValueType V);
/external/clang/include/clang/AST/
H A DExternalASTSource.h398 typedef llvm::PointerUnion<T, LazyData*> ValueType; typedef in struct:clang::LazyGenerationalUpdatePtr
399 ValueType Value;
401 LazyGenerationalUpdatePtr(ValueType V) : Value(V) {}
404 static ValueType makeValue(const ASTContext &Ctx, T Value);
454 return LazyGenerationalUpdatePtr(ValueType::getFromOpaqueValue(Ptr));
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp21 typedef T ValueType; typedef
23 Y() { V = ValueType(); }
25 ValueType V;
/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) { }

Completed in 4459 milliseconds

12