| /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/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/typescript/tests/cases/fourslash/ |
| D | completionEntryForClassMembers.ts | 123 const getValue: FourSlashInterface.ExpectedCompletionEntry = { name: "getValue", text: "(method) B.… constant
|
| /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/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/typescript/tests/cases/conformance/classes/members/privateNames/ |
| D | privateNameComputedPropertyName3.ts | 10 getValue(x) { method in Foo
|
| /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/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_settings.js | 25 getValue: function (...args) { method
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| D | EnumDescriptor.php | 67 public function getValue($index) function in Google\\Protobuf\\EnumDescriptor
|
| D | UInt64Value.php | 47 public function getValue() function in Google\\Protobuf\\UInt64Value
|
| D | StringValue.php | 47 public function getValue() function in Google\\Protobuf\\StringValue
|
| D | DoubleValue.php | 47 public function getValue() function in Google\\Protobuf\\DoubleValue
|
| D | BytesValue.php | 47 public function getValue() function in Google\\Protobuf\\BytesValue
|
| D | BoolValue.php | 47 public function getValue() function in Google\\Protobuf\\BoolValue
|
| D | Int32Value.php | 47 public function getValue() function in Google\\Protobuf\\Int32Value
|
| D | Int64Value.php | 47 public function getValue() function in Google\\Protobuf\\Int64Value
|
| D | FloatValue.php | 47 public function getValue() function in Google\\Protobuf\\FloatValue
|
| D | UInt32Value.php | 47 public function getValue() function in Google\\Protobuf\\UInt32Value
|
| /third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
| D | BoolValue.php | 48 public function getValue() function in Grpc\\Testing\\BoolValue
|
| /third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
| D | BoolValue.php | 48 public function getValue() function in Grpc\\Testing\\BoolValue
|
| /third_party/jsframework/runtime/utils/ |
| D | utils.ts | 76 export function getValue(key: string, message: object): any { function
|