Home
last modified time | relevance | path

Searched defs:ValueType (Results 1 – 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h42 struct ValueType { struct
43 ValueType() { uval = 0; } in ValueType() function
44 ValueType(int64_t V) : sval(V) {} in ValueType() argument
45 ValueType(uint64_t V) : uval(V) {} in ValueType() argument
46 ValueType(const char *V) : cstr(V) {} in ValueType() argument
58 ValueType Value; /// Contains all data for the form. argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-674-1.hpp4 template <class T> class Maybe { using ValueType = T; }; typedef in mozilla::Maybe
/third_party/protobuf/src/google/protobuf/
Dany.h60 typedef ArenaStringPtr ValueType; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h143 MVT ValueType; variable
/third_party/node/deps/v8/src/heap/
Dfactory-base.h44 class ValueType; variable
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.hpp54 typedef typename OptName::ValueType ValueType; typedef
121 typedef typename Option::ValueType ValueType; typedef
152 typedef typename OptTraits<Name>::ValueType ValueType; typedef
DdeCommandLine.cpp39 struct Help { typedef bool ValueType; }; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h70 using ValueType = typename AllocatorTraits::value_type; in DestroyElements() local
161 using ValueType = typename AllocatorTraits::value_type; variable
181 using ValueType = typename AllocatorTraits::value_type; variable
/third_party/node/deps/v8/src/objects/
Dshared-function-info.h48 class ValueType; variable
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h37 class ValueType; variable
Dframe-states.h18 class ValueType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp57 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef
DMipsDelaySlotFiller.cpp188 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef in __anonf1ce3f010111::MemDefsUses
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAtomicSpirvShaders.cpp6532 using ValueType = ShadersMapT::value_type; in getSpirvAtomicOpShader() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h106 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h83 enum class ValueType : uint8_t { enum
168 constexpr char ValueType[] = "ValueType"; variable
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h301 constexpr ValueType() : bit_field_(KindField::encode(kVoid)) {} in ValueType() function
572 constexpr explicit ValueType(uint32_t bit_field) : bit_field_(bit_field) {} in ValueType() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DKeyTypeData.java37 public enum ValueType { enum in KeyTypeData
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java32 public enum ValueType { enum in KeyTypeData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.h155 enum ValueType { enum
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h43 enum ValueType : uint8_t { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h87 Type *ValueType; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
Dutility_test.cc47 TEST(IntegerSequenceTest, ValueType) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h88 Type *ValueType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp614 Type *ValueType; member
640 Type *ValueType, Value *Addr, in createMaskInstrs()

12