Home
last modified time | relevance | path

Searched refs:UsingRust (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/json/
H A Djson_reader.cc143 if (UsingRust()) { in Read()
176 if (UsingRust()) { in ReadAndReturnValueWithError()
207 bool JSONReader::UsingRust() { in UsingRust() function in base::JSONReader
H A Djson_reader.h135 static bool UsingRust();
H A Djson_reader_unittest.cc1187 TEST_P(JSONReaderTest, UsingRust) { in TEST_P() argument
1188 ASSERT_EQ(JSONReader::UsingRust(), using_rust_); in TEST_P()