Home
last modified time | relevance | path

Searched +defs:get +defs:Value (Results 1 – 25 of 65) 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/boost/boost/geometry/index/detail/rtree/node/
Dvariant_visitor.hpp33 inline V & get( in get() function
36 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in get()
45 inline void apply_visitor(Visitor & v, in apply_visitor()
48 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in apply_visitor()
55 inline void apply_visitor(Visitor & v, in apply_visitor()
58 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in apply_visitor()
Dweak_visitor.hpp38 inline Derived & get(weak_node<Value, Parameters, Box, Allocators, Tag> & n) in get() function
47 weak_node<Value, Parameters, Box, Allocators, Tag> & n, in apply_visitor()
/third_party/boost/boost/
Dmulti_index_container.hpp280 const multi_index_container<Value,IndexSpecifierList,Allocator>& x): in multi_index_container()
303 const multi_index_container<Value,IndexSpecifierList,Allocator>& x, in multi_index_container()
343 const multi_index_container<Value,IndexSpecifierList,Allocator>& x) in operator =()
421 typename nth_index<N>::type& get()BOOST_NOEXCEPT in get() function in boost::multi_index::multi_index_container
428 const typename nth_index<N>::type& get()const BOOST_NOEXCEPT in get() function in boost::multi_index::multi_index_container
454 typename index<Tag>::type& get()BOOST_NOEXCEPT in get() function in boost::multi_index::multi_index_container
460 const typename index<Tag>::type& get()const BOOST_NOEXCEPT in get() function in boost::multi_index::multi_index_container
574 multi_index_container<Value,IndexSpecifierList,Allocator>& x, in multi_index_container()
608 const multi_index_container<Value,IndexSpecifierList,Allocator>& x, in multi_index_container()
620 const multi_index_container<Value,IndexSpecifierList,Allocator>& x) in copy_construct_from()
[all …]
/third_party/skia/src/core/
DSkImageFilterCache.cpp37 struct Value { struct in __anon21e46db60311::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 __anon21e46db60311::CacheImpl
/third_party/flutter/skia/src/core/
DSkImageFilterCache.cpp43 struct Value { struct in __anon21c47fcb0311::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 __anon21c47fcb0311::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.cpp341 Value::Value(ValueType type) { in Value() function in Json::Value
370 Value::Value(Int value) { in Value() function in Json::Value
375 Value::Value(UInt value) { in Value() function in Json::Value
380 Value::Value(Int64 value) { in Value() function in Json::Value
384 Value::Value(UInt64 value) { in Value() function in Json::Value
390 Value::Value(double value) { in Value() function in Json::Value
395 Value::Value(const char* value) { in Value() function in Json::Value
403 Value::Value(const char* begin, const char* end) { in Value() function in Json::Value
409 Value::Value(const String& value) { in Value() function in Json::Value
415 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/boost/boost/graph/
Dadjacency_list_io.hpp42 std::istream& operator>>(std::istream& in, property< Tag, Value, Next >& p) in operator >>() argument
50 std::istream& in, property< Tag, Value, no_property >& p) in operator >>() argument
64 void get(property< Tag, Value, Next >& p, const V& v, Stag s) in get() function
70 void get(property< Stag, Value, Next >& p, const V& v, Stag) in get() function
79 property< Tag, Value, Next >& p, const property< Stag, Svalue, Snext >& s) in getSubset() argument
86 void getSubset(property< Tag, Value, Next >& p, in getSubset() argument
208 typedef typename Property::value_type Value; typedef
/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/boost/boost/property_map/parallel/
Dcaching_property_map.hpp18 inline void local_put(dummy_property_map, const Key&, const Value&) {} in local_put()
64 get(const caching_property_map<PropertyMap>& pm, const Key& key) in get() function
/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/boost/boost/graph/property_maps/
Dconstant_property_map.hpp71 friend Value get(const constant_writable_property_map& me, Key) in get() function
75 friend void put(const constant_writable_property_map&, Key, Value) {} in put() argument
/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/boost/boost/property_map/
Ddynamic_property_map.hpp172 virtual boost::any get(const any& key_) in get() function in boost::detail::dynamic_property_map_adaptor
304 get(const std::string& name, const dynamic_properties& dp, const Key& key) in get() function
317 get(const std::string& name, const dynamic_properties& dp, const Key& key, type<Value>) in get() function
330 get(const std::string& name, const dynamic_properties& dp, const Key& key) in get() function
/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/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
/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/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 …]

123