Home
last modified time | relevance | path

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

12345678

/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/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/typescript/tests/cases/fourslash/
DcompletionEntryForClassMembers.ts123 const getValue: FourSlashInterface.ExpectedCompletionEntry = { name: "getValue", text: "(method) B.… constant
/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/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/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNameComputedPropertyName3.ts10 getValue(x) { method in Foo
/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/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_settings.js25 getValue: function (...args) { method
/third_party/protobuf/php/src/Google/Protobuf/
DEnumDescriptor.php67 public function getValue($index) function in Google\\Protobuf\\EnumDescriptor
DUInt64Value.php47 public function getValue() function in Google\\Protobuf\\UInt64Value
DStringValue.php47 public function getValue() function in Google\\Protobuf\\StringValue
DDoubleValue.php47 public function getValue() function in Google\\Protobuf\\DoubleValue
DBytesValue.php47 public function getValue() function in Google\\Protobuf\\BytesValue
DBoolValue.php47 public function getValue() function in Google\\Protobuf\\BoolValue
DInt32Value.php47 public function getValue() function in Google\\Protobuf\\Int32Value
DInt64Value.php47 public function getValue() function in Google\\Protobuf\\Int64Value
DFloatValue.php47 public function getValue() function in Google\\Protobuf\\FloatValue
DUInt32Value.php47 public function getValue() function in Google\\Protobuf\\UInt32Value
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DBoolValue.php48 public function getValue() function in Grpc\\Testing\\BoolValue
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBoolValue.php48 public function getValue() function in Grpc\\Testing\\BoolValue
/third_party/jsframework/runtime/utils/
Dutils.ts76 export function getValue(key: string, message: object): any { function

12345678