Home
last modified time | relevance | path

Searched +defs:get +defs:Value (Results 1 – 25 of 60) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DthisInAccessors.js4 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/
DSkImageFilterCache.cpp37 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/
DSkImageFilterCache.cpp43 struct Value { struct in __anonbb46f7680311::CacheImpl
44Value(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/
DUse.h34 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/
DMemoryLocation.h71 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
DObjCARCAnalysisUtils.h92 DenseMap<const Value *, WeakTrackingVH> &Cache) { in GetUnderlyingObjCPtrCached()
275 unsigned get(ARCMDKindID ID) { in get() function
DLazyCallGraph.h64 class Value; variable
171 PointerIntPair<Node *, 1, Kind> Value; variable
985 Node &get(Function &F) { in get() function
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp347 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/
DValue.hpp45 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/
Dpps_counter.h44 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/
DUse.h36 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/
DPointerSumType.h88 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/
DRecord.cpp84 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/
DDIE.h57 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/
Djsval_layout_opaque.rs54 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
Djsval_layout_opaque_1_0.rs54 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/
DFileCheckImpl.h88 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
DJSON.cpp23 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/
DRecord.h110 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/
DHashTable.h148 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/
DValueEnumerator.h41 class Value; variable
84 const Metadata *get(ArrayRef<const Metadata *> MDs) const { in get() function
/third_party/skia/modules/skottie/src/
DSkottiePriv.h30 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/
DTimer.cpp198 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/
Djsoncpp.cpp2717 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/
Djsoncpp.cpp2693 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 …]

123