Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/cpp/route_guide/
Dhelper.h28 std::string GetDbFileContent(int argc, char** argv);
Dhelper.cc30 std::string GetDbFileContent(int argc, char** argv) { in GetDbFileContent() function
Droute_guide_server.cc184 std::string db = routeguide::GetDbFileContent(argc, argv); in main()
Droute_guide_client.cc220 std::string db = routeguide::GetDbFileContent(argc, argv); in main()