Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
81b5d26b
Commit
81b5d26b
authored
7 years ago
by
Mahak Mukhi
Browse files
Options
Downloads
Plain Diff
fix conflicts
parents
e536eeb6
c0ae1be4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+0
-7
0 additions, 7 deletions
.gitmodules
src/compiler/cpp_generator.h
+12
-0
12 additions, 0 deletions
src/compiler/cpp_generator.h
third_party/googletest
+0
-1
0 additions, 1 deletion
third_party/googletest
third_party/protobuf
+0
-1
0 additions, 1 deletion
third_party/protobuf
with
12 additions
and
9 deletions
.gitmodules
+
0
−
7
View file @
81b5d26b
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git
branch = 3.0.x
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/boringssl"]
path = third_party/boringssl
url = https://github.com/google/boringssl.git
...
...
This diff is collapsed.
Click to expand it.
src/compiler/cpp_generator.h
+
12
−
0
View file @
81b5d26b
...
...
@@ -111,6 +111,18 @@ grpc::string GetMockServices(File* file, const Parameters ¶ms);
// Return the epilogue of generated mock file.
grpc
::
string
GetMockEpilogue
(
File
*
file
,
const
Parameters
&
params
);
// Return the prologue of the generated mock file.
grpc
::
string
GetMockPrologue
(
File
*
file
,
const
Parameters
&
params
);
// Return the includes needed for generated mock file.
grpc
::
string
GetMockIncludes
(
File
*
file
,
const
Parameters
&
params
);
// Return the services for generated mock file.
grpc
::
string
GetMockServices
(
File
*
file
,
const
Parameters
&
params
);
// Return the epilogue of generated mock file.
grpc
::
string
GetMockEpilogue
(
File
*
file
,
const
Parameters
&
params
);
}
// namespace grpc_cpp_generator
#endif // GRPC_INTERNAL_COMPILER_CPP_GENERATOR_H
This diff is collapsed.
Click to expand it.
googletest
@
ec44c6c1
Compare
ec44c6c1
...
ec44c6c1
Subproject commit ec44c6c1675c25b9827aacd08c02433cccde7780
This diff is collapsed.
Click to expand it.
protobuf
@
4a0dd03e
Compare
4a0dd03e
...
4a0dd03e
Subproject commit 4a0dd03e52e09332c8fd0f8f26a8e0ae9f911182
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment