Home
last modified time | relevance | path

Searched defs:BytesToWrite (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWriteRawPrimitivesBenchmark.cs114 public int BytesToWrite { get; set; } property in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWriteRawPrimitivesBenchmark.cs114 public int BytesToWrite { get; set; } property in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp239 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
/aosp_15_r20/external/llvm/lib/Support/
H A Draw_ostream.cpp318 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp262 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A Draw_ostream.cpp259 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dhttpext.h140 DWORD BytesToWrite; member