Home
last modified time | relevance | path

Searched defs:createFunction (Results 1 – 15 of 15) sorted by relevance

/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v2beta/src/main/java/com/google/cloud/functions/v2beta/
DFunctionServiceGrpc.java502 default void createFunction( in createFunction() method
689 public void createFunction( in createFunction() method in FunctionServiceGrpc.FunctionServiceStub
862 public com.google.longrunning.Operation createFunction( in createFunction() method in FunctionServiceGrpc.FunctionServiceBlockingStub
1017 createFunction(com.google.cloud.functions.v2beta.CreateFunctionRequest request) { in createFunction() method in FunctionServiceGrpc.FunctionServiceFutureStub
/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v2alpha/src/main/java/com/google/cloud/functions/v2alpha/
DFunctionServiceGrpc.java508 default void createFunction( in createFunction() method
695 public void createFunction( in createFunction() method in FunctionServiceGrpc.FunctionServiceStub
868 public com.google.longrunning.Operation createFunction( in createFunction() method in FunctionServiceGrpc.FunctionServiceBlockingStub
1023 createFunction(com.google.cloud.functions.v2alpha.CreateFunctionRequest request) { in createFunction() method in FunctionServiceGrpc.FunctionServiceFutureStub
/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v2/src/main/java/com/google/cloud/functions/v2/
DFunctionServiceGrpc.java497 default void createFunction( in createFunction() method
684 public void createFunction( in createFunction() method in FunctionServiceGrpc.FunctionServiceStub
857 public com.google.longrunning.Operation createFunction( in createFunction() method in FunctionServiceGrpc.FunctionServiceBlockingStub
1012 createFunction(com.google.cloud.functions.v2.CreateFunctionRequest request) { in createFunction() method in FunctionServiceGrpc.FunctionServiceFutureStub
/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/
DCloudFunctionsServiceGrpc.java617 default void createFunction( in createFunction() method
851 public void createFunction( in createFunction() method in CloudFunctionsServiceGrpc.CloudFunctionsServiceStub
1081 public com.google.longrunning.Operation createFunction( in createFunction() method in CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub
1282 createFunction(com.google.cloud.functions.v1.CreateFunctionRequest request) { in createFunction() method in CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub
/external/google-cloud-java/java-functions/google-cloud-functions/src/test/java/com/google/cloud/functions/v2/
DMockFunctionServiceImpl.java104 public void createFunction( in createFunction() method in MockFunctionServiceImpl
/external/google-cloud-java/java-functions/google-cloud-functions/src/test/java/com/google/cloud/functions/v2beta/
DMockFunctionServiceImpl.java104 public void createFunction( in createFunction() method in MockFunctionServiceImpl
/external/google-cloud-java/java-functions/google-cloud-functions/src/test/java/com/google/cloud/functions/v2alpha/
DMockFunctionServiceImpl.java104 public void createFunction( in createFunction() method in MockFunctionServiceImpl
/external/google-cloud-java/java-functions/google-cloud-functions/src/test/java/com/google/cloud/functions/v1/
DMockCloudFunctionsServiceImpl.java110 public void createFunction( in createFunction() method in MockCloudFunctionsServiceImpl
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp215 llvm::Function *createFunction(llvm::Module &module, in createFunction() function
/external/llvm/lib/IR/
DDIBuilder.cpp628 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp754 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDIBuilder.cpp848 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DIROutliner.cpp634 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction() function in IROutliner
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp488 static llvm::Function *createFunction(const char *name, llvm::Type *retTy, const std::vector<llvm::… in createFunction() function
653 void Nucleus::createFunction(Type *ReturnType, const std::vector<Type *> &Params) in createFunction() function in rr::Nucleus
DSubzeroReactor.cpp65 Ice::Cfg *createFunction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::… in createFunction() function
1117 void Nucleus::createFunction(Type *returnType, const std::vector<Type *> &paramTypes) in createFunction() function in rr::Nucleus