Home
last modified time | relevance | path

Searched defs:ValueLength (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Dnew-array-size-conv.cpp10 int ValueLength; member
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAuthContextSafeHandle.cs94 public UIntPtr ValueLength; field
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h172 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1411 auto ValueLength = CurLoc - DataLoc; in writeVersionInfoValue() local