Searched refs:UsingRust (Results 1 – 3 of 3) sorted by relevance
143 if (UsingRust()) { in Read()176 if (UsingRust()) { in ReadAndReturnValueWithError()207 bool JSONReader::UsingRust() { in UsingRust() function in base::JSONReader
135 static bool UsingRust();
1187 TEST_P(JSONReaderTest, UsingRust) { in TEST_P() argument1188 ASSERT_EQ(JSONReader::UsingRust(), using_rust_); in TEST_P()