/external/libchrome/base/containers/ |
D | flat_tree.h | 307 return lhs.impl_.body_ == rhs.impl_.body_; 315 return lhs.impl_.body_ < rhs.impl_.body_; 396 return {impl_.body_.emplace(position, std::forward<V>(val)), true}; 417 impl_.body_.emplace_back(std::forward<V>(val)); 440 impl_.body_.emplace_back(std::forward<V>(val)); 482 body_(std::forward<Body>(underlying_type_args)...) {} 487 underlying_type body_; 555 impl_.body_ = ilist; 566 impl_.body_.reserve(new_capacity); 572 return impl_.body_.capacity(); [all …]
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | sync_stream.h | 777 void SendInitialMetadata() override { body_.SendInitialMetadata(); } in SendInitialMetadata() 780 return body_.NextMessageSize(sz); in NextMessageSize() 783 bool Read(R* msg) override { return body_.Read(msg); } in Read() 792 return body_.Write(msg, options); in Write() 796 internal::ServerReaderWriterBody<W, R> body_; 801 : body_(call, ctx) {} in ServerReaderWriter() 820 void SendInitialMetadata() override { body_.SendInitialMetadata(); } in SendInitialMetadata() 824 return body_.NextMessageSize(sz); in NextMessageSize() 842 return body_.Read(request); in Read() 858 return body_.Write(response, options); in Write() [all …]
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | sync_stream.h | 784 void SendInitialMetadata() override { body_.SendInitialMetadata(); } in SendInitialMetadata() 787 return body_.NextMessageSize(sz); in NextMessageSize() 790 bool Read(R* msg) override { return body_.Read(msg); } in Read() 799 return body_.Write(msg, options); in Write() 803 internal::ServerReaderWriterBody<W, R> body_; 808 : body_(call, ctx) {} in ServerReaderWriter() 827 void SendInitialMetadata() override { body_.SendInitialMetadata(); } in SendInitialMetadata() 831 return body_.NextMessageSize(sz); in NextMessageSize() 849 return body_.Read(request); in Read() 866 return body_.Write(response, options); in Write() [all …]
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | sync_stream.h | 784 void SendInitialMetadata() override { body_.SendInitialMetadata(); } in SendInitialMetadata() 787 return body_.NextMessageSize(sz); in NextMessageSize() 790 bool Read(R* msg) override { return body_.Read(msg); } in Read() 799 return body_.Write(msg, options); in Write() 803 internal::ServerReaderWriterBody<W, R> body_; 808 : body_(call, ctx) {} in ServerReaderWriter() 827 void SendInitialMetadata() override { body_.SendInitialMetadata(); } in SendInitialMetadata() 831 return body_.NextMessageSize(sz); in NextMessageSize() 849 return body_.Read(request); in Read() 866 return body_.Write(response, options); in Write() [all …]
|
/external/llvm-project/lld/wasm/ |
D | InputChunks.h | 204 void setBody(ArrayRef<uint8_t> body_) { body = body_; } in setBody() argument
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Messages.cs | 258 body_ = other.body_; in Payload() 283 private pb::ByteString body_ = pb::ByteString.Empty; field in Grpc.Testing.Payload 289 get { return body_; } 291 body_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 60 std::string body_; member in spvtools::val::__anon78e745a80111::Block 70 : label_(label), body_(), type_(type), successors_() {} in Block() 74 body_ = body; in SetBody() 79 body_ += body; in AppendBody() 87 if (!body_.empty()) { in operator std::string() 88 out << body_; in operator std::string()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_cfg_test.cpp | 60 std::string body_; member in spvtools::val::__anonc9b73c1b0111::Block 70 : label_(label), body_(), type_(type), successors_() {} in Block() 74 body_ = body; in SetBody() 79 body_ += body; in AppendBody() 87 if (!body_.empty()) { in operator std::string() 88 out << body_; in operator std::string()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 60 std::string body_; member in spvtools::val::__anonb264a4ae0111::Block 70 : label_(label), body_(), type_(type), successors_() {} in Block() 74 body_ = body; in SetBody() 79 body_ += body; in AppendBody() 87 if (!body_.empty()) { in operator std::string() 88 out << body_; in operator std::string()
|
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/ |
D | Messages.java | 203 body_ = com.google.protobuf.ByteString.EMPTY; in Payload() 245 body_ = input.readBytes(); in Payload() 299 private com.google.protobuf.ByteString body_; field in Messages.Payload 308 return body_; in getBody() 326 if (!body_.isEmpty()) { in writeTo() 327 output.writeBytes(2, body_); in writeTo() 341 if (!body_.isEmpty()) { in getSerializedSize() 343 .computeBytesSize(2, body_); in getSerializedSize() 514 body_ = com.google.protobuf.ByteString.EMPTY; in clear() 539 result.body_ = body_; in buildPartial() [all …]
|
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/ |
D | Messages.java | 653 body_ = com.google.protobuf.ByteString.EMPTY; in Payload() 695 body_ = input.readBytes(); in Payload() 749 private com.google.protobuf.ByteString body_; field in Messages.Payload 758 return body_; in getBody() 776 if (!body_.isEmpty()) { in writeTo() 777 output.writeBytes(2, body_); in writeTo() 791 if (!body_.isEmpty()) { in getSerializedSize() 793 .computeBytesSize(2, body_); in getSerializedSize() 964 body_ = com.google.protobuf.ByteString.EMPTY; in clear() 989 result.body_ = body_; in buildPartial() [all …]
|
/external/starlark-go/doc/ |
D | spec.md | 2492 _function body_. 2854 list of statements, the _loop body_.
|