Home
last modified time | relevance | path

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

/third_party/flatbuffers/grpc/src/compiler/
Dschema_interface.h109 virtual std::vector<grpc::string> package_parts() const = 0;
Dcpp_generator.cc167 std::vector<grpc::string> parts = file->package_parts(); in GetHeaderIncludes()
1131 std::vector<grpc::string> parts = file->package_parts(); in GetHeaderEpilogue()
1194 std::vector<grpc::string> parts = file->package_parts(); in GetSourceIncludes()
1557 std::vector<grpc::string> parts = file->package_parts(); in GetSourceEpilogue()
1615 std::vector<grpc::string> parts = file->package_parts(); in GetMockIncludes()
1767 std::vector<grpc::string> parts = file->package_parts(); in GetMockEpilogue()
/third_party/grpc/src/compiler/
Dschema_interface.h108 virtual std::vector<std::string> package_parts() const = 0;
Dcpp_generator.cc182 std::vector<std::string> parts = file->package_parts(); in GetHeaderIncludes()
1786 std::vector<std::string> parts = file->package_parts(); in GetHeaderEpilogue()
1857 std::vector<std::string> parts = file->package_parts(); in GetSourceIncludes()
2316 std::vector<std::string> parts = file->package_parts(); in GetSourceEpilogue()
2396 std::vector<std::string> parts = file->package_parts(); in GetMockIncludes()
2545 std::vector<std::string> parts = file->package_parts(); in GetMockEpilogue()
Dprotobuf_plugin.h164 std::vector<std::string> package_parts() const { in package_parts() function
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp253 std::vector<std::string> package_parts() const { in package_parts() function in flatbuffers::FlatBufFile