Searched refs:EndpointSpec (Results 1 – 3 of 3) sorted by relevance
32 class EndpointSpec {40 EndpointSpec(const string& package, const string& name, in EndpointSpec() function146 const std::vector<EndpointSpec> endpoints() const { return endpoints_; } in endpoints()169 std::vector<EndpointSpec> endpoints_;
413 inline Type ClassOf(const EndpointSpec& endpoint, const string& base_package) { in ClassOf()419 void GenerateOp(const OpSpec& op, const EndpointSpec& endpoint, in GenerateOp()552 for (const EndpointSpec& endpoint : op.endpoints()) { in Run()
335 EndpointSpec CreateEndpoint(const OpDef& op_def, const ApiDef& api_def, in CreateEndpoint()347 return EndpointSpec(package, name, in CreateEndpoint()