Home
last modified time | relevance | path

Searched refs:fixedSize (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileName.cpp628 const unsigned fixedSize = GetRootPrefixSize_Of_SuperPath(temp); in GetSuperPathBase() local
629 if (fixedSize == 0) in GetSuperPathBase()
632 UString rem = temp.Ptr(fixedSize); in GetSuperPathBase()
636 temp.DeleteFrom(fixedSize); in GetSuperPathBase()
650 const unsigned fixedSize = GetRootPrefixSize_Of_NetworkPath(temp); in GetSuperPathBase() local
653 if (fixedSize == 0) in GetSuperPathBase()
656 UString rem = temp.Ptr(fixedSize); in GetSuperPathBase()
660 temp.DeleteFrom(fixedSize); in GetSuperPathBase()
691 unsigned fixedSize = 0; in GetSuperPathBase() local
695 fixedSize in GetSuperPathBase()
846 unsigned fixedSize = GetRootPrefixSize(curDir); GetFullPath() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_primitive_field.cc210 int fixedSize = GetFixedSize(descriptor_->type()); in GenerateSerializedSizeCode() local
211 if (fixedSize == -1) { in GenerateSerializedSizeCode()
218 "fixed_size", StrCat(fixedSize), in GenerateSerializedSizeCode()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs208 int fixedSize = codec.FixedSize; in CalculatePackedDataSize()
209 if (fixedSize == 0) in CalculatePackedDataSize()
221 return fixedSize * Count; in CalculatePackedDataSize()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs749 int fixedSize,
751 T defaultValue) : this(reader, writer, _ => fixedSize, tag, defaultValue)
753 FixedSize = fixedSize;

Completed in 5 milliseconds