/external/angle/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 46 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString() argument 48 const char *cStr = reinterpret_cast<const char *>(functions->getString(name)); in GetString() 56 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa() argument 60 std::string nativeVersionString(GetString(functions, GL_VERSION)); in IsMesa() 74 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber() argument 79 const char *nativeGLRenderer = GetString(functions, GL_RENDERER); in getAdrenoNumber() 89 int GetQualcommVersion(const FunctionsGL *functions) in GetQualcommVersion() argument 94 const std::string nativeVersionString(GetString(functions, GL_VERSION)); in GetQualcommVersion() 105 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber() argument 110 const char *nativeGLRenderer = GetString(functions, GL_RENDERER); in getMaliTNumber() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkExtensionFunctions.inl | 27 …st std::vector<std::string> vDEP, const std::string extName, ::std::vector<const char*>& functions) argument 33 functions.push_back("vkDestroySurfaceKHR"); 34 functions.push_back("vkGetPhysicalDeviceSurfaceSupportKHR"); 35 functions.push_back("vkGetPhysicalDeviceSurfaceCapabilitiesKHR"); 36 functions.push_back("vkGetPhysicalDeviceSurfaceFormatsKHR"); 37 functions.push_back("vkGetPhysicalDeviceSurfacePresentModesKHR"); 44 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"… 50 functions.push_back("vkGetPhysicalDeviceDisplayPropertiesKHR"); 51 functions.push_back("vkGetPhysicalDeviceDisplayPlanePropertiesKHR"); 52 functions.push_back("vkGetDisplayPlaneSupportedDisplaysKHR"); [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkExtensionFunctions.inl | 27 …st std::vector<std::string> vDEP, const std::string extName, ::std::vector<const char*>& functions) argument 33 functions.push_back("vkDestroySurfaceKHR"); 34 functions.push_back("vkGetPhysicalDeviceSurfaceSupportKHR"); 35 functions.push_back("vkGetPhysicalDeviceSurfaceCapabilitiesKHR"); 36 functions.push_back("vkGetPhysicalDeviceSurfaceFormatsKHR"); 37 functions.push_back("vkGetPhysicalDeviceSurfacePresentModesKHR"); 44 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"… 50 functions.push_back("vkGetPhysicalDeviceDisplayPropertiesKHR"); 51 functions.push_back("vkGetPhysicalDeviceDisplayPlanePropertiesKHR"); 52 functions.push_back("vkGetDisplayPlaneSupportedDisplaysKHR"); [all …]
|
/external/google-cloud-java/java-functions/ |
D | synth.metadata | 6 "remote": "https://github.com/googleapis/java-functions.git", 30 "apiName": "functions", 105 …"google-cloud-functions/src/main/java/com/google/cloud/functions/v1/CloudFunctionsServiceClient.ja… 106 …"google-cloud-functions/src/main/java/com/google/cloud/functions/v1/CloudFunctionsServiceSettings.… 107 "google-cloud-functions/src/main/java/com/google/cloud/functions/v1/gapic_metadata.json", 108 "google-cloud-functions/src/main/java/com/google/cloud/functions/v1/package-info.java", 109 …"google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/CloudFunctionsServiceStub… 110 …"google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/CloudFunctionsServiceStub… 111 …"google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/GrpcCloudFunctionsService… 112 …"google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/GrpcCloudFunctionsService… [all …]
|
D | CHANGELOG.md | 3 …/googleapis/google-cloud-java/compare/google-cloud-functions-v2.6.1-SNAPSHOT...google-cloud-functi… 23 …b.com/googleapis/google-cloud-java/compare/google-cloud-functions-v2.5.4...google-cloud-functions-… 43 ## [2.5.4](https://github.com/googleapis/java-functions/compare/v2.5.3...v2.5.4) (2022-10-05) 48 * update protobuf to v3.21.7 ([594ed65](https://github.com/googleapis/java-functions/commit/594ed65… 50 ## [2.5.3](https://github.com/googleapis/java-functions/compare/v2.5.2...v2.5.3) (2022-10-03) 55 …](https://github.com/googleapis/java-functions/issues/472)) ([85050a6](https://github.com/googleap… 56 …](https://github.com/googleapis/java-functions/issues/479)) ([a6a30b6](https://github.com/googleap… 57 …](https://github.com/googleapis/java-functions/issues/480)) ([962780a](https://github.com/googleap… 58 …](https://github.com/googleapis/java-functions/issues/497)) ([3047de4](https://github.com/googleap… 59 …](https://github.com/googleapis/java-functions/issues/477)) ([e938a63](https://github.com/googleap… [all …]
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | malloc_zone_functions_apple.cc | 21 MallocZoneFunctions* functions) { in StoreZoneFunctions() argument 22 memset(functions, 0, sizeof(MallocZoneFunctions)); in StoreZoneFunctions() 23 functions->malloc = zone->malloc; in StoreZoneFunctions() 24 functions->calloc = zone->calloc; in StoreZoneFunctions() 25 functions->valloc = zone->valloc; in StoreZoneFunctions() 26 functions->free = zone->free; in StoreZoneFunctions() 27 functions->realloc = zone->realloc; in StoreZoneFunctions() 28 functions->size = zone->size; in StoreZoneFunctions() 29 functions->good_size = zone->introspect->good_size; in StoreZoneFunctions() 30 PA_BASE_CHECK(functions->malloc && functions->calloc && functions->valloc && in StoreZoneFunctions() [all …]
|
D | allocator_shim_default_dispatch_to_apple_zoned_malloc.cc | 15 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MallocImpl() local 16 return functions.malloc(reinterpret_cast<struct _malloc_zone_t*>(context), in MallocImpl() 21 MallocZoneFunctions& functions = GetFunctionsForZone(context); in CallocImpl() local 22 return functions.calloc(reinterpret_cast<struct _malloc_zone_t*>(context), n, in CallocImpl() 27 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MemalignImpl() local 28 return functions.memalign(reinterpret_cast<struct _malloc_zone_t*>(context), in MemalignImpl() 33 MallocZoneFunctions& functions = GetFunctionsForZone(context); in ReallocImpl() local 34 return functions.realloc(reinterpret_cast<struct _malloc_zone_t*>(context), in ReallocImpl() 39 MallocZoneFunctions& functions = GetFunctionsForZone(context); in FreeImpl() local 40 functions.free(reinterpret_cast<struct _malloc_zone_t*>(context), ptr); in FreeImpl() [all …]
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | malloc_zone_functions_apple.cc | 21 MallocZoneFunctions* functions) { in StoreZoneFunctions() argument 22 memset(functions, 0, sizeof(MallocZoneFunctions)); in StoreZoneFunctions() 23 functions->malloc = zone->malloc; in StoreZoneFunctions() 24 functions->calloc = zone->calloc; in StoreZoneFunctions() 25 functions->valloc = zone->valloc; in StoreZoneFunctions() 26 functions->free = zone->free; in StoreZoneFunctions() 27 functions->realloc = zone->realloc; in StoreZoneFunctions() 28 functions->size = zone->size; in StoreZoneFunctions() 29 functions->good_size = zone->introspect->good_size; in StoreZoneFunctions() 30 PA_BASE_CHECK(functions->malloc && functions->calloc && functions->valloc && in StoreZoneFunctions() [all …]
|
D | allocator_shim_default_dispatch_to_apple_zoned_malloc.cc | 15 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MallocImpl() local 16 return functions.malloc(reinterpret_cast<struct _malloc_zone_t*>(context), in MallocImpl() 21 MallocZoneFunctions& functions = GetFunctionsForZone(context); in CallocImpl() local 22 return functions.calloc(reinterpret_cast<struct _malloc_zone_t*>(context), n, in CallocImpl() 27 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MemalignImpl() local 28 return functions.memalign(reinterpret_cast<struct _malloc_zone_t*>(context), in MemalignImpl() 33 MallocZoneFunctions& functions = GetFunctionsForZone(context); in ReallocImpl() local 34 return functions.realloc(reinterpret_cast<struct _malloc_zone_t*>(context), in ReallocImpl() 39 MallocZoneFunctions& functions = GetFunctionsForZone(context); in FreeImpl() local 40 functions.free(reinterpret_cast<struct _malloc_zone_t*>(context), ptr); in FreeImpl() [all …]
|
/external/mesa3d/src/mapi/new/ |
D | gen_gldispatch_mapi.py | 48 functions = [f for f in allFunctions if(f.name in names)] 51 assert(len(functions) == len(allFunctions)) 52 assert(all(functions[i] == allFunctions[i] for i in range(len(functions)))) 53 assert(all(functions[i].slot == i for i in range(len(functions)))) 63 print(generate_defines(functions)) 65 print(generate_table(functions, allFunctions)) 66 print(generate_noop_array(functions)) 67 print(generate_public_stubs(functions)) 68 print(generate_public_entries(functions)) 70 print(generate_public_entries_table(functions)) [all …]
|
/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v2beta/src/main/java/com/google/cloud/functions/v2beta/ |
D | FunctionServiceGrpc.java | 16 package com.google.cloud.functions.v2beta; 43 com.google.cloud.functions.v2beta.GetFunctionRequest, 44 com.google.cloud.functions.v2beta.Function> 49 requestType = com.google.cloud.functions.v2beta.GetFunctionRequest.class, 50 responseType = com.google.cloud.functions.v2beta.Function.class, 53 com.google.cloud.functions.v2beta.GetFunctionRequest, 54 com.google.cloud.functions.v2beta.Function> 57 com.google.cloud.functions.v2beta.GetFunctionRequest, in getGetFunctionMethod() 58 com.google.cloud.functions.v2beta.Function> in getGetFunctionMethod() 66 .<com.google.cloud.functions.v2beta.GetFunctionRequest, in getGetFunctionMethod() [all …]
|
/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v2alpha/src/main/java/com/google/cloud/functions/v2alpha/ |
D | FunctionServiceGrpc.java | 16 package com.google.cloud.functions.v2alpha; 43 com.google.cloud.functions.v2alpha.GetFunctionRequest, 44 com.google.cloud.functions.v2alpha.Function> 49 requestType = com.google.cloud.functions.v2alpha.GetFunctionRequest.class, 50 responseType = com.google.cloud.functions.v2alpha.Function.class, 53 com.google.cloud.functions.v2alpha.GetFunctionRequest, 54 com.google.cloud.functions.v2alpha.Function> 57 com.google.cloud.functions.v2alpha.GetFunctionRequest, in getGetFunctionMethod() 58 com.google.cloud.functions.v2alpha.Function> in getGetFunctionMethod() 66 .<com.google.cloud.functions.v2alpha.GetFunctionRequest, in getGetFunctionMethod() [all …]
|
/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v2/src/main/java/com/google/cloud/functions/v2/ |
D | FunctionServiceGrpc.java | 16 package com.google.cloud.functions.v2; 43 com.google.cloud.functions.v2.GetFunctionRequest, com.google.cloud.functions.v2.Function> 48 requestType = com.google.cloud.functions.v2.GetFunctionRequest.class, 49 responseType = com.google.cloud.functions.v2.Function.class, 52 com.google.cloud.functions.v2.GetFunctionRequest, com.google.cloud.functions.v2.Function> 55 com.google.cloud.functions.v2.GetFunctionRequest, in getGetFunctionMethod() 56 com.google.cloud.functions.v2.Function> in getGetFunctionMethod() 64 .<com.google.cloud.functions.v2.GetFunctionRequest, in getGetFunctionMethod() 65 com.google.cloud.functions.v2.Function> in getGetFunctionMethod() 72 com.google.cloud.functions.v2.GetFunctionRequest in getGetFunctionMethod() [all …]
|
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/java/com/google/cloud/functions/v2/ |
D | Source.java | 19 package com.google.cloud.functions.v2; 54 return com.google.cloud.functions.v2.FunctionsProto in getDescriptor() 61 return com.google.cloud.functions.v2.FunctionsProto in internalGetFieldAccessorTable() 64 com.google.cloud.functions.v2.Source.class, in internalGetFieldAccessorTable() 65 com.google.cloud.functions.v2.Source.Builder.class); in internalGetFieldAccessorTable() 143 public com.google.cloud.functions.v2.StorageSource getStorageSource() { in getStorageSource() 145 return (com.google.cloud.functions.v2.StorageSource) source_; in getStorageSource() 147 return com.google.cloud.functions.v2.StorageSource.getDefaultInstance(); in getStorageSource() 159 public com.google.cloud.functions.v2.StorageSourceOrBuilder getStorageSourceOrBuilder() { in getStorageSourceOrBuilder() 161 return (com.google.cloud.functions.v2.StorageSource) source_; in getStorageSourceOrBuilder() [all …]
|
D | SourceProvenance.java | 19 package com.google.cloud.functions.v2; 55 return com.google.cloud.functions.v2.FunctionsProto in getDescriptor() 62 return com.google.cloud.functions.v2.FunctionsProto in internalGetFieldAccessorTable() 65 com.google.cloud.functions.v2.SourceProvenance.class, in internalGetFieldAccessorTable() 66 com.google.cloud.functions.v2.SourceProvenance.Builder.class); in internalGetFieldAccessorTable() 70 private com.google.cloud.functions.v2.StorageSource resolvedStorageSource_; 100 public com.google.cloud.functions.v2.StorageSource getResolvedStorageSource() { in getResolvedStorageSource() 102 ? com.google.cloud.functions.v2.StorageSource.getDefaultInstance() in getResolvedStorageSource() 116 public com.google.cloud.functions.v2.StorageSourceOrBuilder getResolvedStorageSourceOrBuilder() { in getResolvedStorageSourceOrBuilder() 118 ? com.google.cloud.functions.v2.StorageSource.getDefaultInstance() in getResolvedStorageSourceOrBuilder() [all …]
|
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/java/com/google/cloud/functions/v2beta/ |
D | Source.java | 19 package com.google.cloud.functions.v2beta; 54 return com.google.cloud.functions.v2beta.FunctionsProto in getDescriptor() 61 return com.google.cloud.functions.v2beta.FunctionsProto in internalGetFieldAccessorTable() 64 com.google.cloud.functions.v2beta.Source.class, in internalGetFieldAccessorTable() 65 com.google.cloud.functions.v2beta.Source.Builder.class); in internalGetFieldAccessorTable() 143 public com.google.cloud.functions.v2beta.StorageSource getStorageSource() { in getStorageSource() 145 return (com.google.cloud.functions.v2beta.StorageSource) source_; in getStorageSource() 147 return com.google.cloud.functions.v2beta.StorageSource.getDefaultInstance(); in getStorageSource() 159 public com.google.cloud.functions.v2beta.StorageSourceOrBuilder getStorageSourceOrBuilder() { in getStorageSourceOrBuilder() 161 return (com.google.cloud.functions.v2beta.StorageSource) source_; in getStorageSourceOrBuilder() [all …]
|
D | SourceProvenance.java | 19 package com.google.cloud.functions.v2beta; 55 return com.google.cloud.functions.v2beta.FunctionsProto in getDescriptor() 62 return com.google.cloud.functions.v2beta.FunctionsProto in internalGetFieldAccessorTable() 65 com.google.cloud.functions.v2beta.SourceProvenance.class, in internalGetFieldAccessorTable() 66 com.google.cloud.functions.v2beta.SourceProvenance.Builder.class); in internalGetFieldAccessorTable() 70 private com.google.cloud.functions.v2beta.StorageSource resolvedStorageSource_; 100 public com.google.cloud.functions.v2beta.StorageSource getResolvedStorageSource() { in getResolvedStorageSource() 102 ? com.google.cloud.functions.v2beta.StorageSource.getDefaultInstance() in getResolvedStorageSource() 116 public com.google.cloud.functions.v2beta.StorageSourceOrBuilder 119 ? com.google.cloud.functions.v2beta.StorageSource.getDefaultInstance() in getResolvedStorageSourceOrBuilder() [all …]
|
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/java/com/google/cloud/functions/v2alpha/ |
D | Source.java | 19 package com.google.cloud.functions.v2alpha; 54 return com.google.cloud.functions.v2alpha.FunctionsProto in getDescriptor() 61 return com.google.cloud.functions.v2alpha.FunctionsProto in internalGetFieldAccessorTable() 64 com.google.cloud.functions.v2alpha.Source.class, in internalGetFieldAccessorTable() 65 com.google.cloud.functions.v2alpha.Source.Builder.class); in internalGetFieldAccessorTable() 143 public com.google.cloud.functions.v2alpha.StorageSource getStorageSource() { in getStorageSource() 145 return (com.google.cloud.functions.v2alpha.StorageSource) source_; in getStorageSource() 147 return com.google.cloud.functions.v2alpha.StorageSource.getDefaultInstance(); in getStorageSource() 159 public com.google.cloud.functions.v2alpha.StorageSourceOrBuilder getStorageSourceOrBuilder() { in getStorageSourceOrBuilder() 161 return (com.google.cloud.functions.v2alpha.StorageSource) source_; in getStorageSourceOrBuilder() [all …]
|
D | SourceProvenance.java | 19 package com.google.cloud.functions.v2alpha; 55 return com.google.cloud.functions.v2alpha.FunctionsProto in getDescriptor() 62 return com.google.cloud.functions.v2alpha.FunctionsProto in internalGetFieldAccessorTable() 65 com.google.cloud.functions.v2alpha.SourceProvenance.class, in internalGetFieldAccessorTable() 66 com.google.cloud.functions.v2alpha.SourceProvenance.Builder.class); in internalGetFieldAccessorTable() 70 private com.google.cloud.functions.v2alpha.StorageSource resolvedStorageSource_; 100 public com.google.cloud.functions.v2alpha.StorageSource getResolvedStorageSource() { in getResolvedStorageSource() 102 ? com.google.cloud.functions.v2alpha.StorageSource.getDefaultInstance() in getResolvedStorageSource() 116 public com.google.cloud.functions.v2alpha.StorageSourceOrBuilder 119 ? com.google.cloud.functions.v2alpha.StorageSource.getDefaultInstance() in getResolvedStorageSourceOrBuilder() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/ |
D | CoreOperators.java | 17 package com.google.clearsilver.jsilver.functions.bundles; 19 import com.google.clearsilver.jsilver.functions.FunctionRegistry; 20 import com.google.clearsilver.jsilver.functions.operators.AddFunction; 21 import com.google.clearsilver.jsilver.functions.operators.AndFunction; 22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction; 23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction; 24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction; 25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction; 26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction; 27 import com.google.clearsilver.jsilver.functions.operators.LessFunction; [all …]
|
/external/pdfium/testing/tools/ |
D | api_check.py | 42 functions = [] 47 functions.append(_FindFunction(split_line[0], filename)) 61 functions.append(_FindFunction(split_line[callconv_index + 1], filename)) 62 return functions 67 functions = [] 70 functions.extend(_GetExportsFromHeader(public_path, filename)) 71 return functions 74 def _CheckSorted(functions): argument 76 for i in range(len(functions) - 1): 77 if functions[i] > functions[i + 1]: [all …]
|
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/ |
D | FailurePolicy.java | 19 package com.google.cloud.functions.v1; 55 return com.google.cloud.functions.v1.FunctionsProto in getDescriptor() 62 return com.google.cloud.functions.v1.FunctionsProto in internalGetFieldAccessorTable() 65 com.google.cloud.functions.v1.FailurePolicy.class, in internalGetFieldAccessorTable() 66 com.google.cloud.functions.v1.FailurePolicy.Builder.class); in internalGetFieldAccessorTable() 110 return com.google.cloud.functions.v1.FunctionsProto in getDescriptor() 117 return com.google.cloud.functions.v1.FunctionsProto in internalGetFieldAccessorTable() 120 com.google.cloud.functions.v1.FailurePolicy.Retry.class, in internalGetFieldAccessorTable() 121 com.google.cloud.functions.v1.FailurePolicy.Retry.Builder.class); in internalGetFieldAccessorTable() 157 if (!(obj instanceof com.google.cloud.functions.v1.FailurePolicy.Retry)) { in equals() [all …]
|
/external/pytorch/.circleci/windows-jni/include/ |
D | jni.h | 493 const struct JNINativeInterface* functions; member 497 { return functions->GetVersion(this); } in GetVersion() 501 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass() 504 { return functions->FindClass(this, name); } in FindClass() 507 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod() 510 { return functions->FromReflectedField(this, field); } in FromReflectedField() 513 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); } in ToReflectedMethod() 516 { return functions->GetSuperclass(this, clazz); } in GetSuperclass() 519 { return functions->IsAssignableFrom(this, clazz1, clazz2); } in IsAssignableFrom() 522 { return functions->ToReflectedField(this, cls, fieldID, isStatic); } in ToReflectedField() [all …]
|
/external/pytorch/.ci/docker/java/ |
D | jni.h | 492 const struct JNINativeInterface* functions; member 497 { return functions->GetVersion(this); } in GetVersion() 501 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass() 504 { return functions->FindClass(this, name); } in FindClass() 507 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod() 510 { return functions->FromReflectedField(this, field); } in FromReflectedField() 513 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); } in ToReflectedMethod() 516 { return functions->GetSuperclass(this, clazz); } in GetSuperclass() 519 { return functions->IsAssignableFrom(this, clazz1, clazz2); } in IsAssignableFrom() 522 { return functions->ToReflectedField(this, cls, fieldID, isStatic); } in ToReflectedField() [all …]
|
/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/ |
D | CloudFunctionsServiceGrpc.java | 16 package com.google.cloud.functions.v1; 39 com.google.cloud.functions.v1.ListFunctionsRequest, 40 com.google.cloud.functions.v1.ListFunctionsResponse> 45 requestType = com.google.cloud.functions.v1.ListFunctionsRequest.class, 46 responseType = com.google.cloud.functions.v1.ListFunctionsResponse.class, 49 com.google.cloud.functions.v1.ListFunctionsRequest, 50 com.google.cloud.functions.v1.ListFunctionsResponse> 53 com.google.cloud.functions.v1.ListFunctionsRequest, in getListFunctionsMethod() 54 com.google.cloud.functions.v1.ListFunctionsResponse> in getListFunctionsMethod() 62 .<com.google.cloud.functions.v1.ListFunctionsRequest, in getListFunctionsMethod() [all …]
|