OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable_location
(Results
1 - 8
of
8
) sorted by null
/external/grpc-grpc/examples/cpp/route_guide/
helper.cc
84
feature->
mutable_location
()->set_latitude(temp);
89
feature->
mutable_location
()->set_longitude(temp);
route_guide_client.cc
58
f.
mutable_location
()->CopyFrom(MakePoint(latitude, longitude));
66
n.
mutable_location
()->CopyFrom(MakePoint(latitude, longitude));
route_guide_server.cc
94
feature->
mutable_location
()->CopyFrom(*point);
/external/perf_data_converter/src/
builder.cc
234
for (auto &loc : *profile_->
mutable_location
()) {
/external/tensorflow/tensorflow/core/profiler/internal/
tfprof_code.cc
371
profile_pb->
mutable_location
()->Add()->MergeFrom(location_it.second);
/external/protobuf/src/google/protobuf/
descriptor.pb.h
7436
inline ::google::protobuf::SourceCodeInfo_Location* SourceCodeInfo::
mutable_location
(int index) {
function in class:google::protobuf::SourceCodeInfo
7445
SourceCodeInfo::
mutable_location
() {
function in class:google::protobuf::SourceCodeInfo
[
all
...]
descriptor.pb.cc
14311
::google::protobuf::SourceCodeInfo_Location* SourceCodeInfo::
mutable_location
(int index) {
function in class:google::protobuf::SourceCodeInfo
14320
SourceCodeInfo::
mutable_location
() {
function in class:google::protobuf::SourceCodeInfo
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc
720
proto_alias->
mutable_location
()->Swap(&proto_alias_location);
[
all
...]
Completed in 1124 milliseconds