Home
last modified time | relevance | path

Searched refs:UpdateFunction (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_id.h67 typedef void (MachoID::*UpdateFunction)(unsigned char* bytes, size_t size); typedef
101 UpdateFunction update_function_;
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/
Doperations.proto35 // Triggered by UpdateFunction call
Dfunctions.proto84 rpc UpdateFunction(UpdateFunctionRequest) rpc
128 // URL should be provided in CreateFunction or UpdateFunction request
717 // Request for the `UpdateFunction` method.
/external/googleapis/google/cloud/functions/v1/
Doperations.proto35 // Triggered by UpdateFunction call
Dfunctions.proto84 rpc UpdateFunction(UpdateFunctionRequest) rpc
128 // URL should be provided in CreateFunction or UpdateFunction request
719 // Request for the `UpdateFunction` method.
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/proto/google/cloud/functions/v2beta/
Dfunctions.proto108 rpc UpdateFunction(UpdateFunctionRequest) returns (google.longrunning.Operation) { rpc
138 // URL should be provided in CreateFunction or UpdateFunction request
558 // On CreateFunction and UpdateFunction, when set to true, the revision being
806 // Request for the `UpdateFunction` method.
851 // during CreateFunction and UpdateFunction.
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/proto/google/cloud/functions/v2alpha/
Dfunctions.proto108 rpc UpdateFunction(UpdateFunctionRequest) returns (google.longrunning.Operation) { rpc
138 // URL should be provided in CreateFunction or UpdateFunction request
558 // On CreateFunction and UpdateFunction, when set to true, the revision being
806 // Request for the `UpdateFunction` method.
851 // during CreateFunction and UpdateFunction.
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/proto/google/cloud/functions/v2/
Dfunctions.proto115 rpc UpdateFunction(UpdateFunctionRequest) rpc
147 // URL should be provided in CreateFunction or UpdateFunction request
635 // On CreateFunction and UpdateFunction, when set to true, the revision being
895 // Request for the `UpdateFunction` method.
959 // during CreateFunction and UpdateFunction.
/external/googleapis/google/cloud/functions/v2/
Dfunctions.proto115 rpc UpdateFunction(UpdateFunctionRequest) rpc
147 // URL should be provided in CreateFunction or UpdateFunction request
634 // On CreateFunction and UpdateFunction, when set to true, the revision being
894 // Request for the `UpdateFunction` method.
958 // during CreateFunction and UpdateFunction.
/external/googleapis/google/cloud/functions/v2beta/
Dfunctions.proto115 rpc UpdateFunction(UpdateFunctionRequest) rpc
147 // URL should be provided in CreateFunction or UpdateFunction request
634 // On CreateFunction and UpdateFunction, when set to true, the revision being
894 // Request for the `UpdateFunction` method.
958 // during CreateFunction and UpdateFunction.
/external/googleapis/google/cloud/functions/v2alpha/
Dfunctions.proto115 rpc UpdateFunction(UpdateFunctionRequest) rpc
147 // URL should be provided in CreateFunction or UpdateFunction request
634 // On CreateFunction and UpdateFunction, when set to true, the revision being
894 // Request for the `UpdateFunction` method.
958 // during CreateFunction and UpdateFunction.
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc785 Status UpdateFunction(const NodeDef* function_node) { in UpdateFunction() function in tensorflow::grappler::SymbolicShapeRefiner
1103 auto s = UpdateFunction(node); in UpdateNode()