Home
last modified time | relevance | path

Searched +defs:reference +defs:default (Results 76 – 100 of 640) sorted by relevance

12345678910>>...26

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dpool_allocator.h56 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
136 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
Dthrow_allocator.h66 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/
Dpool_allocator.h56 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
136 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
Dthrow_allocator.h66 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/
Dmap.h34 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/
Dmap.h34 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/
Dstl_tree.h69 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
Dstl_vector.h66 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
225 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() typedef
Dhashtable.h37 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/
Dstl_tree.h69 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
Dstl_vector.h66 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
225 typedef typename _Alloc_traits::reference reference; in _GLIBCXX_VISIBILITY() typedef
Dhashtable.h37 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/
Daccessor.rs125 let default = self.xxx_default_value_rust(); in accessor_fn_oneof_enum() localVariable
167 let reference = self in accessor_fn_oneof() localVariable
Dmod.rs78 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/
Dhashtable.h38 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/
Dhashtable.h38 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/
Dlinked_list.rs259 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/
Dkotlinpoet.jar ... synthetic com.squareup.kotlinpoet.AnnotationSpec get$default (com.squareup.kotlinpoet.AnnotationSpec$Companion ...
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Ditem.rs1628 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 Ditem.rs1628 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/
HDlint-checks-31.7.0-alpha07.jarMETA-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/
HDlint-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/
HDtools.lint-api.jar ... synthetic org.jetbrains.uast.UAnnotation fromPlatformAnnotation$default (com.android.tools.lint.client ...
HDtools.lint-checks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dlib.rs1943 fn reference() { in reference() function
1998 fn default() { in default() function

12345678910>>...26