Home
last modified time | relevance | path

Searched refs:mutable_options (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc740 return ParseOption(file->mutable_options(), location, file, in ParseTopLevelStatement()
880 return ParseOption(message->mutable_options(), location, containing_file, in ParseMessageStatement()
1105 entry->mutable_options()->set_map_entry(true); in GenerateMapEntry()
1151 key_field->mutable_options()->add_uninterpreted_option()->CopyFrom( in GenerateMapEntry()
1155 value_field->mutable_options()->add_uninterpreted_option()->CopyFrom( in GenerateMapEntry()
1182 DO(ParseOption(field->mutable_options(), location, containing_file, in ParseFieldOptions()
1617 message->mutable_extension_range(old_range_size)->mutable_options(); in ParseExtensions()
1637 message->mutable_extension_range(i)->mutable_options()->CopyFrom( in ParseExtensions()
1893 if (!ParseOption(oneof_decl->mutable_options(), option_location, in ParseOneof()
1986 return ParseOption(enum_type->mutable_options(), location, containing_file, in ParseEnumStatement()
[all …]
Dparser.h438 Message* mutable_options);
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc121 ConvertMessageOptions(descriptor->options(), type->mutable_options()); in ConvertDescriptor()
279 ConvertFieldOptions(descriptor->options(), field->mutable_options()); in ConvertFieldDescriptor()
295 value->mutable_options()); in ConvertEnumDescriptor()
298 ConvertEnumOptions(descriptor->options(), enum_type->mutable_options()); in ConvertEnumDescriptor()
/external/protobuf/src/google/protobuf/
Dtype.pb.h353 PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
355 mutable_options();
661 PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
663 mutable_options();
950 PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
952 mutable_options();
1152 PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
1154 mutable_options();
1567 inline PROTOBUF_NAMESPACE_ID::Option* Type::mutable_options(int index) { in mutable_options() function
1572 Type::mutable_options() { in mutable_options() function
[all …]
Dapi.pb.h214 PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
216 mutable_options();
409 PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
411 mutable_options();
726 inline PROTOBUF_NAMESPACE_ID::Option* Api::mutable_options(int index) { in mutable_options() function
731 Api::mutable_options() { in mutable_options() function
1078 inline PROTOBUF_NAMESPACE_ID::Option* Method::mutable_options(int index) { in mutable_options() function
1083 Method::mutable_options() { in mutable_options() function
Ddescriptor.pb.cc1948 ptr = ctx->ParseMessage(mutable_options(), ptr); in _InternalParse()
2121 input, mutable_options())); in MergePartialFromCodedStream()
2600 mutable_options()->PROTOBUF_NAMESPACE_ID::FileOptions::MergeFrom(from.options()); in MergeFrom()
2806 ptr = ctx->ParseMessage(mutable_options(), ptr); in _InternalParse()
2871 input, mutable_options())); in MergePartialFromCodedStream()
3028 mutable_options()->PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions::MergeFrom(from.options()); in MergeFrom()
3633 ptr = ctx->ParseMessage(mutable_options(), ptr); in _InternalParse()
3778 input, mutable_options())); in MergePartialFromCodedStream()
4202 mutable_options()->PROTOBUF_NAMESPACE_ID::MessageOptions::MergeFrom(from.options()); in MergeFrom()
4838 ptr = ctx->ParseMessage(mutable_options(), ptr); in _InternalParse()
[all …]
Ddescriptor.pb.h805 PROTOBUF_NAMESPACE_ID::FileOptions* mutable_options();
997 PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions* mutable_options();
1477 PROTOBUF_NAMESPACE_ID::MessageOptions* mutable_options();
2033 PROTOBUF_NAMESPACE_ID::FieldOptions* mutable_options();
2256 PROTOBUF_NAMESPACE_ID::OneofOptions* mutable_options();
2662 PROTOBUF_NAMESPACE_ID::EnumOptions* mutable_options();
2857 PROTOBUF_NAMESPACE_ID::EnumValueOptions* mutable_options();
3067 PROTOBUF_NAMESPACE_ID::ServiceOptions* mutable_options();
3305 PROTOBUF_NAMESPACE_ID::MethodOptions* mutable_options();
7004 inline PROTOBUF_NAMESPACE_ID::FileOptions* FileDescriptorProto::mutable_options() { in mutable_options() function
[all …]
Ddescriptor.cc1810 *proto->mutable_options() = *options_; in CopyTo()
2042 proto->mutable_options()->CopyFrom(options()); in CopyTo()
2098 proto->mutable_options()->CopyFrom(options()); in CopyTo()
2168 proto->mutable_options()->CopyFrom(options()); in CopyTo()
2179 proto->mutable_options()->CopyFrom(options()); in CopyTo()
2199 proto->mutable_options()->CopyFrom(options()); in CopyTo()
2208 proto->mutable_options()->CopyFrom(options()); in CopyTo()
2220 proto->mutable_options()->CopyFrom(options()); in CopyTo()
2238 proto->mutable_options()->CopyFrom(options()); in CopyTo()
Ddescriptor_unittest.cc702 entry->mutable_options()->set_map_entry(true); in SetUp()
2628 FieldOptions* options = bar_proto->mutable_options(); in TEST_F()
3528 test_message_type->mutable_options())); in TEST()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc211 *req->mutable_options() = run_options; in RunHelper()
214 req->mutable_options()->set_timeout_in_ms( in RunHelper()
429 *req.mutable_options() = callable_options; in MakeCallable()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc96 RunOptions* InMemoryRunStepRequest::mutable_options() { return &options_; } in mutable_options() function in tensorflow::InMemoryRunStepRequest
131 *proto_version_->mutable_options() = options(); in ToProto()
206 RunOptions* MutableProtoRunStepRequest::mutable_options() { in mutable_options() function in tensorflow::MutableProtoRunStepRequest
207 return request_.mutable_options(); in mutable_options()
Dmessage_wrappers.h112 virtual RunOptions* mutable_options() = 0;
143 RunOptions* mutable_options() override;
194 RunOptions* mutable_options() override;
Dmessage_wrappers_test.cc49 request->mutable_options()->set_timeout_in_ms(37); in BuildRunStepRequest()
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc137 *req->mutable_options() = run_options; in RecordRun()
315 *req->mutable_options() = callable_options; in RecordMakeCallable()