Searched defs:IsPacked (Results 1 – 4 of 4) sorted by relevance
| /external/llvm/include/llvm/Linker/ | ||
| D | IRMover.h | 30 bool IsPacked; member |
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
| D | FieldDescriptor.cs | 190 public bool IsPacked => field in Google.Protobuf.Reflection.FieldDescriptor |
| /external/protobuf/src/google/protobuf/util/ | ||
| D | type_resolver_util_test.cc | 113 bool IsPacked(const Type& type, const string& name) { in IsPacked() function in google::protobuf::util::__anon0f80c3430111::DescriptorPoolTypeResolverTest |
| /external/llvm/lib/Linker/ | ||
| D | IRMover.cpp | 307 bool IsPacked = STy->isPacked(); in get() local |