Home
last modified time | relevance | path

Searched refs:PackFrom (Results 1 – 24 of 24) sorted by relevance

/external/protobuf/src/google/protobuf/
Dany_test.cc45 message.mutable_any_value()->PackFrom(submessage); in TEST()
60 any.PackFrom(payload); in TEST()
72 any.PackFrom(submessage); in TEST()
74 message.mutable_any_value()->PackFrom(any); in TEST()
92 any.PackFrom(submessage, "type.myservice.com"); in TEST()
95 any.PackFrom(submessage, "type.myservice.com/"); in TEST()
98 any.PackFrom(submessage, ""); in TEST()
111 any.PackFrom(submessage); in TEST()
117 message.mutable_any_value()->PackFrom(any); in TEST()
137 src.PackFrom(payload); in TEST()
[all …]
Dany.h68 void PackFrom(const T& message) { in PackFrom() function
72 void PackFrom(const Message& message);
81 void PackFrom(const T& message, StringPiece type_url_prefix) { in PackFrom() function
85 void PackFrom(const Message& message, const std::string& type_url_prefix);
Dany.cc44 void AnyMetadata::PackFrom(const Message& message) { in PackFrom() function in google::protobuf::internal::AnyMetadata
45 PackFrom(message, kTypeGoogleApisComPrefix); in PackFrom()
48 void AnyMetadata::PackFrom(const Message& message, in PackFrom() function in google::protobuf::internal::AnyMetadata
Dany.pb.cc89 void Any::PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message) { in PackFrom() function in Any
90 _any_metadata_.PackFrom(message); in PackFrom()
93 void Any::PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message, in PackFrom() function in Any
95 _any_metadata_.PackFrom(message, type_url_prefix); in PackFrom()
Dany.pb.h116 void PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message);
117 void PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message,
Dany.proto52 // any.PackFrom(foo);
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc170 value->PackFrom( in ConvertOptionField()
176 value->PackFrom(WrapValue<DoubleValue>( in ConvertOptionField()
182 value->PackFrom(WrapValue<FloatValue>( in ConvertOptionField()
188 value->PackFrom(WrapValue<Int64Value>( in ConvertOptionField()
194 value->PackFrom(WrapValue<UInt64Value>( in ConvertOptionField()
200 value->PackFrom(WrapValue<Int32Value>( in ConvertOptionField()
206 value->PackFrom(WrapValue<UInt32Value>( in ConvertOptionField()
212 value->PackFrom(WrapValue<BoolValue>( in ConvertOptionField()
223 value->PackFrom(WrapValue<StringValue>(val)); in ConvertOptionField()
225 value->PackFrom(WrapValue<BytesValue>(val)); in ConvertOptionField()
[all …]
Dmessage_differencer_unittest.cc3658 m1.mutable_any_value()->PackFrom(value1); in TEST()
3659 m2.mutable_any_value()->PackFrom(value2); in TEST()
3675 m1.add_repeated_any_value()->PackFrom(value1); in TEST()
3676 m1.add_repeated_any_value()->PackFrom(value2); in TEST()
3677 m2.add_repeated_any_value()->PackFrom(value2); in TEST()
3678 m2.add_repeated_any_value()->PackFrom(value1); in TEST()
3693 m1.add_repeated_any_value()->PackFrom(value1); in TEST()
3694 m1.add_repeated_any_value()->PackFrom(value2); in TEST()
3695 m2.add_repeated_any_value()->PackFrom(value2); in TEST()
3696 m2.add_repeated_any_value()->PackFrom(value1); in TEST()
/external/grpc-grpc/test/cpp/util/
Derror_details_test.cc34 expected.add_details()->PackFrom(expected_details); in TEST()
68 expected.add_details()->PackFrom(expected_details); in TEST()
89 expected.add_details()->PackFrom(expected_details); in TEST()
106 expected.add_details()->PackFrom(expected_details); in TEST()
/external/tensorflow/tensorflow/core/platform/
Dlogger.h58 any.PackFrom(proto); in LogProto()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1809 (*mm.mutable_map_any())["foo"].PackFrom(d); in TEST_P()
1930 any.PackFrom(book); in TEST_P()
1933 outer_any.PackFrom(any); in TEST_P()
1936 out.mutable_any()->PackFrom(outer_any); in TEST_P()
1967 any.PackFrom(book); in TEST_P()
1970 outer_any.PackFrom(any); in TEST_P()
1973 out.mutable_any()->PackFrom(outer_any); in TEST_P()
2163 any->PackFrom(value); in TEST_P()
2191 any->PackFrom(value); in TEST_P()
2218 any->PackFrom(value); in TEST_P()
[all …]
Dprotostream_objectsource_test.cc771 any->PackFrom(m); in TEST_P()
790 any->PackFrom(book); in TEST_P()
811 any->PackFrom(book); in TEST_P()
832 any->PackFrom(book); in TEST_P()
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc150 log.mutable_instr()->PackFrom(std::move(instr)); in LogConvAutotuneResults()
197 log.mutable_instr()->PackFrom(std::move(instr)); in LogFusedConvForwardAutotuneResults()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder_test.cc73 ->PackFrom(asset_file_def); in TEST_F()
147 ->PackFrom(asset_file_def1); in TEST_F()
151 ->PackFrom(asset_file_def2); in TEST_F()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc235 result.add_step_details()->PackFrom(details); in ComputeGenericInputPipelineAnalysisResult()
251 result.mutable_step_time_breakdown()->PackFrom(generic_step_time_breakdown); in ComputeGenericInputPipelineAnalysisResult()
612 recommendation.mutable_bottleneck_analysis()->PackFrom(bottleneck_analysis); in ConvertOpStatsToInputPipelineAnalysis()
Dstep_events_to_steps_db.cc62 step_info.mutable_step_breakdown()->PackFrom(generic); in ConvertStepDetailsToStepInfo()
Dop_stats_to_pod_stats_test.cc76 step_info.mutable_step_breakdown()->PackFrom(breakdown); in CreateOpStats()
Dop_stats_to_pod_viewer_test.cc77 step_info.mutable_step_breakdown()->PackFrom(breakdown); in CreateOpStats()
Dop_stats_to_overview_page.cc170 re.mutable_recommendation()->PackFrom(generic); in ComputeGenericRecommendation()
/external/golang-protobuf/ptypes/any/
Dany.proto52 // any.PackFrom(foo);
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed_test.cc125 response->mutable_transport_options()->PackFrom(extra); in RecvBufAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc582 response->mutable_transport_options()->PackFrom(extra); in SetTensorInRecvBufResp()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc588 log.mutable_instr()->PackFrom(instr_log); in PickBestAlgorithmNoCacheCuda()
/external/protobuf/
DCHANGES.txt1318 Then in C++ you can access the Any field using PackFrom()/UnpackTo()
1323 foo.mutable_any_field()->PackFrom(bar);