Home
last modified time | relevance | path

Searched refs:GetDeclaration (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorBase.cs83 public DescriptorDeclaration Declaration => File.GetDeclaration(this);
DFileDescriptor.cs191 internal DescriptorDeclaration GetDeclaration(IDescriptor descriptor) in GetDeclaration() method in Google.Protobuf.Reflection.FileDescriptor
/third_party/mesa3d/include/D3D9/
Dd3d9.h381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
1691 …HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, U…
1704 #define IDirect3DVertexDeclaration9_GetDeclaration(p,a,b) (p)->lpVtbl->GetDeclaration(p,a,b)