Home
last modified time | relevance | path

Searched refs:errorState (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/proto/
Dencode.go252 var state errorState
544 var state errorState
589 var state errorState
962 var state errorState
1023 var state errorState
1127 var state errorState // XXX: or do we need to plumb this through?
1228 var state errorState
1304 func (o *Buffer) enc_len_struct(prop *StructProperties, base structPointer, state *errorState) erro… argument
1309 func (o *Buffer) enc_len_thing(enc func() error, state *errorState) error { argument
1338 type errorState struct { struct
[all …]
Ddecode.go463 var state errorState
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp35 void reportOOB(CheckerContext &C, ProgramStateRef errorState,
182 ProgramStateRef errorState, in reportOOB() argument
185 ExplodedNode *errorNode = checkerContext.generateErrorNode(errorState); in reportOOB()
/external/python/cpython2/Lib/test/
Dtest_shutil.py87 self.errorState = 0
100 self.assertEqual(self.errorState, 2,
121 if self.errorState == 0:
129 self.errorState = 1
134 self.errorState = 2
/external/python/cpython3/Lib/test/
Dtest_shutil.py204 self.errorState = 0
227 self.assertEqual(self.errorState, 3,
241 if self.errorState < 2:
250 self.errorState += 1
255 self.errorState = 3