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

123

/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());
/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/tensorflow/tensorflow/core/lib/gtl/
H A Dint_type.h25 // template class IntType<IntTypeName, ValueType> (where ValueType assumes
40 // DEFINE_INT_TYPE(IntTypeName, ValueType);
44 // ValueType: is one of the integral types as defined by base::is_integral
87 // operator allows the same IntTypeName and the ValueType to be used on
90 // It also supports an accessor value() returning the stored value as ValueType,
178 // Holds an integer value (of type ValueType) and behaves as a ValueType by
183 // the file generates a unique IntTypeName). The parameter ValueType defines
190 typedef _ValueType ValueType; // fo typedef in class:tensorflow::gtl::IntType
[all...]
/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dmetric_def.h40 enum class ValueType : int { kInt64 = 0, kHistogram, kString, kBool }; class in namespace:tensorflow::monitoring
47 ValueType GetValueType();
50 inline ValueType GetValueType<int64>() {
51 return ValueType::kInt64;
55 inline ValueType GetValueType<HistogramProto>() {
56 return ValueType::kHistogram;
60 inline ValueType GetValueType<string>() {
61 return ValueType::kString;
65 inline ValueType GetValueType<bool>() {
66 return ValueType
[all...]
/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/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalValue.h80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
87 Type *ValueType; member in class:llvm::GlobalValue
254 Type *getValueType() const { return ValueType; }
/external/tensorflow/tensorflow/core/kernels/
H A Dgpu_utils.h72 std::make_pair(params, ValueType{config, 1, 1}));
133 struct ValueType { struct in class:tensorflow::AutoTuneMap
138 std::unordered_map<Parameters, ValueType, Hasher> params_config_map_
/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::__anon4747::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
425 Map<String, ValueType> _valueTypes = new LinkedHashMap<String, ValueType>();
439 _valueTypes.put(key2, ValueType.valueOf(value2));
686 public static ValueType getValueType(String key) {
687 ValueType type = VALUE_TYPES.get(key);
688 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
423 Map<String, ValueType> _valueTypes = new LinkedHashMap<String, ValueType>();
437 _valueTypes.put(key2, ValueType.valueOf(value2));
684 public static ValueType getValueType(String key) {
685 ValueType type = VALUE_TYPES.get(key);
686 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:__anon14434
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/v8/src/wasm/
H A Dwasm-opcodes.h35 typedef MachineRepresentation ValueType; typedef in namespace:v8::internal::wasm
36 const ValueType kWasmStmt = MachineRepresentation::kNone;
37 const ValueType kWasmI32 = MachineRepresentation::kWord32;
38 const ValueType kWasmI64 = MachineRepresentation::kWord64;
39 const ValueType kWasmF32 = MachineRepresentation::kFloat32;
40 const ValueType kWasmF64 = MachineRepresentation::kFloat64;
41 const ValueType kWasmS128 = MachineRepresentation::kSimd128;
42 const ValueType kWasmS1x4 = MachineRepresentation::kSimd1x4;
43 const ValueType kWasmS1x8 = MachineRepresentation::kSimd1x8;
44 const ValueType kWasmS1x1
[all...]

Completed in 549 milliseconds

123