OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:toproto
(Results
51 - 75
of
105
) sorted by null
1
2
3
4
5
/frameworks/base/cmds/statsd/src/logd/
LogEvent.h
122
void
ToProto
(android::util::ProtoOutputStream& out) const;
LogEvent.cpp
392
void LogEvent::
ToProto
(ProtoOutputStream& protoOutput) const {
/frameworks/base/cmds/statsd/src/metrics/
EventMetricProducer.cpp
159
event.
ToProto
(*mProto);
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
SensorLoggerSession.java
102
public Session
toProto
() {
/external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java
78
public FileDescriptorProto
toProto
() {
514
.setPackage(packageName).addMessageType(message.
toProto
()).build();
598
public DescriptorProto
toProto
() {
[
all
...]
DynamicMessage.java
80
int oneofDeclCount = type.
toProto
().getOneofDeclCount();
340
this.oneofCases = new FieldDescriptor[type.
toProto
().getOneofDeclCount()];
/external/clang/lib/AST/
ASTImporter.cpp
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding.cc
319
OpSharding HloSharding::
ToProto
() const {
324
*result.add_tuple_shardings() = element.
ToProto
();
hlo_ordering.h
76
HloOrderingProto
ToProto
() const;
logical_buffer.h
148
LogicalBufferProto
ToProto
(const SizeFunction& size_fn) const;
service.cc
78
*module->add_arguments() = literal->
ToProto
();
92
*module->mutable_result() = literal->
ToProto
();
[
all
...]
hlo_module.h
166
HloModuleProto
ToProto
() const;
hlo_sharding.h
97
OpSharding
ToProto
() const;
buffer_assignment.h
176
BufferAllocationProto
ToProto
() const;
358
BufferAssignmentProto
ToProto
() const;
hlo_computation.cc
394
HloComputationProto HloComputation::
ToProto
() const {
398
HloInstructionProto instruction_proto = instruction->
ToProto
();
/external/perfetto/src/tracing/ipc/service/
producer_ipc_service.cc
208
cfg.
ToProto
(cmd->mutable_start_data_source()->mutable_config());
/external/tensorflow/tensorflow/core/distributed_runtime/
cluster_function_library_runtime.cc
142
*gdef.mutable_library() = lib_def.
ToProto
();
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_worker.cc
100
IssueRequest(&request->
ToProto
(), get_proto_from_wrapper(response),
/external/tensorflow/tensorflow/core/framework/
variant_test.cc
200
serialized.
ToProto
(&data);
function.h
305
// from 'LookUp' and included in the proto returned by '
ToProto
'.
312
// and included in the proto returned by '
ToProto
'.
364
FunctionDefLibrary
ToProto
() const;
variant.h
141
// serialized_data_f.
ToProto
(&serialized_proto_f);
variant_op_registry_test.cc
163
data.
ToProto
(&proto);
/packages/services/Telecomm/src/com/android/server/telecom/
Analytics.java
375
TelecomLogClass.CallLog analyticsProto =
toProto
();
416
public TelecomLogClass.CallLog
toProto
() {
579
.map(CallInfoImpl::
toProto
)
/external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h
191
const ExecProfile&
ToProto
() {
382
const ProfileNode&
ToProto
(
399
exec_pb.MergeFrom(exec.second.
ToProto
());
/external/perfetto/src/tracing/test/
tracing_integration_test.cc
254
trace_config.
ToProto
(&config_proto);
Completed in 1682 milliseconds
1
2
3
4
5