Home
last modified time | relevance | path

Searched refs:container_type (Results 1 – 25 of 32) sorted by relevance

12

/third_party/json/include/nlohmann/
Dbyte_container_with_subtype.hpp28 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 …]
Djson.hpp1112 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/
Dtest39.h3 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*);
Dtest39-report-0.txt6 …[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:
Dtest39-a-v1.c4 bar(struct container_type* c) in bar()
10 baz(struct container_type* c) in baz()
Dtest39-a-v0.c4 bar(struct container_type* c) in bar()
10 baz(struct container_type* c) in baz()
Dtest39-c-v0.c9 foo2(struct container_type* c) in foo2()
Dtest39-b-v0.c9 foo1(struct container_type* c) in foo1()
Dtest39-b-v1.c10 foo1(struct container_type* c) in foo1()
Dtest39-c-v1.c10 foo2(struct container_type* c) in foo2()
Dtest39-main.c6 struct container_type c; in main()
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dbinary.md5 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/
Dtest38.h3 struct container_type struct
8 long long bar(struct container_type*); argument
9 long long baz(struct container_type*);
Dtest38-b.c10 bar(struct container_type* c) in bar()
Dtest38-c.c11 baz(struct container_type* c) in baz()
Dtest38-a.c6 struct container_type c; in main()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h228 #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/
Dutil-list.h158 #define list_first_entry_by_type(head, container_type, member) \ argument
159 container_of((head)->next, container_type, member)
/third_party/alsa-utils/axfer/
Dcontainer.h20 enum container_type { enum
37 enum container_type type;
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc161 content::mojom::WindowContainerType container_type, in CanCreateWindow() argument
173 container_type, target_url, referrer, frame_name, disposition, in CanCreateWindow()
Dchrome_content_browser_client_cef.h38 content::mojom::WindowContainerType container_type,
/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs601 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/
Dalloy_content_browser_client.h101 content::mojom::WindowContainerType container_type,
/third_party/node/src/
Dmemory_tracker-inl.h166 static const typename std::queue<T>::container_type& Get( in TrackField()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h709 jerry_value_t jerry_create_container (jerry_container_type_t container_type,

12