Home
last modified time | relevance | path

Searched refs:WriteBool (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_extended_tcp_client.cc109 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()
Digfs_messages.cc105 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()
Digfs_extended_tcp_client.h36 Status WriteBool(bool val);
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2433 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/
DEchoMessages.cs706 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()
DMessages.cs181 output.WriteBool(Value); in WriteTo()
778 output.WriteBool(FillUsername); in WriteTo()
782 output.WriteBool(FillOauthScope); in WriteTo()
2271 output.WriteBool(Passed); in WriteTo()
DControl.cs723 output.WriteBool(UseTestCa); in WriteTo()
1404 output.WriteBool(UseCoalesceApi); in WriteTo()
1847 output.WriteBool(Reset); in WriteTo()
/external/tensorflow/tensorflow/core/lib/io/
Dproto_encode_helper.h47 void WriteBool(int tag, bool v) { in WriteBool() function
/external/libchrome/base/
Dpickle_unittest.cc115 pickle.WriteBool(testbool1); in TEST()
116 pickle.WriteBool(testbool2); in TEST()
518 pickle.WriteBool(true); in TEST()
Dpickle.h189 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
/external/flatbuffers/go/
Dencode.go140 func WriteBool(buf []byte, b bool) { func
Dtable.go299 WriteBool(t.Bytes[off:], n)
Dbuilder.go686 WriteBool(b.Bytes[b.head:], x)
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc233 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/
DApi.cs520 output.WriteBool(RequestStreaming); in WriteTo()
528 output.WriteBool(ResponseStreaming); in WriteTo()
DStruct.cs383 output.WriteBool(BoolValue); in WriteTo()
DWrappers.cs793 output.WriteBool(Value); in WriteTo()
DType.cs573 output.WriteBool(Packed); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs257 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs74 …w FieldCodec<bool>(input => input.ReadBool(), (output, value) => output.WriteBool(value), CodedOut… in ForBool()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc7387 ::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 …]
Dwire_format_lite.cc400 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h386 static void WriteBool (field_number, bool value, output);
Dapi.pb.cc1195 ::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()
Dstruct.pb.cc759 ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->bool_value(), output); in SerializeWithCachedSizes()

12