|
|
@ -69,6 +69,9 @@ namespace testing { |
|
|
|
// ServiceA leading comment 1 |
|
|
|
// ServiceA leading comment 1 |
|
|
|
class ServiceA final { |
|
|
|
class ServiceA final { |
|
|
|
public: |
|
|
|
public: |
|
|
|
|
|
|
|
static constexpr char const* service_full_name() { |
|
|
|
|
|
|
|
return "grpc.testing.ServiceA"; |
|
|
|
|
|
|
|
} |
|
|
|
class StubInterface { |
|
|
|
class StubInterface { |
|
|
|
public: |
|
|
|
public: |
|
|
|
virtual ~StubInterface() {} |
|
|
|
virtual ~StubInterface() {} |
|
|
@ -373,6 +376,9 @@ class ServiceA final { |
|
|
|
// ServiceB leading comment 1 |
|
|
|
// ServiceB leading comment 1 |
|
|
|
class ServiceB final { |
|
|
|
class ServiceB final { |
|
|
|
public: |
|
|
|
public: |
|
|
|
|
|
|
|
static constexpr char const* service_full_name() { |
|
|
|
|
|
|
|
return "grpc.testing.ServiceB"; |
|
|
|
|
|
|
|
} |
|
|
|
class StubInterface { |
|
|
|
class StubInterface { |
|
|
|
public: |
|
|
|
public: |
|
|
|
virtual ~StubInterface() {} |
|
|
|
virtual ~StubInterface() {} |
|
|
|