/third_party/typescript/tests/baselines/reference/ |
D | thisInAccessors.js | 4 get Value() { getter in GetterOnly 8 set Value(val) { setter in GetterOnly 14 get Value() { getter in SetterOnly 17 set Value(val) { setter in SetterOnly 18 var fn = () => this; 24 get Value() { getter in GetterAndSetter 28 set Value(val) { setter in GetterAndSetter 29 var fn = () => this; 39 get: function () { method 56 get: function () { method [all …]
|
/third_party/skia/src/core/ |
D | SkImageFilterCache.cpp | 37 struct Value { struct in __anon298b98530311::CacheImpl 38 Value(const Key& key, const skif::FilterResult& image, in Value() function 42 Key fKey; 43 skif::FilterResult fImage; 44 const SkImageFilter* fFilter; 45 static const Key& GetKey(const Value& v) { in GetKey() 48 static uint32_t Hash(const Key& key) { in Hash() 54 bool get(const Key& key, skif::FilterResult* result) const override { in get() function in __anon298b98530311::CacheImpl
|
/third_party/flutter/skia/src/core/ |
D | SkImageFilterCache.cpp | 43 struct Value { struct in __anonbb46f7680311::CacheImpl 44 … Value(const Key& key, SkSpecialImage* image, const SkIPoint& offset, const SkImageFilter* filter) in Value() function 47 Key fKey; 48 sk_sp<SkSpecialImage> fImage; 49 SkIPoint fOffset; 50 const SkImageFilter* fFilter; 51 static const Key& GetKey(const Value& v) { in GetKey() 54 static uint32_t Hash(const Key& key) { in Hash() 60 sk_sp<SkSpecialImage> get(const Key& key, SkIPoint* offset) const override { in get() function in __anonbb46f7680311::CacheImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Use.h | 34 class Value; variable 82 Value *get() const { return Val; } in get() function 137 friend class Value; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 71 uint64_t Value; variable 90 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } in precise() 92 static LocationSize upperBound(uint64_t Value) { in upperBound() 204 static MemoryLocation get(const Instruction *Inst) { in get() function
|
D | ObjCARCAnalysisUtils.h | 92 DenseMap<const Value *, WeakTrackingVH> &Cache) { in GetUnderlyingObjCPtrCached() 275 unsigned get(ARCMDKindID ID) { in get() function
|
D | LazyCallGraph.h | 64 class Value; variable 171 PointerIntPair<Node *, 1, Kind> Value; variable 985 Node &get(Function &F) { in get() function
|
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 347 Value::Value(ValueType type) { in Value() function in Json::Value 376 Value::Value(Int value) { in Value() function in Json::Value 381 Value::Value(UInt value) { in Value() function in Json::Value 386 Value::Value(Int64 value) { in Value() function in Json::Value 390 Value::Value(UInt64 value) { in Value() function in Json::Value 396 Value::Value(double value) { in Value() function in Json::Value 401 Value::Value(const char* value) { in Value() function in Json::Value 409 Value::Value(const char* begin, const char* end) { in Value() function in Json::Value 415 Value::Value(const String& value) { in Value() function in Json::Value 421 Value::Value(const StaticString& value) { in Value() function in Json::Value [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Value.hpp | 45 class Value class 70 …std::string get(const FormatFlags &fmt = FormatFlags::Default) override { return std::to_string(va… in get() function in vk::dbg::Constant 85 …std::string get(const FormatFlags &fmt = FormatFlags::Default) override { return std::to_string(re… in get() function in vk::dbg::Reference
|
/third_party/mesa3d/src/tool/pps/ |
D | pps_counter.h | 44 using Value = std::variant<int64_t, double>; variable 92 inline void Counter::set_getter(const std::function<Getter> &get) in set_getter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Use.h | 36 class Value; variable 107 Value *get() const { return Val; } in get() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 88 uintptr_t Value; member 125 template <TagT N> typename HelperT::template Lookup<N>::PointerT get() const { in get() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 84 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get() function in BitsRecTy 157 RecordRecTy *RecordRecTy::get(ArrayRef<Record *> UnsortedClasses) { in get() function in RecordRecTy 298 UnsetInit *UnsetInit::get() { in get() function in UnsetInit 311 BitInit *BitInit::get(bool V) { in get() function in BitInit 342 BitsInit *BitsInit::get(ArrayRef<Init *> Range) { in get() function in BitsInit 460 IntInit *IntInit::get(int64_t V) { in get() function in IntInit 472 static bool canFitInBitfield(int64_t Value, unsigned NumBits) { in canFitInBitfield() 489 int64_t Value = getValue(); in convertInitializerTo() local 517 CodeInit *CodeInit::get(StringRef V, const SMLoc &Loc) { in get() function in CodeInit 533 StringInit *StringInit::get(StringRef V) { in get() function in StringInit [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 57 int64_t Value = 0; variable 114 void AddImplicitConstAttribute(dwarf::Attribute Attribute, int64_t Value) { in AddImplicitConstAttribute() 388 template <class T> T *get() { return reinterpret_cast<T *>(Val.buffer); } in get() function 389 template <class T> const T *get() const { in get() function 692 dwarf::Form Form, T &&Value) { in addValue() 742 static DIE *get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) { in get() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | jsval_layout_opaque.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() function 477 pub struct Value { struct 482 const UNINIT: ::std::mem::MaybeUninit<Value> = in bindgen_test_layout_Value() argument 506 impl Default for Value { implementation
|
D | jsval_layout_opaque_1_0.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() function 515 pub struct Value { struct 520 const UNINIT: ::std::mem::MaybeUninit<Value> = in bindgen_test_layout_Value() argument 544 impl Clone for Value { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheckImpl.h | 88 Optional<uint64_t> Value; variable 334 static Error get(const SourceMgr &SM, SMLoc Loc, const Twine &ErrMsg) { in get() function 339 static Error get(const SourceMgr &SM, StringRef Buffer, const Twine &ErrMsg) { in get() function
|
D | JSON.cpp | 23 Value *Object::get(StringRef K) { in get() function in llvm::json::Object 29 const Value *Object::get(StringRef K) const { in get() function in llvm::json::Object 99 Value::Value(std::initializer_list<Value> Elements) in Value() function in llvm::json::Value
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 110 static BitRecTy *get() { return &Shared; } in get() function 150 static CodeRecTy *get() { return &Shared; } in get() function 168 static IntRecTy *get() { return &Shared; } in get() function 186 static StringRecTy *get() { return &Shared; } in get() function 207 static ListRecTy *get(RecTy *T) { return T->getListTy(); } in get() function 228 static DagRecTy *get() { return &Shared; } in get() function 484 bool Value; variable 565 int64_t Value; variable 595 StringRef Value; variable 625 StringRef Value; variable [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 148 const ValueT *Value; in load() local 259 ValueT get(const Key &K, TraitsT &Traits) const { in get() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 41 class Value; variable 84 const Metadata *get(ArrayRef<const Metadata *> MDs) const { in get() function
|
/third_party/skia/modules/skottie/src/ |
D | SkottiePriv.h | 30 class Value; variable 223 const sk_sp<SkFontMgr>& get() { in get() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Timer.cpp | 198 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, in get() function in __anonca8a74470211::Name2PairMap 372 const char *suffix, double Value) { in printJSONValue()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2717 Value::Value(ValueType vtype) { in Value() function in Json::Value 2744 Value::Value(Int value) { in Value() function in Json::Value 2749 Value::Value(UInt value) { in Value() function in Json::Value 2754 Value::Value(Int64 value) { in Value() function in Json::Value 2758 Value::Value(UInt64 value) { in Value() function in Json::Value 2764 Value::Value(double value) { in Value() function in Json::Value 2769 Value::Value(const char* value) { in Value() function in Json::Value 2774 Value::Value(const char* beginValue, const char* endValue) { in Value() function in Json::Value 2780 Value::Value(const std::string& value) { in Value() function in Json::Value 2786 Value::Value(const StaticString& value) { in Value() function in Json::Value [all …]
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2693 Value::Value(ValueType type) { in Value() function in Json::Value 2720 Value::Value(Int value) { in Value() function in Json::Value 2725 Value::Value(UInt value) { in Value() function in Json::Value 2730 Value::Value(Int64 value) { in Value() function in Json::Value 2734 Value::Value(UInt64 value) { in Value() function in Json::Value 2740 Value::Value(double value) { in Value() function in Json::Value 2745 Value::Value(const char* value) { in Value() function in Json::Value 2750 Value::Value(const char* beginValue, const char* endValue) { in Value() function in Json::Value 2756 Value::Value(const std::string& value) { in Value() function in Json::Value 2762 Value::Value(const StaticString& value) { in Value() function in Json::Value [all …]
|