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

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/
any.h 48 typedef ArenaStringPtr ValueType;
51 AnyMetadata(UrlType* type_url, ValueType* value);
82 ValueType* value_;
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 25 typedef Path::ValueType ValueType;
30 explicit RealPath(const ValueType* s);
Path.h 46 typedef char ValueType;
51 explicit Path(const ValueType* s);
60 Path& assign(const ValueType* s, unsigned int length);
77 const ValueType* c_str() const { return m_PathName.c_str(); }
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.h 48 typedef ArenaStringPtr ValueType;
51 AnyMetadata(UrlType* type_url, ValueType* value);
82 ValueType* value_;
  /hardware/google/av/codec2/vndk/util/
C2Debug.cpp 240 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
242 C2SupportedRange<ValueType> _mRange;
243 C2SupportedValueSet<ValueType> _mValues;
244 C2SupportedFlags<ValueType> _mFlags;
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 36 typedef typename Functor::ValueType ValueType;
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/test/
forward_adolc.cpp 32 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
63 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
102 typename Func::ValueType y(f.values()), yref(f.values());
NumericalDiff.cpp 21 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 133 MVT ValueType;
141 return ValueType;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 34 public final class ValueType {
52 private ValueType() {}
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 127 EVT ValueType;
135 return ValueType;
  /external/swiftshader/third_party/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; }
  /bootable/recovery/edify/include/edify/
expr.h 56 enum ValueType {
63 ValueType type;
66 Value(ValueType type, const std::string& str) :
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 42 typedef typename Functor::ValueType ValueType;
73 ValueType val1, val2;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 38 struct ValueType {
39 ValueType() : data(nullptr) {
52 ValueType Value; // Contains all data for the form.
  /external/tensorflow/tensorflow/core/kernels/
gpu_utils.h 72 std::make_pair(params, ValueType{config, 1, 1}));
133 struct ValueType {
138 std::unordered_map<Parameters, ValueType, Hasher> params_config_map_
  /external/tensorflow/tensorflow/core/lib/gtl/
int_type.h 25 // 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; // for non-member operator
    [all...]
  /external/tensorflow/tensorflow/core/lib/monitoring/
metric_def.h 40 enum class ValueType : int { kInt64 = 0, kHistogram, kString, kBool };
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::kBool
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 38 typedef uint64_t ValueType;
101 ValueType value() const { return m_Value; }
119 void setValue(ValueType pValue) { m_Value = pValue; }
138 ValueType m_Value;
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 63 // wrapper member type ValueType in member type Type.
66 TestTypeExpression<typename T::ValueType>> {
67 using Type = typename T::ValueType;
110 using ValueType = typename UnderlyingType<BaseType>::Type;
118 // Implicit conversion from ValueType.
119 Wrapper(ValueType value) : value(value) {}
122 Wrapper(BaseType value) : value(static_cast<ValueType>(value)) {}
125 template <typename T, typename = EnableIfMatchingEnum<T, ValueType>>
126 Wrapper(const T& value) : value(static_cast<ValueType>(value)) {}
131 // Implicit conversion to ValueType
    [all...]
  /external/llvm/include/llvm/IR/
GlobalValue.h 72 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
79 Type *ValueType;
237 Type *getValueType() const { return ValueType; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
87 Type *ValueType;
254 Type *getValueType() const { return ValueType; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 304 enum ValueType {
318 ValueType Type;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 41 struct ValueType {
42 ValueType() {
55 ValueType Value; // Contains all data for the form.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 80 ValueType(Ty), Linkage(Linkage), Visibility(DefaultVisibility),
87 Type *ValueType;
262 Type *getValueType() const { return ValueType; }

Completed in 889 milliseconds

1 2 3 4 5 6 7 8 91011>>