Searched refs:package_parts (Results 1 – 6 of 6) sorted by relevance
109 virtual std::vector<grpc::string> package_parts() const = 0;
167 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()
108 virtual std::vector<std::string> package_parts() const = 0;
182 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()
164 std::vector<std::string> package_parts() const { in package_parts() function
253 std::vector<std::string> package_parts() const { in package_parts() function in flatbuffers::FlatBufFile