/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/ |
D | pool_allocator.h | 56 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 136 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
|
D | throw_allocator.h | 66 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 643 typedef value_type& reference; in _GLIBCXX_VISIBILITY() typedef 784 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
D | pool_allocator.h | 56 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 136 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
|
D | throw_allocator.h | 66 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 643 typedef value_type& reference; in _GLIBCXX_VISIBILITY() typedef 784 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
D | map.h | 34 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 53 typedef typename _Base::reference reference; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/profile/ |
D | map.h | 34 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 53 typedef typename _Base::reference reference; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | stl_tree.h | 69 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 160 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef 231 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY() typedef 347 typedef value_type& reference; in _GLIBCXX_VISIBILITY() typedef
|
D | stl_vector.h | 66 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 225 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() typedef
|
D | hashtable.h | 37 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 196 typedef typename _Alloc::reference reference; 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/ |
D | stl_tree.h | 69 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 160 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef 231 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY() typedef 347 typedef value_type& reference; in _GLIBCXX_VISIBILITY() typedef
|
D | stl_vector.h | 66 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 225 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() typedef
|
D | hashtable.h | 37 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 196 typedef typename _Alloc::reference reference; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | accessor.rs | 125 let default = self.xxx_default_value_rust(); in accessor_fn_oneof_enum() localVariable 167 let reference = self in accessor_fn_oneof() localVariable
|
D | mod.rs | 78 pub(crate) fn default( in default() method 339 let reference = self in getter_return_type() localVariable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/tr1/ |
D | hashtable.h | 38 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 139 typedef typename _Allocator::reference reference; 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/tr1/ |
D | hashtable.h | 38 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument 139 typedef typename _Allocator::reference reference; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | linked_list.rs | 259 fn default() -> Self { in default() method 761 let mut reference = VecDeque::new(); in fuzz_linked_list() localVariable
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin_headers/ |
D | kotlinpoet.jar | ... synthetic com.squareup.kotlinpoet.AnnotationSpec get$default (com.squareup.kotlinpoet.AnnotationSpec$Companion ... |
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | item.rs | 1628 let reference = if input.peek(Token![&]) { in parse() localVariable 2296 let default = if let Some(eq_token) = input.parse::<Option<Token![=]>>()? { in parse() localVariable 2375 let default = if input.peek(Token![=]) { in parse() localVariable 2377 let default: Expr = input.parse()?; in parse() localVariable 2434 let default = FlexibleItemType::parse_optional_definition(input)?; in parse() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | item.rs | 1628 let reference = if input.peek(Token![&]) { in parse() localVariable 2296 let default = if let Some(eq_token) = input.parse::<Option<Token![=]>>()? { in parse() localVariable 2375 let default = if input.peek(Token![=]) { in parse() localVariable 2377 let default: Expr = input.parse()?; in parse() localVariable 2434 let default = FlexibleItemType::parse_optional_definition(input)?; in parse() localVariable
|
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/31.7.0-alpha07/ |
HD | lint-checks-31.7.0-alpha07.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/31.7.0-alpha07/ |
HD | lint-api-31.7.0-alpha07.jar | ... synthetic org.jetbrains.uast.UAnnotation fromPlatformAnnotation$default (com.android.tools.lint.client ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/ |
HD | tools.lint-api.jar | ... synthetic org.jetbrains.uast.UAnnotation fromPlatformAnnotation$default (com.android.tools.lint.client ... |
HD | tools.lint-checks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/ |
D | lib.rs | 1943 fn reference() { in reference() function 1998 fn default() { in default() function
|