Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DOptional.h72 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
DStatistic.h69 unsigned getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function
137 unsigned getValue() const { return 0; } in getValue() function
DPackedVector.h30 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/
DrsgExpression.hpp77 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
DrsgExecutionContext.cpp35 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/
DOptional.h121 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/
DprivateNameComputedPropertyName3(target=es2015).js9 getValue(x) { method in Foo
47 getValue(x) { method in Foo
DprivateNameComputedPropertyName3(target=esnext).js9 getValue(x) { method in Foo
33 getValue(x) { method in Foo
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderBuiltinConstantTests.cpp144 …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/
DLazyField.java66 public MessageLite getValue() { in getValue() method in LazyField
104 public Object getValue() { in getValue() method in LazyField.LazyEntry
/third_party/typescript/tests/cases/fourslash/
DcompletionEntryForClassMembers.ts123 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/
DPDBSymbolCompilandEnv.cpp20 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/
DCostAllocator.h41 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/
DprivateNameComputedPropertyName3.ts10 getValue(x) { method in Foo
/third_party/protobuf/php/src/Google/Protobuf/
DEnumDescriptor.php67 public function getValue($index) function in Google\\Protobuf\\EnumDescriptor
DDoubleValue.php47 public function getValue() function in Google\\Protobuf\\DoubleValue
DInt32Value.php47 public function getValue() function in Google\\Protobuf\\Int32Value
DUInt32Value.php47 public function getValue() function in Google\\Protobuf\\UInt32Value
DFloatValue.php47 public function getValue() function in Google\\Protobuf\\FloatValue
DInt64Value.php47 public function getValue() function in Google\\Protobuf\\Int64Value
DBoolValue.php47 public function getValue() function in Google\\Protobuf\\BoolValue
DBytesValue.php47 public function getValue() function in Google\\Protobuf\\BytesValue
DStringValue.php47 public function getValue() function in Google\\Protobuf\\StringValue
DUInt64Value.php47 public function getValue() function in Google\\Protobuf\\UInt64Value
/third_party/jsframework/runtime/utils/
Dutils.ts76 export function getValue(key: string, message: object): any { function

12345678910