Home
last modified time | relevance | path

Searched defs:extern_type (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dcodecvt.h75 typedef _ExternT extern_type; in _GLIBCXX_VISIBILITY() typedef
283 typedef _ExternT extern_type; in _GLIBCXX_VISIBILITY() typedef
346 typedef char extern_type; in _GLIBCXX_VISIBILITY() typedef
404 typedef char extern_type; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dcodecvt.h75 typedef _ExternT extern_type; in _GLIBCXX_VISIBILITY() typedef
283 typedef _ExternT extern_type; in _GLIBCXX_VISIBILITY() typedef
346 typedef char extern_type; in _GLIBCXX_VISIBILITY() typedef
404 typedef char extern_type; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/development/tools/cargo_embargo/testdata/async-trait/
H A Dcrates.json16 "extern_type": "Rust" string
22 "extern_type": "Rust" string
28 "extern_type": "Rust" string
/aosp_15_r20/development/tools/cargo_embargo/testdata/plotters/
H A Dcrates.json16 "extern_type": "Rust" string
22 "extern_type": "Rust" string
28 "extern_type": "Rust" string
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dlocale.cpp1294 extern_type* to, in do_out() argument
1304 const extern_type* frm, in do_in()
1316 codecvt<char, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*… in do_unshift() argument
2800 codecvt<char16_t, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_t… in do_unshift() argument
2867 state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const { in do_unshift() argument
2934 codecvt<char32_t, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_t… in do_unshift() argument
3001 state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const { in do_unshift() argument
3082 __codecvt_utf8<wchar_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nx… in do_unshift() argument
3159 __codecvt_utf8<char16_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_n… in do_unshift() argument
3226 __codecvt_utf8<char32_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_n… in do_unshift() argument
[all …]
/aosp_15_r20/external/libcxx/src/
H A Dlocale.cpp1456 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument
1465 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, in do_in()
1475 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
3152 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
3229 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
3321 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
3396 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
3471 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
3546 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
3621 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
[all …]
/aosp_15_r20/development/tools/cargo_embargo/testdata/rustc-demangle-capi/
H A Dcrates.json16 "extern_type": "Rust" string
43 "extern_type": "Rust" string
/aosp_15_r20/development/tools/cargo_embargo/testdata/aho-corasick/
H A Dcrates.json16 "extern_type": "Rust" string
43 "extern_type": "Rust" string
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dlib.rs454 mod extern_type; module
/aosp_15_r20/external/rust/cxx/src/
Dlib.rs453 mod extern_type; module
/aosp_15_r20/development/tools/cargo_embargo/testdata/either/
H A Dcrates.json36 "extern_type": "Rust" string
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dcodecvt_specializations.h237 typedef _ExternT extern_type; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dcodecvt_specializations.h237 typedef _ExternT extern_type; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/development/tools/cargo_embargo/src/
H A Dcargo.rs108 pub extern_type: ExternType, field
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/
H A Dcargo_out.rs340 let extern_type = in from_rustc_invocation() localVariable
H A Dmetadata.rs295 let extern_type = in make_extern() localVariable
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf.c553 enum extern_type { enum