Home
last modified time | relevance | path

Searched refs:GetByteCount (Results 1 – 6 of 6) 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.cs135 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/llvm-project/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs377 int offset = Encoding.UTF8.GetByteCount(chars, 0, start); in RunClangFormat()
378 int length = Encoding.UTF8.GetByteCount(chars, 0, end) - offset; in RunClangFormat()
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs559 var utf8StringLen = Encoding.UTF8.GetByteCount(s); in CreateString()