Searched defs:text_records (Results 1 – 8 of 8) sorted by relevance
214 const absl::optional<std::vector<std::string>>& text_records() const { in text_records() function218 absl::optional<std::vector<std::string>> text_records) { in set_text_records()305 void SetResult(std::vector<std::string> text_records) { in SetResult()
359 std::vector<std::string> text_records; in ExtractTxtResults() local
565 absl::optional<std::vector<std::string>>&& text_records, in Entry()1123 absl::optional<std::vector<std::string>> text_records; in RestoreFromListValue() local
322 std::vector<std::vector<std::string>> text_records, in BuildTestDnsTextResponse()
428 std::vector<std::string> text_records) { in TriggerTextResult()
301 std::vector<std::vector<std::string>> text_records = {foo_records, in TEST() local
3804 std::vector<std::string> text_records) override { in OnTextResult()9094 std::vector<std::vector<std::string>> text_records = {foo_records, in TEST_F() local9406 std::vector<std::vector<std::string>> text_records = {{"text"}}; in TEST_F() local9499 std::vector<std::vector<std::string>> text_records = {foo_records, in TEST_F() local
1674 std::vector<std::string> text_records({"foo", "bar"}); in TEST() local