/external/pytorch/torchgen/api/types/ |
D | types_base.py | 71 def cpp_type(self, *, strip_ref: bool = False) -> str: member in CType 87 def cpp_type(self, *, strip_ref: bool = False) -> str: member in BaseCType 103 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ConstRefCType 119 def cpp_type(self, *, strip_ref: bool = False) -> str: member in VectorCType 135 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayCType 150 def cpp_type(self, *, strip_ref: bool = False) -> str: member in TupleCType 165 def cpp_type(self, *, strip_ref: bool = False) -> str: member in MutRefCType 190 def cpp_type(self, *, strip_ref: bool = False) -> str: member in NamedCType
|
D | types.py | 135 def cpp_type(self, *, strip_ref: bool = False) -> str: member in OptionalCType 150 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ListCType 165 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayRefCType 184 def cpp_type(self, *, strip_ref: bool = False) -> str: member in VectorizedCType
|
/external/executorch/kernels/portable/cpu/test/ |
D | scalar_utils_test.cpp | 31 #define CALL_TEST_ONE(cpp_type, scalar_type) \ in testAll() argument 68 #define INSTANTIATE_TYPE_TEST(cpp_type, scalar_type) \ in TEST() argument
|
/external/pytorch/torchgen/executorch/api/types/ |
D | types.py | 60 def cpp_type(self, *, strip_ref: bool = False) -> str: member in OptionalCType 75 def cpp_type(self, *, strip_ref: bool = False) -> str: member in ArrayRefCType
|
/external/pytorch/aten/src/ATen/native/ |
D | TensorIteratorDynamicCasting.h | 26 using cpp_type = typename traits::template arg<nargs - 1>::type; in check() local
|
/external/executorch/runtime/core/exec_aten/util/test/ |
D | scalar_type_util_test.cpp | 182 #define CALL_TEST_ONE(cpp_type, scalar_type) \ in testAll() argument 217 #define INSTANTIATE_TYPE_TEST(cpp_type, scalar_type) \ in TEST() argument
|
/external/openscreen/tools/cddl/ |
D | sema.cc | 527 CppType* cpp_type, in IncludeGroupMembersInSubEnum() 553 CppType* cpp_type, in IncludeGroupMembersInEnum() 582 CppType* cpp_type, in AddMembersToStruct() 646 CppType* cpp_type = nullptr; in MakeCppType() local
|
D | codegen.cc | 53 std::string CppTypeToString(const CppType& cpp_type) { in CppTypeToString() 379 const CppType& cpp_type, in EnsureDependentTypeDefinitionsWritten() 525 const CppType& cpp_type, in WriteEncoder() 1033 const CppType& cpp_type, in WriteDecoder()
|
/external/pytorch/torch/_library/ |
D | infer_schema.py | 165 base_type, cpp_type, list_base, optional_base_list, optional_list_base argument
|
/external/pytorch/c10/core/ |
D | ScalarType.h | 157 #define SPECIALIZE_ScalarTypeToCPPType(cpp_type, scalar_type) \ argument 184 #define SPECIALIZE_CppTypeToScalarType(cpp_type, scalar_type) \ argument
|
/external/federated-compute/fcp/tracing/tools/ |
D | tracing_traits_generator.cc | 41 std::string cpp_type; member
|
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 1894 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local 1935 const auto cpp_type = field->attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local 1943 const auto cpp_type = field->attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local 1974 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local 2040 const auto cpp_type = field->attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local 2063 const auto cpp_type = field->attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local 3296 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local 3354 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
|
/external/cronet/stable/testing/rust_gtest_interop/ |
D | gtest_attribute.rs | 41 cpp_type: TokenStream, field
|
/external/cronet/tot/testing/rust_gtest_interop/ |
D | gtest_attribute.rs | 41 cpp_type: TokenStream, field
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 181 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type() function
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | cppgen_plugin.cc | 287 const std::string& full_name) { in Generate()
|
D | protozero_plugin.cc | 816 std::string cpp_type; in GenerateDecoder() local
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
|
/external/executorch/runtime/core/exec_aten/util/ |
D | scalar_type_util.h | 93 #define SPECIALIZE_ScalarTypeToCppType(cpp_type, scalar_type) \ argument 107 #define SPECIALIZE_CppTypeToScalarType(cpp_type, scalar_type) \ argument
|
/external/perfetto/src/shared_lib/ |
D | data_source.cc | 69 DataSourceType cpp_type; member
|