Home
last modified time | relevance | path

Searched defs:CreateFunction (Results 1 – 25 of 29) sorted by relevance

12

/external/perfetto/src/trace_processor/perfetto_sql/parser/
Dperfetto_sql_parser.h54 struct CreateFunction { struct
55 struct Returns {
62 bool replace;
63 FunctionPrototype prototype;
64 Returns returns;
65 SqlSource sql;
66 std::string description;
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Dcreate_function.h34 struct CreateFunction : public SqlFunction { struct
35 using Context = PerfettoSqlEngine;
37 static constexpr bool kVoidReturn = true;
/external/tensorflow/tensorflow/core/function/
Druntime_client.cc95 Status Runtime::CreateFunction(const FunctionDef& fdef) { in CreateFunction() function in tensorflow::core::function::Runtime
104 Status Runtime::CreateFunction(OpaqueTfgGraphFuncOp* fop) { in CreateFunction() function in tensorflow::core::function::Runtime
Druntime_client.py34 def CreateFunction(self, function_def: function_pb2.FunctionDef): member in Runtime
/external/cronet/stable/base/memory/
Dwritable_shared_memory_region.h41 using CreateFunction = decltype(Create); variable
Dunsafe_shared_memory_region.h38 using CreateFunction = decltype(Create); variable
Dread_only_shared_memory_region.h40 using CreateFunction = decltype(Create); variable
/external/cronet/tot/base/memory/
Dunsafe_shared_memory_region.h38 using CreateFunction = decltype(Create); variable
Dwritable_shared_memory_region.h41 using CreateFunction = decltype(Create); variable
Dread_only_shared_memory_region.h40 using CreateFunction = decltype(Create); variable
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/
Dgapic_metadata.json16 "CreateFunction": { object
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2/
Dgapic_metadata.json13 "CreateFunction": { object
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2alpha/
Dgapic_metadata.json13 "CreateFunction": { object
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2beta/
Dgapic_metadata.json13 "CreateFunction": { object
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/
Dfunctions.proto70 rpc CreateFunction(CreateFunctionRequest) rpc
/external/googleapis/google/cloud/functions/v1/
Dfunctions.proto70 rpc CreateFunction(CreateFunctionRequest) rpc
/external/cronet/stable/base/android/linker/
Dlinker_jni.cc357 typedef int (*CreateFunction)(const char*, size_t); typedef
/external/cronet/tot/base/android/linker/
Dlinker_jni.cc357 typedef int (*CreateFunction)(const char*, size_t); typedef
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/proto/google/cloud/functions/v2beta/
Dfunctions.proto95 rpc CreateFunction(CreateFunctionRequest) returns (google.longrunning.Operation) { rpc
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/proto/google/cloud/functions/v2alpha/
Dfunctions.proto95 rpc CreateFunction(CreateFunctionRequest) returns (google.longrunning.Operation) { rpc
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/proto/google/cloud/functions/v2/
Dfunctions.proto101 rpc CreateFunction(CreateFunctionRequest) rpc
/external/googleapis/google/cloud/functions/v2/
Dfunctions.proto101 rpc CreateFunction(CreateFunctionRequest) rpc
/external/googleapis/google/cloud/functions/v2beta/
Dfunctions.proto101 rpc CreateFunction(CreateFunctionRequest) rpc
/external/googleapis/google/cloud/functions/v2alpha/
Dfunctions.proto101 rpc CreateFunction(CreateFunctionRequest) rpc
/external/llvm/bindings/go/llvm/
Ddibuilder.go195 func (d *DIBuilder) CreateFunction(diScope Metadata, f DIFunction) Metadata { func

12