Searched refs:noError (Results 1 – 7 of 7) sorted by relevance
138 var noError = internal.validationError.NONE;139 var err = noError;140 for (var i = 0; err === noError && i < this.payloadValidators_.length; ++i)143 if (err == noError) {
20 noError(0),27 ('noError', 0), ('tooBig', 1), ('noSuchName', 2)
399 constexpr int noError(int N) __attribute__((enable_if(N, ""))) { return -1; } in noError() function400 constexpr int noError(int N) __attribute__((enable_if(!N, ""))) { return -1; } in noError() function401 constexpr int noError(int N) { return 0; } in noError() function404 constexpr int callNoError() { return noError(N); } in callNoError()
112 #define noError 0 macro
1097 INT error = noError; in FDKsbrEnc_EnvEncodeFrame()1102 if (error == noError) { in FDKsbrEnc_EnvEncodeFrame()2075 HANDLE_ERROR_INFO errorInfo = noError; in sbrEncoder_Init()2337 if (errorInfo == noError) { in sbrEncoder_Init()
113 bool noError = false) const;233 bool noError) const { in definitelyReturnedError()238 ProgramStateRef ErrState = State->assume(NoErr, noError); in definitelyReturnedError()
314 UBool noError = (pos.getErrorIndex() < 0); in parse() local315 int32_t offset = (noError)? pos.getIndex(): pos.getErrorIndex(); in parse()325 if (noError) { in parse()