Home
last modified time | relevance | path

Searched +defs:set +defs:value (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/third_party/boost/boost/log/attributes/
Dmutable_constant.hpp116 explicit impl(value_type const& value) : m_Value(new attr_value(value)) in impl()
122 explicit impl(BOOST_RV_REF(value_type) value) : m_Value(new attr_value(boost::move(value))) in impl()
132 void set(value_type const& value) in set() function in boost::attributes::mutable_constant::impl
139 void set(BOOST_RV_REF(value_type) value) in set() function in boost::attributes::mutable_constant::impl
157 explicit mutable_constant(value_type const& value) : attribute(new impl(value)) in mutable_constant()
163 …explicit mutable_constant(BOOST_RV_REF(value_type) value) : attribute(new impl(boost::move(value))) in mutable_constant()
177 void set(value_type const& value) in set() function in boost::attributes::mutable_constant
185 void set(BOOST_RV_REF(value_type) value) in set() function in boost::attributes::mutable_constant
240 explicit impl(value_type const& value) : m_Value(new attr_value(value)) in impl()
246 explicit impl(BOOST_RV_REF(value_type) value) : m_Value(new attr_value(boost::move(value))) in impl()
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_set.js25 set(obj, prop, value) { method
45 set: function(obj, prop, value) { method
81 set(obj, prop, value) { method
96 set(obj, prop, value) { method
114 var handler = { set() {return 42} }; method
120 value: 0 property
132 set: undefined property
Dset.js16 var set = new Set(); variable
57 set.forEach (function (value, key) { argument
76 set = new Set([1, 2, 3, 4]); variable
125 s.forEach(function(value, key, thisArg) { argument
130 var set = new Set(); variable
133 set.forEach(function (value) { argument
/third_party/typescript/tests/baselines/reference/
DdeclFileAccessors.js105 Object.defineProperty(exports, "__esModule", { value: true }); property
117 set: function (/** this is value*/ value) { method
128 set: function (/** this is value*/ value) { method
139 set: function (/** this is value*/ value) { method
148 set: function (value) { method
157 set: function (value) { method
166 set: function (value) { method
181 set: function (value) { method
200 set: function (/** this is value*/ value) { method
211 set: function (/** this is value*/ value) { method
[all …]
DdecoratorOnClassAccessor7.js47 set: function (value) { }, method
61 set: function (value) { }, method
75 set: function (value) { }, method
89 set: function (value) { }, method
103 set: function (value) { }, method
117 set: function (value) { }, method
DdecoratorOnClassAccessor8.js47 set: function (value) { }, method
63 set: function (value) { }, method
79 set: function (value) { }, method
95 set: function (value) { }, method
125 set: function (value) { }, method
DexportsAndImportsWithContextualKeywordNames01.js4 let set = { variable
23 Object.defineProperty(exports, "__esModule", { value: true }); property
25 var set = { variable
34 Object.defineProperty(exports, "__esModule", { value: true }); property
37 Object.defineProperty(exports, "__esModule", { value: true }); property
40 Object.defineProperty(exports, "__esModule", { value: true }); property
DreadonlyInDeclarationFile.js16 private set c1(value) { } argument
18 protected set c2(value) { } argument
20 public set c3(value) { } argument
28 private static set u1(value) { } argument
30 protected static set u2(value) { } argument
32 public static set u3(value) { } argument
77 set: function (value) { }, method
83 set: function (value) { }, method
89 set: function (value) { }, method
110 set: function (value) { }, method
[all …]
DcommentsClassMembers.js237 set: function (/** this is value*/ value) { method
254 set: function (/** this is value*/ value) { method
270 set: function (/** this is value*/ value) { method
283 set: function (value) { method
296 set: function (value) { method
309 set: function (value) { method
325 set: function (value) { method
341 set: function (value) { method
357 set: function (value) { method
373 set: function (value) { method
[all …]
DnoImplicitAnyStringIndexerOnObject.js112 set: function (key) { return 'foobar'; } method
118 set: function (key) { return 'foobar'; } method
128 set: function (key, value) { return 'foobar'; } method
138 set: function (key, value) { return 'foobar'; } method
146 ({ get: function (key) { return 'hello'; }, set: function (key, value) { } })['hello']; argument
147 …({ get: function (key) { return 'hello'; }, set: function (key, value) { } })['hello'] = 'modified… argument
148 ({ get: function (key) { return 'hello'; }, set: function (key, value) { } })['hello'] += 1; argument
149 ({ get: function (key) { return 'hello'; }, set: function (key, value) { } })['hello']++; argument
152 …({ foo: { get: function (key) { return 'hello'; }, set: function (key, value) { } } }).foo['hello'… argument
153 …({ foo: { get: function (key) { return 'hello'; }, set: function (key, value) { } } }).foo['hello'… argument
[all …]
/third_party/jerryscript/tests/jerry/
Dobject-defineproperty.js18 value: 2010, property
45 set: setter, property
52 set: undefined property
62 set: function(value) { throw 234; }, method
74 set: undefined property
Dgetter-setter-this-value.js26 set: function (data) { method
36 function test_access(value, proto) { argument
41 set: function () { assert (this === value) } method
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duset_props.cpp37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local
73 uset_applyPattern(USet *set, in uset_applyPattern()
102 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue()
103 UProperty prop, int32_t value, UErrorCode* ec) { in uset_applyIntPropertyValue()
108 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias()
110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias()
131 uset_toPattern(const USet* set, in uset_toPattern()
141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
/third_party/icu/icu4c/source/common/
Duset_props.cpp37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local
73 uset_applyPattern(USet *set, in uset_applyPattern()
102 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue()
103 UProperty prop, int32_t value, UErrorCode* ec) { in uset_applyIntPropertyValue()
108 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias()
110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias()
131 uset_toPattern(const USet* set, in uset_toPattern()
141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
/third_party/node/deps/icu-small/source/common/
Duset_props.cpp37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local
73 uset_applyPattern(USet *set, in uset_applyPattern()
102 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue()
103 UProperty prop, int32_t value, UErrorCode* ec) { in uset_applyIntPropertyValue()
108 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias()
110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias()
131 uset_toPattern(const USet* set, in uset_toPattern()
141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
/third_party/skia/third_party/externals/icu/source/common/
Duset_props.cpp37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local
73 uset_applyPattern(USet *set, in uset_applyPattern()
102 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue()
103 UProperty prop, int32_t value, UErrorCode* ec) { in uset_applyIntPropertyValue()
108 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias()
110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias()
131 uset_toPattern(const USet* set, in uset_toPattern()
141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
/third_party/boost/boost/geometry/core/
Daccess.hpp101 static inline void set(Geometry& b, CoordinateType const& value) in set() function
120 static inline void set(Geometry* geometry, CoordinateType const& value) in set() function
172 static inline void set(Point& p, CoordinateType const& value) in set() function
185 static inline void set(Point* p, CoordinateType const& value) in set() function
303 inline void set(Geometry& geometry in set() function
304 , typename coordinate_type<Geometry>::type const& value in set()
375 inline void set(Geometry& geometry in set() function
376 , typename coordinate_type<Geometry>::type const& value in set()
/third_party/node/lib/internal/util/
Diterable_weak_map.js33 set(key, value) { method in IterableWeakMap
38 this.#weakMap.set(key, { value, ref: entry.ref }); property
41 this.#weakMap.set(key, { value, ref }); property
44 set: this.#refSet, property
/third_party/flatbuffers/java/com/google/flatbuffers/
DReadWriteBuf.java20 void putBoolean(boolean value); in putBoolean()
29 void put (byte[] value, int start, int length); in put()
35 void put(byte value); in put()
41 void putShort(short value); in putShort()
47 void putInt(int value); in putInt()
53 void putLong(long value); in putLong()
59 void putFloat(float value); in putFloat()
65 void putDouble(double value); in putDouble()
71 void setBoolean(int index, boolean value); in setBoolean()
78 void set(int index, byte value); in set() method
[all …]
/third_party/node/deps/npm/node_modules/pseudomap/
Dpseudomap.js5 function PseudoMap (set) { argument
14 set.forEach(function (value, key) { argument
43 PseudoMap.prototype.set = function (k, v) { method in PseudoMap
60 value: data, property
71 set: function (n) {}, method
102 function set (data, k, v) { function
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp422 kernel::argument::set() const { in set() function in kernel::argument
435 kernel::scalar_argument::set(size_t size, const void *value) { in set() function in kernel::scalar_argument
465 kernel::global_argument::set(size_t size, const void *value) { in set() function in kernel::global_argument
475 kernel::global_argument::set_svm(const void *value) { in set_svm()
519 kernel::local_argument::set(size_t size, const void *value) { in set() function in kernel::local_argument
552 kernel::constant_argument::set(size_t size, const void *value) { in set() function in kernel::constant_argument
588 kernel::image_rd_argument::set(size_t size, const void *value) { in set() function in kernel::image_rd_argument
619 kernel::image_wr_argument::set(size_t size, const void *value) { in set() function in kernel::image_wr_argument
650 kernel::sampler_argument::set(size_t size, const void *value) { in set() function in kernel::sampler_argument
/third_party/protobuf/src/google/protobuf/
Dextension_set.h855 std::string value, in SetString()
860 std::string value) { in SetRepeatedString()
864 std::string value, in AddString()
1088 static inline const std::string& Get(int number, const ExtensionSet& set, in Get()
1092 static inline void Set(int number, int index, const std::string& value, in Set()
1093 ExtensionSet* set) { in Set()
1096 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable()
1100 const std::string& value, ExtensionSet* set) { in Add()
1104 ExtensionSet* set) { in Add()
1108 int number, const ExtensionSet& set) { in GetRepeated()
[all …]
/third_party/node/deps/npm/node_modules/lodash._baseuniq/
Dindex.js40 function arrayIncludes(array, value) { argument
53 function arrayIncludesWith(array, value, comparator) { argument
74 function baseIndexOf(array, value, fromIndex) { argument
130 function isHostObject(value) { argument
149 function setToArray(set) { argument
153 set.forEach(function(value) { argument
274 function hashSet(key, value) { argument
285 Hash.prototype.set = hashSet; method in Hash
380 function listCacheSet(key, value) { argument
397 ListCache.prototype.set = listCacheSet; method in ListCache
[all …]
/third_party/cef/tests/ceftests/
Dpreference_unittest.cc66 bool set, in ValidateBool()
72 CefRefPtr<CefValue> value; in ValidateBool() local
89 bool set, in ValidateInt()
95 CefRefPtr<CefValue> value; in ValidateInt() local
112 bool set, in ValidateDouble()
118 CefRefPtr<CefValue> value; in ValidateDouble() local
135 bool set, in ValidateString()
141 CefRefPtr<CefValue> value; in ValidateString() local
159 bool set, in ValidateList()
165 CefRefPtr<CefValue> value; in ValidateList() local
[all …]
/third_party/boost/libs/unordered/test/unordered/
Dcompile_set.cpp55 set; in UNORDERED_AUTO_TEST() local
94 set; in UNORDERED_AUTO_TEST() local
122 int value = 0; in UNORDERED_AUTO_TEST() local
126 boost::unordered_set<int> set; in UNORDERED_AUTO_TEST() local
171 set; in UNORDERED_AUTO_TEST() local
205 set; in UNORDERED_AUTO_TEST() local
237 set; in UNORDERED_AUTO_TEST() local
268 set; in UNORDERED_AUTO_TEST() local
287 int value; member

12345678910>>...28