/third_party/protobuf/python/google/protobuf/internal/ |
D | containers.py | 377 new_element = self._message_descriptor._concrete_class(**kwargs) 378 new_element._SetListener(self._message_listener) 379 self._values.append(new_element) 382 return new_element 386 new_element = self._message_descriptor._concrete_class() 387 new_element._SetListener(self._message_listener) 388 new_element.CopyFrom(value) 389 self._values.append(new_element) 395 new_element = self._message_descriptor._concrete_class() 396 new_element._SetListener(self._message_listener) [all …]
|
/third_party/spirv-tools/test/opt/ |
D | instruction_list_test.cpp | 77 auto new_element = list.end().InsertBefore(std::move(inst)); in TEST() local 78 EXPECT_EQ(&*new_element, inserted_instructions.back()); in TEST() 102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() local 104 EXPECT_EQ(&*new_element, created_instructions.front()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | instruction_list_test.cpp | 77 auto new_element = list.end().InsertBefore(std::move(inst)); in TEST() local 78 EXPECT_EQ(&*new_element, inserted_instructions.back()); in TEST() 102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() local 104 EXPECT_EQ(&*new_element, created_instructions.front()); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | instruction_list_test.cpp | 77 auto new_element = list.end().InsertBefore(std::move(inst)); in TEST() local 78 EXPECT_EQ(&*new_element, inserted_instructions.back()); in TEST() 102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() local 104 EXPECT_EQ(&*new_element, created_instructions.front()); in TEST()
|
/third_party/glib/gio/xdgmime/ |
D | xdgmimeglob.c | 82 XdgGlobList *new_element; in _xdg_glob_list_new() local 84 new_element = calloc (1, sizeof (XdgGlobList)); in _xdg_glob_list_new() 86 return new_element; in _xdg_glob_list_new() 118 XdgGlobList *new_element; in _xdg_glob_list_append() local 131 new_element = _xdg_glob_list_new (); in _xdg_glob_list_append() 132 new_element->data = data; in _xdg_glob_list_append() 133 new_element->mime_type = mime_type; in _xdg_glob_list_append() 134 new_element->weight = weight; in _xdg_glob_list_append() 135 new_element->case_sensitive = case_sensitive; in _xdg_glob_list_append() 137 return new_element; in _xdg_glob_list_append() [all …]
|
/third_party/boost/boost/units/detail/ |
D | heterogeneous_conversion.hpp | 250 …ame try_add_unit_impl<Current::size::value>::template apply<Current, dimensions>::type new_element; typedef 251 …typedef typename make_solve_list_leading_zeroes<new_element::size::value>::template apply<new_elem…
|
/third_party/gstreamer/gstplugins_bad/gst/switchbin/ |
D | gstswitchbin.c | 996 switch_bin_path, GstElement * new_element); 1066 GstElement *new_element = GST_ELEMENT (g_value_get_object (value)); in gst_switch_bin_path_set_property() local 1070 gst_switch_bin_path_use_new_element (switch_bin_path, new_element); in gst_switch_bin_path_set_property() 1141 GstElement * new_element) in gst_switch_bin_path_use_new_element() argument 1164 if (new_element != NULL) { in gst_switch_bin_path_use_new_element() 1165 gst_bin_add (GST_BIN (switch_bin_path->bin), new_element); in gst_switch_bin_path_use_new_element() 1166 switch_bin_path->element = new_element; in gst_switch_bin_path_use_new_element() 1172 gst_element_set_locked_state (new_element, TRUE); in gst_switch_bin_path_use_new_element()
|
/third_party/abseil-cpp/absl/container/internal/ |
D | node_hash_policy_test.cc | 35 static int* new_element(Alloc* alloc, int value) { in new_element() function
|
D | node_hash_policy.h | 57 *slot = Policy::new_element(alloc, std::forward<Args>(args)...); in construct()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | node_hash_policy_test.cc | 35 static int* new_element(Alloc* alloc, int value) { in new_element() function
|
D | node_hash_policy.h | 57 *slot = Policy::new_element(alloc, std::forward<Args>(args)...); in construct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | merge_return_pass.h | 273 void InsertAfterElement(BasicBlock* element, BasicBlock* new_element,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | merge_return_pass.h | 273 void InsertAfterElement(BasicBlock* element, BasicBlock* new_element,
|
/third_party/spirv-tools/source/opt/ |
D | merge_return_pass.h | 273 void InsertAfterElement(BasicBlock* element, BasicBlock* new_element,
|
/third_party/boost/boost/beast/http/impl/ |
D | fields.hpp | 568 auto& e = new_element(name, sname, in insert() 599 set_element(new_element(name, to_string(name), in set() 608 set_element(new_element( in set() 962 new_element(field name, in new_element() function in boost::beast::http::basic_fields
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | fields.hpp | 568 auto& e = new_element(name, sname, in insert() 599 set_element(new_element(name, to_string(name), in set() 608 set_element(new_element( in set() 962 new_element(field name, in new_element() function in boost::beast::http::basic_fields
|
/third_party/abseil-cpp/absl/container/ |
D | node_hash_set.h | 451 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() function
|
D | node_hash_map.h | 548 static value_type* new_element(Allocator* alloc, Args&&... args) { in new_element() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | node_hash_set.h | 451 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() function
|
D | node_hash_map.h | 548 static value_type* new_element(Allocator* alloc, Args&&... args) { in new_element() function
|
/third_party/gstreamer/gstplugins_bad/gst/rtp/ |
D | gstrtpsink.c | 377 GstElement * new_element, gpointer data) in gst_rtp_sink_rtpbin_element_added_cb() argument 382 new_element); in gst_rtp_sink_rtpbin_element_added_cb()
|
/third_party/boost/boost/beast/http/ |
D | fields.hpp | 729 new_element(field name,
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | fields.hpp | 729 new_element(field name,
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.c | 1171 encodebin_element_added (GstElement * encodebin, GstElement * new_element, in encodebin_element_added() argument 1174 GstElementFactory *factory = gst_element_get_factory (new_element); in encodebin_element_added() 1179 g_object_set (new_element, "skip-to-first", TRUE, NULL); in encodebin_element_added() 1183 if (GST_IS_TAG_SETTER (new_element)) { in encodebin_element_added() 1184 GstTagSetter *tagsetter = GST_TAG_SETTER (new_element); in encodebin_element_added()
|
/third_party/gettext/build-aux/ |
D | texi2html | 13591 my $new_element; 13599 $new_element = shift @elements_list; 13632 $new_element = shift @elements_list; 13635 my $section_element = $new_element; 13646 $new_element = $index_pages->[$index_pages_nr]->{'element'}; 13648 …print STDERR "New index page '$new_element->{'texi'}' nr: $index_pages_nr\n" if ($T2H_DEBUG & $DEB… 13650 …lement in index_pages $new_element->{'texi'} and in list $list_element->{'texi'} differs\n" unless… 13652 if ($new_element) 13657 … print STDERR "NEW: $new_element->{'texi'}, OLD: $old\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS); 13663 finish_element($FH, $element, $new_element, $first_section); [all …]
|