HomeSort by relevance Sort by last modified time
    Searched defs:EnumTypes (Results 1 - 5 of 5) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 61 EnumTypes = DescriptorUtil.ConvertAndMakeReadOnly(proto.EnumType,
147 public IList<EnumDescriptor> EnumTypes { get; }
MessageDescriptor.cs 84 EnumTypes = DescriptorUtil.ConvertAndMakeReadOnly(
189 public IList<EnumDescriptor> EnumTypes { get; }
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 631 DIArray EnumTypes = CUNode.getEnumTypes();
632 for (unsigned i = 0, e = EnumTypes.getNumElements(); i != e; ++i)
633 CU->getOrCreateTypeDIE(EnumTypes.getElement(i));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pstore.h 350 virtual HRESULT WINAPI EnumTypes(PST_KEY Key,DWORD dwFlags,IEnumPStoreTypes **ppenum) = 0;
376 HRESULT (WINAPI *EnumTypes)(IPStore *This,PST_KEY Key,DWORD dwFlags,IEnumPStoreTypes **ppenum);
404 #define IPStore_EnumTypes(This,Key,dwFlags,ppenum) (This)->lpVtbl->EnumTypes(This,Key,dwFlags,ppenum)

Completed in 237 milliseconds