Home
last modified time | relevance | path

Searched defs:FunctionType (Results 1 – 25 of 148) sorted by relevance

123456

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dcallback.h124 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
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dcallback.h124 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
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
H A Dfunction.h332 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
/aosp_15_r20/external/pigweed/pw_function/public/pw_function/
H A Dpointer.h77 constexpr auto GetFunctionPointer(const FunctionType&) { in GetFunctionPointer()
93 constexpr auto GetFunctionPointerContextFirst(const FunctionType&) { in GetFunctionPointerContextFirst()
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/transforms/
H A Dlambda.h19 using FunctionType = std::function<OutputBatchType(InputBatchType)>; variable
40 using FunctionType = std::function<Output(Input)>; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1489 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_;
/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/
H A Dscore-expression.h208 enum class FunctionType { enum
260 enum class FunctionType { kFilterByRange }; enum
292 enum class FunctionType { enum
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp359 FunctionType, enumerator
667 struct FunctionType : ObjectImpl<FunctionType, Type, Object::Kind::FunctionType> struct
669 uint32_t flags = 0; // OR'd from OpenCLDebugInfo100DebugInfoFlags
670 Type *returnTy = nullptr;
671 std::vector<Type *> paramTys;
673 std::string name() const override { return "function"; } in name()
674 uint32_t sizeInBytes() const override { return 0; } in sizeInBytes()
675 size_t numMembers() const override { return 0; } in numMembers()
676 Member getMember(size_t i) const override { return {}; } in getMember()
677 …d::shared_ptr<vk::dbg::Value> value(void *ptr, bool interleaved) const override { return nullptr; } in value()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go1400 type FunctionType struct { struct
1401 Return AST
1402 Args []AST
1407 ForLocalName bool
1410 func (ft *FunctionType) print(ps *printState) {
1430 func (ft *FunctionType) printInner(ps *printState) {
1436 func (ft *FunctionType) printArgs(ps *printState) {
1488 func (ft *FunctionType) Traverse(fn func(AST) bool) {
1499 func (ft *FunctionType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1537 func (ft *FunctionType) GoString() string {
[all …]
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py740 def _is_fs_function(self, fct: FunctionType) -> bool:
753 self, item: FunctionType
782 def _find_def_values(self, module_items: ItemsView[str, FunctionType]) -> None: argument
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h236 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
254 TypeIndex FunctionType; member
258 TypeIndex FunctionType; variable
715 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
735 TypeIndex FunctionType; member
740 TypeIndex FunctionType; variable
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DFunction.h33 class FunctionType; variable
H A DModule.h33 class FunctionType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeRecord.h221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
231 TypeIndex FunctionType; variable
614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
623 TypeIndex FunctionType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeRecord.h221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
231 TypeIndex FunctionType; variable
614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
623 TypeIndex FunctionType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeRecord.h221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
231 TypeIndex FunctionType; variable
614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
623 TypeIndex FunctionType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeRecord.h221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
231 TypeIndex FunctionType; variable
614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
623 TypeIndex FunctionType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
231 TypeIndex FunctionType; variable
614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
623 TypeIndex FunctionType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h226 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
236 TypeIndex FunctionType; variable
619 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
628 TypeIndex FunctionType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.h24 class FunctionType; variable
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DRoutine.hpp39 using FunctionType = Return (*)(Arguments...); typedef in rr::RoutineT
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dfunction_api_info.h36 enum FunctionType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DCodeGenABITypes.h36 class FunctionType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DCodeGenABITypes.h36 class FunctionType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DCodeGenABITypes.h36 class FunctionType; variable

123456