Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2663 output.WriteBool(ClientStreaming); in WriteTo()
2667 output.WriteBool(ServerStreaming); in WriteTo()
3129 output.WriteBool(JavaMultipleFiles); in WriteTo()
3137 output.WriteBool(CcGenericServices); in WriteTo()
3141 output.WriteBool(JavaGenericServices); in WriteTo()
3145 output.WriteBool(PyGenericServices); in WriteTo()
3149 output.WriteBool(JavaGenerateEqualsAndHash); in WriteTo()
3153 output.WriteBool(Deprecated); in WriteTo()
3157 output.WriteBool(JavaStringCheckUtf8); in WriteTo()
3161 output.WriteBool(CcEnableArenas); in WriteTo()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc235 inline Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function
239 WireFormatLite::WriteBool(field_number, b.ValueOrDie(), stream); in WriteBool()
651 status = WriteBool(field.number(), data, stream_.get()); in RenderPrimitiveField()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs556 output.WriteBool(RequestStreaming); in WriteTo()
564 output.WriteBool(ResponseStreaming); in WriteTo()
DStruct.cs414 output.WriteBool(BoolValue); in WriteTo()
DWrappers.cs887 output.WriteBool(Value); in WriteTo()
DType.cs611 output.WriteBool(Packed); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc7545 ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->client_streaming(), output); in SerializeWithCachedSizes()
7550 ::google::protobuf::internal::WireFormatLite::WriteBool(6, this->server_streaming(), output); in SerializeWithCachedSizes()
8512 … ::google::protobuf::internal::WireFormatLite::WriteBool(10, this->java_multiple_files(), output); in SerializeWithCachedSizes()
8527 … ::google::protobuf::internal::WireFormatLite::WriteBool(16, this->cc_generic_services(), output); in SerializeWithCachedSizes()
8532 …::google::protobuf::internal::WireFormatLite::WriteBool(17, this->java_generic_services(), output); in SerializeWithCachedSizes()
8537 … ::google::protobuf::internal::WireFormatLite::WriteBool(18, this->py_generic_services(), output); in SerializeWithCachedSizes()
8542 …::google::protobuf::internal::WireFormatLite::WriteBool(20, this->java_generate_equals_and_hash(),… in SerializeWithCachedSizes()
8547 ::google::protobuf::internal::WireFormatLite::WriteBool(23, this->deprecated(), output); in SerializeWithCachedSizes()
8552 …::google::protobuf::internal::WireFormatLite::WriteBool(27, this->java_string_check_utf8(), output… in SerializeWithCachedSizes()
8557 ::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.cc1192 ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->request_streaming(), output); in SerializeWithCachedSizes()
1207 ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->response_streaming(), output); in SerializeWithCachedSizes()
Dstruct.pb.cc830 ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->bool_value(), output); in SerializeWithCachedSizes()
Dwrappers.pb.cc2018 ::google::protobuf::internal::WireFormatLite::WriteBool(1, this->value(), output); in SerializeWithCachedSizes()
Dtype.pb.cc1385 ::google::protobuf::internal::WireFormatLite::WriteBool(8, this->packed(), output); in SerializeWithCachedSizes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1043 output.WriteBool(SingleBool); in WriteTo()
4730 output.WriteBool(Data); in WriteTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2390 output.WriteBool(OptionalBool); in WriteTo()