Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dservice.py61 def GetDescriptor(): member in Service
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.h322 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.cc948 static ParentDescriptor GetDescriptor(PyContainer* self) { in GetDescriptor() function
1314 static ParentDescriptor GetDescriptor(PyContainer* self) { in GetDescriptor() function
1388 static ParentDescriptor GetDescriptor(PyContainer* self) { in GetDescriptor() function
1438 static ParentDescriptor GetDescriptor(PyContainer* self) { in GetDescriptor() function
1500 static ParentDescriptor GetDescriptor(PyContainer* self) { in GetDescriptor() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1280 TEST_F(GeneratedServiceTest, GetDescriptor) { in TEST_F() argument