Home
last modified time | relevance | path

Searched +defs:set +defs:Value (Results 1 – 25 of 29) sorted by relevance

12

/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;
44 set: function (val) { method
59 set: function (val) { method
[all …]
/third_party/skia/src/core/
DSkImageFilterCache.cpp37 struct Value { struct in __anon541cf1160311::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()
70 void set(const Key& key, const SkImageFilter* filter, in set() function in __anon541cf1160311::CacheImpl
/third_party/skia/m133/src/core/
DSkImageFilterCache.cpp38 struct Value { struct in __anon88b9e0c90311::CacheImpl
39 Value(const Key& key, const skif::FilterResult& image, in Value() function
43 Key fKey;
44 skif::FilterResult fImage;
45 const SkImageFilter* fFilter;
46 static const Key& GetKey(const Value& v) { in GetKey()
49 static uint32_t Hash(const Key& key) { in Hash()
71 void set(const Key& key, const SkImageFilter* filter, in set() function in __anon88b9e0c90311::CacheImpl
/third_party/skia/third_party/externals/tint/src/utils/
Denum_set_test.cc43 EnumSet<E> set; in TEST() local
51 EnumSet<E> set(E::B); in TEST() local
59 EnumSet<E> set(E::A, E::C); in TEST() local
67 EnumSet<E> set; in TEST() local
75 EnumSet<E> set(E::A); in TEST() local
83 EnumSet<E> set; in TEST() local
91 EnumSet<E> set(E::A, E::B); in TEST() local
99 EnumSet<E> set; in TEST() local
107 EnumSet<E> set(E::A, E::B); in TEST() local
115 EnumSet<E> set; in TEST() local
[all …]
Denum_set.h152 inline uint64_t Value() const { return set; } in Value() function
219 uint64_t set = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerSumType.h88 uintptr_t Value; member
100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h124 void set(unsigned Idx) { (*this)[Idx] = true; } in set() function
126 void set() { in set() function
261 uint64_t alignTo(uint64_t Value, uint64_t Align) { in alignTo()
448 BitVectorTmpl &set() { in set() function
454 BitVectorTmpl &set(unsigned Idx) { in set() function
461 BitVectorTmpl &set(unsigned I, unsigned E) { in set() function
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.hpp58 union Value union
75 void set (float minValue_, float maxValue_) in set() function
83 …void set (const tcu::Vector<float, ValSize>& minValue_, const tcu::Vector<float, ValSize>& maxValu… in set() function
91 …void set (const tcu::Matrix<float, ValRows, ValCols>& minValue_, const tcu::Matrix<float, ValRows,… in set() function
98 void set (int minValue_, int maxValue_) in set() function
106 void set (const tcu::Vector<int, ValSize>& minValue_, const tcu::Vector<int, ValSize>& maxValue_) in set() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Djsval_layout_opaque.rs68 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() function
354 pub struct Value { struct
359 ["Size of Value"][::std::mem::size_of::<Value>() - 8usize]; argument
363 impl Default for Value { implementation
Djsval_layout_opaque_1_0.rs68 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() function
436 pub struct Value { struct
441 const UNINIT: ::std::mem::MaybeUninit<Value> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_Value() argument
451 impl Clone for Value { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h125 friend class Value; variable
162 friend class Value; variable
623 void Use::set(Value *V) { in set() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h128 friend class Value; variable
169 friend class Value; variable
730 void Use::set(Value *V) { in set() function
/third_party/rust/rust/src/tools/rustfmt/src/config/
Doptions.rs265 pub fn set(max_width: usize) -> WidthHeuristics { in set() method
359 type Value = HashSet<PathBuf>; in deserialize() typedef
365 fn visit_seq<A>(self, mut seq: A) -> Result<Self::Value, A::Error> in deserialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp81 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set() function in FunctionLoweringInfo
376 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) { in CreateRegs() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp125 ValueRef::set(const ValueRef &ref) in set() function in nv50_ir::ValueRef
134 ValueRef::set(Value *refVal) in set() function in nv50_ir::ValueRef
147 ValueDef::set(Value *defVal) in set() function in nv50_ir::ValueDef
213 Value::Value() : id(-1) in Value() function in nv50_ir::Value
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs1788 type Value = Vec<String>; in single_or_array() typedef
1794 fn visit_str<E>(self, value: &str) -> Result<Self::Value, E> in single_or_array()
1801 fn visit_seq<A>(self, seq: A) -> Result<Self::Value, A::Error> in single_or_array()
2048 json: &mut serde_json::Value, in get_field()
2079 fn schema(fields: &[(&'static str, &'static str, &[&str], &str)]) -> serde_json::Value { in schema()
2092 fn field_props(field: &str, ty: &str, doc: &[&str], default: &str) -> serde_json::Value { in field_props()
2102 macro_rules! set { in field_props() macro
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc59 absl::btree_set<std::string> set; in ForAllFileProtos() local
80 absl::btree_set<std::string>* set) { in FindAllPackageNames()
90 absl::btree_set<std::string>* set) { in FindAllMessageNames()
384 using Value = std::pair<const void*, int>; typedef in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
/third_party/rust/rust/compiler/rustc_infer/src/infer/lexical_region_resolve/
Dmod.rs62 Value(Region<'tcx>), enumerator
866 set: FxHashSet<RegionVid>, in collect_bounding_regions() field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h484 bool Value; variable
565 int64_t Value; variable
595 StringRef Value; variable
625 StringRef Value; variable
1400 Init *Value; variable
1912 void set(Init *Key, Init *Value) { Map[Key] = {Value, false}; } in set() function
/third_party/python/Lib/multiprocessing/
Dmanagers.py1015 class Value(object): class
1021 def set(self, value): member in Value
1092 def set(self): member in EventProxy
1142 def set(self, value): member in ValueProxy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h233 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
1063 void set(SummaryFieldKind K, uint64_t V) { in set() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h59 class Value; variable
282 void set(VPValue *Def, Value *V, unsigned Part) { in set() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc647 absl::optional<volatile Listenable> empty, set(absl::in_place); in TEST() local
1016 TEST(optionalTest, Value) { in TEST() argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh59 typedef HBUINT16 Value; typedef
1423 const PairSet& set = (this + _); in compute_effective_value_formats() local
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3078 set(path: NormalizedPath, value: T): void; method
4070 set(key: K, value: V): this; method
6805 Value = 111551, enumerator
8773set(fromFileName: Path, toFileName: Path, preferences: UserPreferences, options: ModuleSpecifierOp… method
10503 set(response: CompletionInfo): void; method

12