Home
last modified time | relevance | path

Searched refs:GetByteCount (Results 1 – 7 of 7) sorted by relevance

/external/image_io/src/base/
Dbyte_buffer.cc15 size_t byte_count = byte_data.GetByteCount(); in WriteBytes()
45 size_ += byte_data.GetByteCount(); in ByteBuffer()
57 if (bytes_written == 0 && byte_data.GetByteCount() != 0) { in ByteBuffer()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs131 int byteArraySize = Utf8Encoding.GetByteCount(value); in ComputeStringSize()
DCodedOutputStream.cs271 int length = Utf8Encoding.GetByteCount(value); in WriteString()
/external/image_io/includes/image_io/base/
Dbyte_data.h68 size_t GetByteCount() const { in GetByteCount() function
/external/v8/src/
Dunicode.h94 static int GetByteCount();
Dunicode.cc3123 int UnicodeData::GetByteCount() { in GetByteCount() function in unibrow::UnicodeData
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs555 var utf8StringLen = Encoding.UTF8.GetByteCount(s); in CreateString()