/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/ |
D | igfs_extended_tcp_client.cc | 109 Status ExtendedTCPClient::WriteBool(bool val) { in WriteBool() function in tensorflow::ExtendedTCPClient 115 TF_RETURN_IF_ERROR(WriteBool(false)); in WriteString() 124 TF_RETURN_IF_ERROR(WriteBool(true)); in WriteString()
|
D | igfs_messages.cc | 105 TF_RETURN_IF_ERROR(client->WriteBool(flag_)); in Write() 106 TF_RETURN_IF_ERROR(client->WriteBool(collocate_)); in Write() 114 TF_RETURN_IF_ERROR(client->WriteBool(!path.empty())); in WritePath()
|
D | igfs_extended_tcp_client.h | 36 Status WriteBool(bool val);
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 2433 output.WriteBool(ClientStreaming); in WriteTo() 2437 output.WriteBool(ServerStreaming); in WriteTo() 2871 output.WriteBool(JavaMultipleFiles); in WriteTo() 2879 output.WriteBool(CcGenericServices); in WriteTo() 2883 output.WriteBool(JavaGenericServices); in WriteTo() 2887 output.WriteBool(PyGenericServices); in WriteTo() 2891 output.WriteBool(JavaGenerateEqualsAndHash); in WriteTo() 2895 output.WriteBool(Deprecated); in WriteTo() 2899 output.WriteBool(JavaStringCheckUtf8); in WriteTo() 2903 output.WriteBool(CcEnableArenas); in WriteTo() [all …]
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | EchoMessages.cs | 706 output.WriteBool(EchoDeadline); in WriteTo() 718 output.WriteBool(EchoMetadata); in WriteTo() 722 output.WriteBool(CheckAuthContext); in WriteTo() 730 output.WriteBool(EchoPeer); in WriteTo() 738 output.WriteBool(SkipCancelledCheck); in WriteTo() 750 output.WriteBool(ServerDie); in WriteTo()
|
D | Messages.cs | 181 output.WriteBool(Value); in WriteTo() 778 output.WriteBool(FillUsername); in WriteTo() 782 output.WriteBool(FillOauthScope); in WriteTo() 2271 output.WriteBool(Passed); in WriteTo()
|
D | Control.cs | 723 output.WriteBool(UseTestCa); in WriteTo() 1404 output.WriteBool(UseCoalesceApi); in WriteTo() 1847 output.WriteBool(Reset); in WriteTo()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | proto_encode_helper.h | 47 void WriteBool(int tag, bool v) { in WriteBool() function
|
/external/libchrome/base/ |
D | pickle_unittest.cc | 115 pickle.WriteBool(testbool1); in TEST() 116 pickle.WriteBool(testbool2); in TEST() 518 pickle.WriteBool(true); in TEST()
|
D | pickle.h | 189 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
|
/external/flatbuffers/go/ |
D | encode.go | 140 func WriteBool(buf []byte, b bool) { func
|
D | table.go | 299 WriteBool(t.Bytes[off:], n)
|
D | builder.go | 686 WriteBool(b.Bytes[b.head:], x)
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 233 inline Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function 237 WireFormatLite::WriteBool(field_number, b.ValueOrDie(), stream); in WriteBool() 626 status = WriteBool(field.number(), data, stream_.get()); in RenderPrimitiveField()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Api.cs | 520 output.WriteBool(RequestStreaming); in WriteTo() 528 output.WriteBool(ResponseStreaming); in WriteTo()
|
D | Struct.cs | 383 output.WriteBool(BoolValue); in WriteTo()
|
D | Wrappers.cs | 793 output.WriteBool(Value); in WriteTo()
|
D | Type.cs | 573 output.WriteBool(Packed); in WriteTo()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.cs | 257 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
|
D | FieldCodec.cs | 74 …w FieldCodec<bool>(input => input.ReadBool(), (output, value) => output.WriteBool(value), CodedOut… in ForBool()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 7387 ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->client_streaming(), output); in SerializeWithCachedSizes() 7392 ::google::protobuf::internal::WireFormatLite::WriteBool(6, this->server_streaming(), output); in SerializeWithCachedSizes() 8350 … ::google::protobuf::internal::WireFormatLite::WriteBool(10, this->java_multiple_files(), output); in SerializeWithCachedSizes() 8365 … ::google::protobuf::internal::WireFormatLite::WriteBool(16, this->cc_generic_services(), output); in SerializeWithCachedSizes() 8370 …::google::protobuf::internal::WireFormatLite::WriteBool(17, this->java_generic_services(), output); in SerializeWithCachedSizes() 8375 … ::google::protobuf::internal::WireFormatLite::WriteBool(18, this->py_generic_services(), output); in SerializeWithCachedSizes() 8380 …::google::protobuf::internal::WireFormatLite::WriteBool(20, this->java_generate_equals_and_hash(),… in SerializeWithCachedSizes() 8385 ::google::protobuf::internal::WireFormatLite::WriteBool(23, this->deprecated(), output); in SerializeWithCachedSizes() 8390 …::google::protobuf::internal::WireFormatLite::WriteBool(27, this->java_string_check_utf8(), output… in SerializeWithCachedSizes() 8395 ::google::protobuf::internal::WireFormatLite::WriteBool(31, this->cc_enable_arenas(), output); in SerializeWithCachedSizes() [all …]
|
D | wire_format_lite.cc | 400 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 386 static void WriteBool (field_number, bool value, output);
|
D | api.pb.cc | 1195 ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->request_streaming(), output); in SerializeWithCachedSizes() 1210 ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->response_streaming(), output); in SerializeWithCachedSizes()
|
D | struct.pb.cc | 759 ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->bool_value(), output); in SerializeWithCachedSizes()
|