Home
last modified time | relevance | path

Searched defs:ByteSize (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format_test.py207 def ByteSize(self): member in WireFormatTest.testByteSizeFunctions.MockMessage
Dpython_message.py1026 def ByteSize(self): function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwrappers.pb.cc456 int DoubleValue::ByteSize() const { in ByteSize() function in google::protobuf::DoubleValue
718 int FloatValue::ByteSize() const { in ByteSize() function in google::protobuf::FloatValue
980 int Int64Value::ByteSize() const { in ByteSize() function in google::protobuf::Int64Value
1244 int UInt64Value::ByteSize() const { in ByteSize() function in google::protobuf::UInt64Value
1508 int Int32Value::ByteSize() const { in ByteSize() function in google::protobuf::Int32Value
1772 int UInt32Value::ByteSize() const { in ByteSize() function in google::protobuf::UInt32Value
2036 int BoolValue::ByteSize() const { in ByteSize() function in google::protobuf::BoolValue
2313 int StringValue::ByteSize() const { in ByteSize() function in google::protobuf::StringValue
2632 int BytesValue::ByteSize() const { in ByteSize() function in google::protobuf::BytesValue
Dmap_entry.h161 int ByteSize() const { in ByteSize() function
Dempty.pb.cc224 int Empty::ByteSize() const { in ByteSize() function in google::protobuf::Empty
Dstruct.pb.cc455 int Struct::ByteSize() const { in ByteSize() function in google::protobuf::Struct
896 int Value::ByteSize() const { in ByteSize() function in google::protobuf::Value
1459 int ListValue::ByteSize() const { in ByteSize() function in google::protobuf::ListValue
Dsource_context.pb.cc258 int SourceContext::ByteSize() const { in ByteSize() function in google::protobuf::SourceContext
Dduration.pb.cc292 int Duration::ByteSize() const { in ByteSize() function in google::protobuf::Duration
Ddescriptor.pb.cc1059 int FileDescriptorSet::ByteSize() const { in ByteSize() function in google::protobuf::FileDescriptorSet
1741 int FileDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::FileDescriptorProto
2653 int DescriptorProto_ExtensionRange::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto_ExtensionRange
2956 int DescriptorProto_ReservedRange::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto_ReservedRange
3524 int DescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto
4771 int FieldDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::FieldDescriptorProto
5593 int OneofDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::OneofDescriptorProto
6039 int EnumDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::EnumDescriptorProto
6522 int EnumValueDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::EnumValueDescriptorProto
7003 int ServiceDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::ServiceDescriptorProto
[all …]
Dtimestamp.pb.cc306 int Timestamp::ByteSize() const { in ByteSize() function in google::protobuf::Timestamp
Dfield_mask.pb.cc258 int FieldMask::ByteSize() const { in ByteSize() function in google::protobuf::FieldMask
Dapi.pb.cc534 int Api::ByteSize() const { in ByteSize() function in google::protobuf::Api
1288 int Method::ByteSize() const { in ByteSize() function in google::protobuf::Method
1836 int Mixin::ByteSize() const { in ByteSize() function in google::protobuf::Mixin
Dtype.pb.cc599 int Type::ByteSize() const { in ByteSize() function in google::protobuf::Type
1502 int Field::ByteSize() const { in ByteSize() function in google::protobuf::Field
2241 int Enum::ByteSize() const { in ByteSize() function in google::protobuf::Enum
2738 int EnumValue::ByteSize() const { in ByteSize() function in google::protobuf::EnumValue
3119 int Option::ByteSize() const { in ByteSize() function in google::protobuf::Option
Dany.pb.cc304 int Any::ByteSize() const { in ByteSize() function in google::protobuf::Any
Dmessage_unittest.cc274 virtual int ByteSize() const { return -1; } in ByteSize() function in google::protobuf::__anon47ea21350111::NegativeByteSize
Dmessage.cc149 int Message::ByteSize() const { in ByteSize() function in google::protobuf::Message
Dextension_set.cc1357 int ExtensionSet::ByteSize() const { in ByteSize() function in google::protobuf::internal::ExtensionSet
1539 int ExtensionSet::Extension::ByteSize(int number) const { in ByteSize() function in google::protobuf::internal::ExtensionSet::Extension
Dwire_format.cc967 int WireFormat::ByteSize(const Message& message) { in ByteSize() function in google::protobuf::internal::WireFormat
Dwire_format_unittest.cc219 TEST(WireFormatTest, ByteSize) { in TEST() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dmessage.py261 def ByteSize(self): member in Message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.pb.cc408 int CodeGeneratorRequest::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorRequest
922 int CodeGeneratorResponse_File::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorResponse_File
1241 int CodeGeneratorResponse::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorResponse
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1948 static PyObject* ByteSize(CMessage* self, PyObject* args) { in CheckAndGetInteger() function