Home
last modified time | relevance | path

Searched defs:IsErrorStatus (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DJitContext.h152 static inline bool IsErrorStatus(JitExecStatus status) { in IsErrorStatus() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIon.h111 IsErrorStatus(JitExecStatus status) in IsErrorStatus() function
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/gogo/protobuf/protobuf/google/protobuf/
H A Dapi.proto119 repeated Option options = 6;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIon.h117 static inline bool IsErrorStatus(JitExecStatus status) { in IsErrorStatus() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/
H A DSNIProxy.cs157 private static bool IsErrorStatus(SecurityStatusPalErrorCode errorCode) in IsErrorStatus() method in System.Data.SqlClient.SNI.SNIProxy