Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc748 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, client_streaming_),
7691 ::memcpy(&client_streaming_, &from.client_streaming_, in MethodDescriptorProto()
7693 reinterpret_cast<char*>(&client_streaming_)) + sizeof(server_streaming_)); in MethodDescriptorProto()
7757 ::memset(&client_streaming_, 0, static_cast<size_t>( in Clear()
7759 reinterpret_cast<char*>(&client_streaming_)) + sizeof(server_streaming_)); in Clear()
7806 client_streaming_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); in _InternalParse()
7911 input, &client_streaming_))); in MergePartialFromCodedStream()
8173 client_streaming_ = from.client_streaming_; in MergeFrom()
8214 swap(client_streaming_, other->client_streaming_); in InternalSwap()
Ddescriptor.h1303 bool client_streaming_; variable
Ddescriptor.pb.h3337 bool client_streaming_; variable
9402 client_streaming_ = false; in clear_client_streaming()
9407 return client_streaming_; in client_streaming()
9411 client_streaming_ = value; in set_client_streaming()
Ddescriptor.cc2241 if (client_streaming_) { in CopyTo()
5324 result->client_streaming_ = proto.client_streaming(); in BuildMethod()