/external/pigweed/pw_function/public/pw_function/ |
D | pointer.h | 77 constexpr auto GetFunctionPointer(const FunctionType&) { in GetFunctionPointer() 93 constexpr auto GetFunctionPointerContextFirst(const FunctionType&) { in GetFunctionPointerContextFirst()
|
/external/pytorch/torch/csrc/api/include/torch/data/transforms/ |
D | lambda.h | 19 using FunctionType = std::function<OutputBatchType(InputBatchType)>; variable 40 using FunctionType = std::function<Output(Input)>; variable
|
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/ |
D | function.h | 332 void swap(function_impl<inline_target_size, require_inline, FunctionType, Allocator>& a, in swap() argument 493 void swap(callback_impl<inline_target_size, require_inline, FunctionType, Allocator>& a, in swap() argument
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 33 class FunctionType; variable
|
D | Module.h | 33 class FunctionType; variable
|
D | Intrinsics.h | 27 class FunctionType; variable
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 124 typedef void (*FunctionType)(); typedef 165 typedef void (*FunctionType)(Arg1 arg1); typedef 212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef 261 typedef R (*FunctionType)(); typedef 282 typedef R (*FunctionType)(P1); typedef 305 typedef R (*FunctionType)(Arg1 arg1); typedef 326 typedef R (*FunctionType)(P1, A1); typedef
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 124 typedef void (*FunctionType)(); typedef 165 typedef void (*FunctionType)(Arg1 arg1); typedef 212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef 261 typedef R (*FunctionType)(); typedef 282 typedef R (*FunctionType)(P1); typedef 305 typedef R (*FunctionType)(Arg1 arg1); typedef 326 typedef R (*FunctionType)(P1, A1); typedef
|
/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 124 typedef void (*FunctionType)(); typedef 165 typedef void (*FunctionType)(Arg1 arg1); typedef 212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef 261 typedef R (*FunctionType)(); typedef 282 typedef R (*FunctionType)(P1); typedef 305 typedef R (*FunctionType)(Arg1 arg1); typedef 326 typedef R (*FunctionType)(P1, A1); typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
D | DXILOpBuilder.h | 24 class FunctionType; variable
|
/external/swiftshader/src/Reactor/ |
D | Routine.hpp | 39 using FunctionType = Return (*)(Arguments...); typedef in rr::RoutineT
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_api_info.h | 36 enum FunctionType { enum
|
/external/clang/test/Sema/ |
D | invalid-decl.c | 24 typedef int (FunctionType)(int *value); typedef
|
/external/icing/icing/scoring/advanced_scoring/ |
D | score-expression.h | 208 enum class FunctionType { enum 260 enum class FunctionType { kFilterByRange }; enum 292 enum class FunctionType { enum
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_scoped_enum.pass.cpp | 68 using FunctionType = void(); typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_scoped_enum.pass.cpp | 68 using FunctionType = void(); typedef
|
/external/pytorch/torch/fx/experimental/ |
D | rewriter.py | 31 def rewrite(self, fn: FunctionType):
|
/external/pytorch/aten/src/ATen/core/ |
D | jit_type.h | 1489 struct TORCH_API FunctionType : public NamedType { struct 1490 static FunctionTypePtr create(torch::jit::Function* function) { in create() argument 1495 if (auto func_type = rhs.cast<FunctionType>()) { in equals() argument 1507 static const TypeKind Kind = TypeKind::FunctionType; argument 1512 const auto& n = name().value(); 1515 torch::jit::Function* function_;
|
/external/tensorflow/tensorflow/compiler/xla/runtime/ |
D | types.h | 245 FunctionType(llvm::SmallVector<std::unique_ptr<Type>> operands, in FunctionType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | RecordInitializer.cpp | 404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPConstants.h | 25 class FunctionType; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/ |
D | RecordInitializer.cpp | 404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem_unittest.py | 845 def _is_fs_function(self, fct: FunctionType) -> bool: 858 self, item: FunctionType 887 def _find_def_values(self, module_items: ItemsView[str, FunctionType]) -> None: argument
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 27 class FunctionType; variable
|
/external/grpc-grpc-java/xds/third_party/googleapis/src/main/proto/google/api/expr/v1alpha1/ |
D | checked.proto | 84 message FunctionType { message
|