/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects-inl.h | 74 void holder::set_##name(type value) { \ 84 void holder::set_##name(type value) { \
|
/third_party/node/deps/v8/src/codegen/ |
H A D | optimized-compilation-info.h | 88 void set_##Lower() { \
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts-inl.h | 187 void Context::set_##name(type value) { \
|
H A D | property-descriptor.cc | 362 if (has_set()) obj->set_set(*set_); in ToPropertyDescriptorObject()
|
H A D | js-temporal-objects.h | 21 inline void set_##field(int32_t field); \
|
H A D | code-inl.h | 167 void Code::set_##name(type value, WriteBarrierMode mode) { \ 186 void Code::set_##name(type value, ReleaseStoreTag, WriteBarrierMode mode) { \
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.h | 95 UnoptimizedCompileFlags& set_##NAME(TYPE value) { \
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | init_64.c | 78 static inline void set_##type1##_init(type1##_t *arg1, \ 82 set_##type1##_safe(arg1, arg2); \ 84 set_##type1(arg1, arg2); \ 792 * exception that it uses set_{pud,pmd}() instead of the set_{pud,pte}_safe()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | init_64.c | 79 static inline void set_##type1##_init(type1##_t *arg1, \ 83 set_##type1##_safe(arg1, arg2); \ 85 set_##type1(arg1, arg2); \ 793 * exception that it uses set_{pud,pmd}() instead of the set_{pud,pte}_safe()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | gl518sm.c | 281 static ssize_t set_##suffix(struct device *dev, \ 300 static ssize_t set_##suffix(struct device *dev, \
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | quartet.c | 651 .set_register = set_##xreg,\ 656 .set_register = set_##xreg,\
|
/kernel/linux/linux-5.10/sound/aoa/fabrics/ |
H A D | layout.c | 653 if (gpio->methods && gpio->methods->set_##n) \ 654 gpio->methods->set_##n(gpio, \
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | gl518sm.c | 281 static ssize_t set_##suffix(struct device *dev, \ 300 static ssize_t set_##suffix(struct device *dev, \
|
/kernel/linux/linux-6.6/sound/aoa/fabrics/ |
H A D | layout.c | 653 if (gpio->methods && gpio->methods->set_##n) \ 654 gpio->methods->set_##n(gpio, \
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | quartet.c | 651 .set_register = set_##xreg,\ 656 .set_register = set_##xreg,\
|
/third_party/elfio/elfio/ |
H A D | elfio.hpp | 55 void set_##FNAME( TYPE val ) noexcept \ 58 header->set_##FNAME( val ); \
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_benchmark.cc | 509 MY_BENCHMARK2(set_##type); \ 515 MY_BENCHMARK2(set_##type); \
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_eq.c | 288 if (!strcmp(cmd, #param_name)) return set_param(&eq->param_name##_pexpr, args, cmd, set_##set_fn_name, ctx); in process_command()
|
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.cc | 142 wrap->set_##name##_function(name##_v.As<Function>()); \ in CreateHook()
|
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 823 if (!set_.insert(a.name->value).second) { in AnnotationSet() 831 return set_.find(s) != set_.end(); in Contains() 857 std::set<std::string> set_; member in v8::internal::torque::__anon15131::AnnotationSet
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 830 std::unordered_set<SkUnichar> set_; in GetLineFontMetrics() member 837 set_.insert(i); in GetLineFontMetrics() 842 return set_.find(c) != set_.end(); in GetLineFontMetrics()
|
/third_party/node/src/ |
H A D | env.h | 160 inline void set_##PropertyName(v8::Local<TypeName> value); 804 inline void set_ ## PropertyName(v8::Local<TypeName> value);
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 231 set_##field_name##_map(map); \ in CreateInitialMaps() 361 set_##field_name##_map(map); \ in CreateInitialMaps()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | field_mask_util_test.cc | 431 tmp.set_##field_name(src.field_name()); \ in TEST() 582 tmp.set_##field_name(msg.field_name()); \ in TEST()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.h | 430 inline void set_##name(type v) { name##_ = v; } \ 521 inline void set_##name(type v) { thread_local_top()->name##_ = v; } \ 1068 inline void set_##name(type value) { \
|