Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc6481 const ServiceDescriptor *s_desc = file_desc->FindServiceByName("S"); in TEST_F() local
6482 EXPECT_TRUE(s_desc->GetSourceLocation(&loc)); in TEST_F()
6485 const MethodDescriptor *m_desc = s_desc->FindMethodByName("Method"); in TEST_F()