/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/ |
D | attributes.rs | 203 let type_params = self.asn1_type.map(|ty| ty.type_path()).unwrap_or_default(); in decoder() localVariable 253 let type_params = self.asn1_type.map(|ty| ty.type_path()).unwrap_or_default(); in decoder() localVariable
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_language.cpp | 601 vector<unique_ptr<AidlTypeSpecifier>>* type_params, in AidlTypeSpecifier() 1442 std::vector<std::string>* type_params, in AidlParcelable() 1501 const Comments& comments, std::vector<std::string>* type_params, in AidlStructuredParcelable() 1661 std::vector<std::string>* type_params, in AidlUnionDecl()
|
D | aidl_to_cpp.cpp | 199 std::vector<std::string> type_params; in GetCppName() local
|
D | aidl_to_ndk.cpp | 97 std::vector<std::string> type_params; in GetBaseTypeInfo() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/usage/ |
D | mod.rs | 105 mod type_params; module
|
/aosp_15_r20/external/googleapis/google/api/expr/v1beta1/ |
H A D | decl.proto | 62 repeated DeclType type_params = 4; field
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/generic_address_space/ |
H A D | stress_tests.cpp | 142 std::ostringstream type_params; in test_max_number_of_params() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | accessor.rs | 20 type_params: Vec<String>, field
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/googleapis/src/main/proto/google/api/expr/v1alpha1/ |
H A D | checked.proto | 271 repeated string type_params = 3; field
|
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/ |
H A D | checked.proto | 281 repeated string type_params = 3; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/displaydoc/src/ |
D | expand.rs | 348 let type_params: Vec<&TypeParam> = generics.type_params().collect(); in generate_where_clause() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck_derive/src/ |
D | lib.rs | 645 let type_params = generics in add_trait_marker() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/ |
D | generics.rs | 143 pub fn type_params(&self) -> TypeParams<'_, P> { in type_params() method
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/field/ |
D | mod.rs | 411 type_params: Vec<String>, field 908 let mut type_params = Vec::new(); in accessor_fn() localVariable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | bredr_discovery_manager.cc | 662 auto type_params = write_type.view_t(); in WriteInquiryScanSettings() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | DerivedTypes.h | 745 ArrayRef<Type *> type_params() const { in type_params() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | DerivedTypes.h | 745 ArrayRef<Type *> type_params() const { in type_params() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | DerivedTypes.h | 745 ArrayRef<Type *> type_params() const { in type_params() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | DerivedTypes.h | 745 ArrayRef<Type *> type_params() const { in type_params() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 764 ArrayRef<Type *> type_params() const { in type_params() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-internal/src/pin_project/ |
D | derive.rs | 784 let type_params = cx.orig.generics.type_params().map(|t| &t.ident); in make_unpin_impl() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | generics.rs | 114 pub fn type_params(&self) -> TypeParams { in type_params() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | generics.rs | 135 pub fn type_params(&self) -> TypeParams { in type_params() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | generics.rs | 135 pub fn type_params(&self) -> TypeParams { in type_params() method
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_java.cpp | 1393 const std::string type_params = is_vector ? "_j" : ""; in GenUnionUnPack_ObjectAPI() local
|