Home
last modified time | relevance | path

Searched defs:GetTarget (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/src/core/load_balancing/
Ddelegating_helper.h61 absl::string_view GetTarget() override { in GetTarget() function
/external/skia/tools/
DToolUtils.h225 static uint32_t GetTarget(TopoTestNode* node, int i) { return node->fTargets[i]; } in GetTarget() function
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp196 static const Target *GetTarget(const char *ProgName) { in GetTarget() function
/external/openthread/src/core/thread/
Daddress_resolver.hpp251 const Ip6::Address &GetTarget(void) const { return mTarget; } in GetTarget() function in ot::AddressResolver::CacheEntry
/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/
Dpython_census_context.h281 inline absl::string_view GetTarget(const char* target) { in GetTarget() function
/external/googleapis/google/devtools/resultstore/v2/
Dresultstore_download.proto157 rpc GetTarget(GetTargetRequest) returns (Target) { rpc
/external/google-cloud-java/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/
Dgapic_metadata.json64 "GetTarget": { object
/external/grpc-grpc/test/core/client_channel/lb_policy/
Dlb_policy_test_lib.h591 absl::string_view GetTarget() override { return test_->target_; } in GetTarget() function
/external/skia/bazel/exporter/build_proto/analysis_v2/
Danalysis_v2.pb.go881 func (x *ConfiguredTarget) GetTarget() *build.Target { func
/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/proto/google/cloud/deploy/v1/
Dcloud_deploy.proto135 rpc GetTarget(GetTargetRequest) returns (Target) { rpc
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dtrv2_dynamic.pb.go359 func (x *ProvisionTask) GetTarget() string { func
Dctp2.pb.go972 func (m *HWTarget) GetTarget() isHWTarget_Target { func
/external/grpc-grpc/src/core/client_channel/
Dclient_channel_filter.cc1152 absl::string_view GetTarget() override { return chand_->target_uri_; } in GetTarget() function in grpc_core::ClientChannelFilter::ClientChannelControlHelper
/external/googleapis/google/cloud/deploy/v1/
Dcloud_deploy.proto152 rpc GetTarget(GetTargetRequest) returns (Target) { rpc
/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/
Dremote_execution.pb.go1380 func (x *SymlinkNode) GetTarget() string { func
2280 func (x *OutputSymlink) GetTarget() string { func
/external/skia/bazel/exporter/build_proto/build/
Dbuild.pb.go1845 func (x *QueryResult) GetTarget() []*Target { func
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go2227 func (x *FieldOptions) GetTarget() FieldOptions_OptionTargetType { func
/external/llvm/tools/llvm-objdump/
DMachODump.cpp148 static const Target *GetTarget(const MachOObjectFile *MachOObj, in GetTarget() function