/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SetVector.h | 67 set_.clear(); in takeVector() 142 bool result = set_.insert(X).second; in insert() 152 if (set_.insert(*Start).second) in insert() 158 if (set_.erase(X)) { in remove() 173 assert(set_.count(V) && "Corrupted SetVector instances!"); in erase() 174 set_.erase(V); in erase() 201 llvm::remove_if(vector_, TestAndEraseFromSet<UnaryPredicate>(P, set_)); in remove_if() 211 return set_.count(key); in count() 216 set_.clear(); in clear() 223 set_.erase(back()); in pop_back() [all …]
|
/third_party/gn/src/gn/ |
D | string_atom.cc | 118 size_t hash = set_.Hash(""); in StringAtomSet() 119 auto* node = set_.Lookup(hash, ""); in StringAtomSet() 120 set_.Insert(node, hash, &kEmptyString); in StringAtomSet() 126 size_t hash = set_.Hash(key); in find() 127 auto* node = set_.Lookup(hash, key); in find() 137 set_.Insert(node, hash, result); in find() 176 KeySet set_; member in __anond912aadb0111::StringAtomSet
|
D | unique_vector.h | 94 set_.Clear(); in clear() 119 set_.Insert(node, hash, vector_.size() - 1); in push_back() 131 set_.Insert(node, hash, vector_.size() - 1); in push_back() 155 set_.Insert(node, hash, result); in PushBackWithIndex() 168 set_.Insert(node, hash, result); in PushBackWithIndex() 230 return set_.Lookup<T, EqualTo>(*hash, t, vector_); in Lookup() 234 UniqueVectorHashSet set_; variable
|
/third_party/elfio/elfio/ |
D | elfio_utils.hpp | 33 virtual void set_##NAME( const TYPE& value ) noexcept = 0 37 virtual void set_##NAME( const TYPE& value ) noexcept = 0 46 void set_##NAME( const TYPE& value ) noexcept override \ 56 void set_##NAME( const TYPE& value ) noexcept override \
|
D | elfio.hpp | 55 void set_##FNAME( TYPE val ) noexcept \ 58 header->set_##FNAME( val ); \
|
/third_party/elfio/c_wrapper/ |
D | elfio_c_wrapper.h | 43 pelfio->set_##FNAME( val ); \ 55 p##CLASS->set_##NAME( value ); \ 65 p##CLASS->set_##NAME( value ); \
|
/third_party/elfio/examples/c_wrapper/ |
D | elfio_c_wrapper.h | 43 pelfio->set_##FNAME( val ); \ 55 p##CLASS->set_##NAME( value ); \ 65 p##CLASS->set_##NAME( value ); \
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/ |
D | photography.c | 125 if (iface->set_ ## function_name) { \ 126 return iface->set_ ## function_name (photo, param); \
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_format.py | 454 set_ = self.formatter.set_region 467 set_(head, tail, chars, lines) 476 set_('7.0', '10.0', chars, newlines)
|
/third_party/rust/crates/bindgen/book/src/ |
D | using-bitfields.md | 7 * Setter functions for each contiguous block of bitfields named ```set_<bitfield>```
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 509 MY_BENCHMARK2(set_##type); \ 515 MY_BENCHMARK2(set_##type); \
|
/third_party/protobuf/src/google/protobuf/util/ |
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/ffmpeg/libavfilter/ |
D | vf_eq.c | 321 …if (!strcmp(cmd, #param_name)) return set_param(&eq->param_name##_pexpr, args, cmd, set_##set_fn_n… in process_command()
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.h | 511 class_name& set_##name(type const& name) { \
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 349 pipe->set_##name(pipe, ref); \ in DD_SHADER_NOCREATE()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsubgpos.hh | 246 hb_add_coverage_context_t (set_t *set_) : in hb_add_coverage_context_t() 247 set (set_), in hb_add_coverage_context_t()
|
/third_party/node/src/ |
D | node_http2.h | 630 void set_##name(bool on = true) { \
|
D | env.cc | 292 set_##EnvPropertyName(prototype.As<Object>()); \ in CreateProperties()
|
D | env-inl.h | 1248 inline void Environment::set_ ## PropertyName(v8::Local<TypeName> value) { \
|
D | env.h | 1167 inline void set_ ## PropertyName(v8::Local<TypeName> value);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 120 DescriptorId (deUint32 set_, deUint32 binding_, deUint32 number_) in DescriptorId() 121 : set(set_), binding(binding_), number(number_) in DescriptorId()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 120 DescriptorId (deUint32 set_, deUint32 binding_, deUint32 number_) in DescriptorId() 121 : set(set_), binding(binding_), number(number_) in DescriptorId()
|
/third_party/libabigail/src/ |
D | abg-dwarf-reader.cc | 5423 offset_pair_set_type set_; member 5445 set_.insert(p); in add() 5458 if (set_.erase(p)) in erase() 5485 if (set_.find(p) == set_.end()) in contains()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gsubgpos.hh | 380 hb_collect_coverage_context_t (set_t *set_) : in hb_collect_coverage_context_t() 381 set (set_) {} in hb_collect_coverage_context_t()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsubgpos.hh | 380 hb_collect_coverage_context_t (set_t *set_) : in hb_collect_coverage_context_t() 381 set (set_) {} in hb_collect_coverage_context_t()
|