Searched refs:UsingRust (Results 1 – 3 of 3) sorted by relevance
142 if (UsingRust()) { in Read()174 if (UsingRust()) { in ReadAndReturnValueWithError()205 bool JSONReader::UsingRust() { in UsingRust() function in base::JSONReader
131 static bool UsingRust();
1155 TEST_P(JSONReaderTest, UsingRust) { in TEST_P() argument1156 ASSERT_EQ(JSONReader::UsingRust(), using_rust_); in TEST_P()