/third_party/json/include/nlohmann/ |
D | byte_container_with_subtype.hpp | 28 using container_type = BinaryType; typedef in nlohmann::byte_container_with_subtype 32 byte_container_with_subtype() noexcept(noexcept(container_type())) in byte_container_with_subtype() 33 : container_type() in byte_container_with_subtype() 36 byte_container_with_subtype(const container_type& b) noexcept(noexcept(container_type(b))) in byte_container_with_subtype() 37 : container_type(b) in byte_container_with_subtype() 40 byte_container_with_subtype(container_type&& b) noexcept(noexcept(container_type(std::move(b)))) in byte_container_with_subtype() 41 : container_type(std::move(b)) in byte_container_with_subtype() 44 …byte_container_with_subtype(const container_type& b, subtype_type subtype_) noexcept(noexcept(cont… in byte_container_with_subtype() 45 : container_type(b) in byte_container_with_subtype() 50 …byte_container_with_subtype(container_type&& b, subtype_type subtype_) noexcept(noexcept(container… in byte_container_with_subtype() [all …]
|
D | json.hpp | 1112 json_value(const typename binary_t::container_type& value) in json_value() 1118 json_value(typename binary_t::container_type&& value) in json_value() 1813 static basic_json binary(const typename binary_t::container_type& init) in binary() 1850 …static basic_json binary(const typename binary_t::container_type& init, typename binary_t::subtype… in binary() 1860 static basic_json binary(typename binary_t::container_type&& init) in binary() 1870 …static basic_json binary(typename binary_t::container_type&& init, typename binary_t::subtype_type… in binary() 6268 void swap(typename binary_t::container_type& other) // NOLINT(bugprone-exception-escape) in swap()
|
/third_party/libabigail/tests/data/test-diff-filter/test39/ |
D | test39.h | 3 struct container_type struct 8 long long bar(struct container_type*); argument 9 long long baz(struct container_type*); 10 long long foo1(struct container_type*); 11 long long foo2(struct container_type*);
|
D | test39-report-0.txt | 6 …[C] 'function long long int foo1(container_type*)' at test39-b-v1.c:10:1 has some indirect sub-typ… 7 parameter 1 of type 'container_type*' has sub-type changes: 8 in pointed to type 'struct container_type' at test39.h:3:1: 17 …[C] 'function long long int foo2(container_type*)' at test39-c-v1.c:10:1 has some indirect sub-typ… 18 parameter 1 of type 'container_type*' has sub-type changes: 19 in pointed to type 'struct container_type' at test39.h:3:1:
|
D | test39-a-v1.c | 4 bar(struct container_type* c) in bar() 10 baz(struct container_type* c) in baz()
|
D | test39-a-v0.c | 4 bar(struct container_type* c) in bar() 10 baz(struct container_type* c) in baz()
|
D | test39-c-v0.c | 9 foo2(struct container_type* c) in foo2()
|
D | test39-b-v0.c | 9 foo1(struct container_type* c) in foo1()
|
D | test39-b-v1.c | 10 foo1(struct container_type* c) in foo1()
|
D | test39-c-v1.c | 10 foo2(struct container_type* c) in foo2()
|
D | test39-main.c | 6 struct container_type c; in main()
|
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | binary.md | 5 static basic_json binary(const typename binary_t::container_type& init); 6 static basic_json binary(typename binary_t::container_type&& init); 9 static basic_json binary(const typename binary_t::container_type& init, 11 static basic_json binary(typename binary_t::container_type&& init, 39 Linear in the size of `init`; constant for `typename binary_t::container_type&& init` versions.
|
/third_party/libabigail/tests/data/test-diff-filter/test38/ |
D | test38.h | 3 struct container_type struct 8 long long bar(struct container_type*); argument 9 long long baz(struct container_type*);
|
D | test38-b.c | 10 bar(struct container_type* c) in bar()
|
D | test38-c.c | 11 baz(struct container_type* c) in baz()
|
D | test38-a.c | 6 struct container_type c; in main()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.h | 228 #define get_container(member_ptr, container_type, container_member) \ argument 229 (container_type *)((char *)(member_ptr) - offsetof(container_type, container_member))
|
/third_party/libinput/src/ |
D | util-list.h | 158 #define list_first_entry_by_type(head, container_type, member) \ argument 159 container_of((head)->next, container_type, member)
|
/third_party/alsa-utils/axfer/ |
D | container.h | 20 enum container_type { enum 37 enum container_type type;
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_content_browser_client_cef.cc | 161 content::mojom::WindowContainerType container_type, in CanCreateWindow() argument 173 container_type, target_url, referrer, frame_name, disposition, in CanCreateWindow()
|
D | chrome_content_browser_client_cef.h | 38 content::mojom::WindowContainerType container_type,
|
/third_party/rust/crates/clap/clap_derive/src/ |
D | item.rs | 601 let container_type = Ty::from_syn_ty(ty); in push_attrs() localVariable 602 if *container_type != Ty::Vec { in push_attrs() 733 let container_type = Ty::from_syn_ty(ty); in push_attrs() localVariable 734 if *container_type != Ty::Vec { in push_attrs()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_content_browser_client.h | 101 content::mojom::WindowContainerType container_type,
|
/third_party/node/src/ |
D | memory_tracker-inl.h | 166 static const typename std::queue<T>::container_type& Get( in TrackField()
|
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-core.h | 709 jerry_value_t jerry_create_container (jerry_container_type_t container_type,
|