Home
last modified time | relevance | path

Searched defs:BytesValue (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DBytesValue.php17 class BytesValue extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Dwrappers.proto120 message BytesValue { message
Dwrappers.pb.h61 class BytesValue; variable
1207 inline BytesValue() : BytesValue(nullptr) {} in BytesValue() function
1211 BytesValue(BytesValue&& from) noexcept in BytesValue() function
Dwrappers.pb.cc1894 BytesValue::BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in BytesValue() function in BytesValue
1900 BytesValue::BytesValue(const BytesValue& from) in BytesValue() function in BytesValue
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php8 use Google\Protobuf\BytesValue; alias
DWellKnownTest.php11 use Google\Protobuf\BytesValue; alias
DEncodeDecodeTest.php32 use Google\Protobuf\BytesValue; alias
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs1500 public sealed partial class BytesValue : pb::IMessage<BytesValue> class
1521 public BytesValue() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue
1528 public BytesValue(BytesValue other) : this() { in BytesValue() method in Google.Protobuf.WellKnownTypes.BytesValue