/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 2663 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/ |
D | proto_writer.cc | 235 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/ |
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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Api.cs | 556 output.WriteBool(RequestStreaming); in WriteTo() 564 output.WriteBool(ResponseStreaming); in WriteTo()
|
D | Struct.cs | 414 output.WriteBool(BoolValue); in WriteTo()
|
D | Wrappers.cs | 887 output.WriteBool(Value); in WriteTo()
|
D | Type.cs | 611 output.WriteBool(Packed); in WriteTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.pb.cc | 7545 ::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 …]
|
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 | 1192 ::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()
|
D | struct.pb.cc | 830 ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->bool_value(), output); in SerializeWithCachedSizes()
|
D | wrappers.pb.cc | 2018 ::google::protobuf::internal::WireFormatLite::WriteBool(1, this->value(), output); in SerializeWithCachedSizes()
|
D | type.pb.cc | 1385 ::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/ |
D | UnittestProto3.cs | 1043 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/ |
D | Conformance.cs | 2390 output.WriteBool(OptionalBool); in WriteTo()
|