Home
last modified time | relevance | path

Searched refs:client_streaming_ (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.cc747 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, client_streaming_),
5837 ::memcpy(&client_streaming_, &from.client_streaming_, in MethodDescriptorProto()
5839 reinterpret_cast<char*>(&client_streaming_)) + sizeof(server_streaming_)); in MethodDescriptorProto()
5904 ::memset(&client_streaming_, 0, static_cast<size_t>( in Clear()
5906 reinterpret_cast<char*>(&client_streaming_)) + sizeof(server_streaming_)); in Clear()
5964 client_streaming_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); in _InternalParse()
6159 client_streaming_ = from.client_streaming_; in MergeFrom()
Ddescriptor.h1394 bool client_streaming_; variable
Ddescriptor.pb.h3377 bool client_streaming_; variable
9950 client_streaming_ = false; in clear_client_streaming()
9954 return client_streaming_; in _internal_client_streaming()
9962 client_streaming_ = value; in _internal_set_client_streaming()
Ddescriptor.cc2263 if (client_streaming_) { in CopyTo()
5406 result->client_streaming_ = proto.client_streaming(); in BuildMethod()