Lines Matching defs:bool
91 bool ProcessFipsOptions();
93 bool InitCryptoOnce(v8::Isolate* isolate);
116 const bool ok;
117 MUST_USE_RESULT bool is_ok() const { return ok; }
118 MUST_USE_RESULT bool is_err() const { return !ok; }
173 bool Empty() const;
274 operator bool() const { return data_ != nullptr; }
301 bool ntc = false);
304 bool ntc = false);
351 bool IsNotIndicativeOfMemoryLeakAtExit() const override {
376 v8::Maybe<bool> ret = ptr->ToResult(&args[0], &args[1]);
392 virtual v8::Maybe<bool> ToResult(
422 v8::Maybe<bool> result = job->ToResult(&ret[0], &ret[1]);
513 v8::Maybe<bool> ToResult(
543 bool success_ = false;
553 bool finish_on_exit = false;
557 inline explicit EnginePointer(ENGINE* engine_, bool finish_on_exit_ = false)
575 inline operator bool() const { return engine != nullptr; }
579 inline void reset(ENGINE* engine_ = nullptr, bool finish_on_exit_ = false) {
602 bool SetEngine(
679 inline bool IsAnyByteSource(v8::Local<v8::Value> arg) {
738 inline bool CheckSizeInt32() { return size() <= INT_MAX; }
787 v8::Maybe<bool> SetEncodedValue(
794 bool SetRsaOaepLabel(const EVPKeyCtxPointer& rsa, const ByteSource& label);