Home
last modified time | relevance | path

Searched defs:FixedSize (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp50 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local
58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local
DDWARFAbbreviationDeclaration.cpp176 if (auto FixedSize = Spec.getByteSize(U)) in getAttributeValue() local
DDWARFFormValue.cpp144 if (Optional<uint8_t> FixedSize = in skipValue() local
/external/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs92 public void FixedSize(ICodecTestData codec) in FixedSize() method in Google.Protobuf.FieldCodecTest
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc126 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc52 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs389 internal int FixedSize { get; } property in Google.Protobuf.FieldCodec
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc128 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc655 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp435 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp377 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local