/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Optional.h | 72 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue() function 76 T const &getValue() const LLVM_LVALUE_FUNCTION noexcept { in getValue() function 81 T &&getValue() && noexcept { in getValue() function 172 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue() function 176 T const &getValue() const LLVM_LVALUE_FUNCTION noexcept { in getValue() function 181 T &&getValue() && noexcept { in getValue() function 255 const T &getValue() const LLVM_LVALUE_FUNCTION { return Storage.getValue(); } in getValue() function 256 T &getValue() LLVM_LVALUE_FUNCTION { return Storage.getValue(); } in getValue() function 279 T &&getValue() && { return std::move(Storage.getValue()); } in getValue() function
|
D | Statistic.h | 69 unsigned getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function 137 unsigned getValue() const { return 0; } in getValue() function
|
D | PackedVector.h | 30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function 47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgExpression.hpp | 77 ExecConstValueAccess getValue (void) const { return m_valueAccess; } in getValue() function in rsg::VariableAccess 119 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::FloatLiteral 137 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::IntLiteral 156 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::BoolLiteral 174 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue() function in rsg::ConstructorOp 199 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue() function in rsg::AssignOp 222 ExecConstValueAccess getValue (void) const { return m_child->getValue(); } in getValue() function in rsg::ParenOp 241 …ExecConstValueAccess getValue (void) const { return m_value.getValue(m_outValueRange.getTyp… in getValue() function in rsg::SwizzleOp 263 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueType); } in getValue() function in rsg::TexLookup
|
D | rsgExecutionContext.cpp | 35 ExecValueAccess ExecMaskStorage::getValue (void) in getValue() function in rsg::ExecMaskStorage 40 ExecConstValueAccess ExecMaskStorage::getValue (void) const in getValue() function in rsg::ExecMaskStorage 61 ExecValueAccess ExecutionContext::getValue (const Variable* variable) in getValue() function in rsg::ExecutionContext
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Optional.h | 121 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function 122 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function 137 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } in getValue() function
|
/third_party/typescript/tests/baselines/reference/ |
D | privateNameComputedPropertyName3(target=es2015).js | 9 getValue(x) { method in Foo 47 getValue(x) { method in Foo
|
D | privateNameComputedPropertyName3(target=esnext).js | 9 getValue(x) { method in Foo 33 getValue(x) { method in Foo
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 144 …erBuiltinConstantCase (Context& context, const char* varName, GetConstantValueFunc getValue, const… in ShaderBuiltinConstantCase() 316 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init() member 361 ShaderBuiltinConstantCase<tcu::IVec3>::GetConstantValueFunc getValue; in init() member 390 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init() member 416 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init() member
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | LazyField.java | 66 public MessageLite getValue() { in getValue() method in LazyField 104 public Object getValue() { in getValue() method in LazyField.LazyEntry
|
/third_party/typescript/tests/cases/fourslash/ |
D | completionEntryForClassMembers.ts | 123 const getValue: FourSlashInterface.ExpectedCompletionEntry = { name: "getValue", text: "(method) B.… constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolCompilandEnv.cpp | 20 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 41 const ValueT &getValue() const { return Value; } in getValue() function 95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
|
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/ |
D | privateNameComputedPropertyName3.ts | 10 getValue(x) { method in Foo
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | EnumDescriptor.php | 67 public function getValue($index) function in Google\\Protobuf\\EnumDescriptor
|
D | DoubleValue.php | 47 public function getValue() function in Google\\Protobuf\\DoubleValue
|
D | Int32Value.php | 47 public function getValue() function in Google\\Protobuf\\Int32Value
|
D | UInt32Value.php | 47 public function getValue() function in Google\\Protobuf\\UInt32Value
|
D | FloatValue.php | 47 public function getValue() function in Google\\Protobuf\\FloatValue
|
D | Int64Value.php | 47 public function getValue() function in Google\\Protobuf\\Int64Value
|
D | BoolValue.php | 47 public function getValue() function in Google\\Protobuf\\BoolValue
|
D | BytesValue.php | 47 public function getValue() function in Google\\Protobuf\\BytesValue
|
D | StringValue.php | 47 public function getValue() function in Google\\Protobuf\\StringValue
|
D | UInt64Value.php | 47 public function getValue() function in Google\\Protobuf\\UInt64Value
|
/third_party/jsframework/runtime/utils/ |
D | utils.ts | 76 export function getValue(key: string, message: object): any { function
|