Searched refs:endpoint_def (Results 1 – 1 of 1) sorted by relevance
336 const ApiDef_Endpoint& endpoint_def) { in CreateEndpoint() argument337 std::vector<string> name_tokens = str_util::Split(endpoint_def.name(), "."); in CreateEndpoint()385 for (const auto& endpoint_def : api_def.endpoint()) { in Create() local386 op.endpoints_.push_back(CreateEndpoint(op_def, api_def, endpoint_def)); in Create()