Home
last modified time | relevance | path

Searched defs:fixedSize (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DFileName.cpp567 unsigned fixedSize = GetRootPrefixSize_Of_SuperPath(temp); in GetSuperPathBase() local
589 unsigned fixedSize = GetRootPrefixSize_Of_NetworkPath(temp); in GetSuperPathBase() local
630 unsigned fixedSize = 0; in GetSuperPathBase() local
788 unsigned fixedSize = 0; in GetFullPath() local
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_primitive_field.cc124 int fixedSize = GetFixedSize(descriptor_->type()); in GenerateSerializedSizeCode() local
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs414 int fixedSize, in FieldCodec()