Searched refs:descriptor_set_out_name_ (Results 1 – 2 of 2) sorted by relevance
945 if (!descriptor_set_out_name_.empty()) { in Run()1134 descriptor_set_out_name_.clear(); in Clear()1341 descriptor_set_out_name_.empty()) { in ParseArguments()1356 if (imports_in_descriptor_set_ && descriptor_set_out_name_.empty()) { in ParseArguments()1361 if (source_info_in_descriptor_set_ && descriptor_set_out_name_.empty()) { in ParseArguments()1538 if (!descriptor_set_out_name_.empty()) { in InterpretArgument()1553 descriptor_set_out_name_ = value; in InterpretArgument()1607 if (!output_directives_.empty() || !descriptor_set_out_name_.empty()) { in InterpretArgument()1673 if (!output_directives_.empty() || !descriptor_set_out_name_.empty()) { in InterpretArgument()2199 fd = open(descriptor_set_out_name_.c_str(), in WriteDescriptorSet()[all …]
423 std::string descriptor_set_out_name_; variable