Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dparse.rs1054 fn check_unexpected(&self) -> Result<()> { in check_unexpected() method
1210 state.check_unexpected()?; in parse2()
1226 state.check_unexpected()?; in __parse_scoped()
/external/python/google-api-python-client/tests/
Dtest_mocks.py65 requestBuilder = RequestMockBuilder({}, check_unexpected=True)
/external/python/google-api-python-client/googleapiclient/
Dhttp.py1617 def __init__(self, responses, check_unexpected=False): argument
1631 self.check_unexpected = check_unexpected
1665 elif self.check_unexpected: