Home
last modified time | relevance | path

Searched defs:maybe_value (Results 1 – 21 of 21) sorted by relevance

/external/libtextclassifier/native/utils/grammar/semantics/
Dcomposer_test.cc90 StatusOr<const SemanticValue*> maybe_value = in TEST_F() local
103 StatusOr<const SemanticValue*> maybe_value = in TEST_F() local
167 StatusOr<const SemanticValue*> maybe_value = in TEST_F() local
/external/cronet/stable/base/test/
Dfuzztest_support.h22 std::optional<std::tuple<T>> Wrap(base::optional_ref<const T> maybe_value) { in Wrap()
/external/cronet/tot/base/test/
Dfuzztest_support.h22 std::optional<std::tuple<T>> Wrap(base::optional_ref<const T> maybe_value) { in Wrap()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/engine/
Dstorage.rs27 let maybe_value = self.storage.get(location); in op_rs() localVariable
Dcvt.rs76 let maybe_value = self.cvt.get(location); in op_rcvt() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/engine/
Dstorage.rs27 let maybe_value = self.storage.get(location); in op_rs() localVariable
Dcvt.rs76 let maybe_value = self.cvt.get(location); in op_rcvt() localVariable
/external/pytorch/torch/csrc/api/include/torch/nn/modules/container/
Dany_value.h69 if (auto* maybe_value = try_get<T>()) { in get() local
Dany_module_holder.h46 if (auto* maybe_value = value.template try_get<std::decay_t<T>>()) { in operator() local
/external/pdfium/fxjs/
Djs_define.cpp37 v8::MaybeLocal<v8::Value> maybe_value = in JS_DateParse() local
Dcjs_runtime.cpp192 v8::MaybeLocal<v8::Value> maybe_value = context->Global()->Get(context, str); in GetValueByNameFromGlobalObject() local
/external/openscreen/cast/sender/testing/
Dtest_helpers.cc41 ErrorOr<Json::Value> maybe_value = json::Parse(message.payload_utf8()); in VerifyAppAvailabilityRequest() local
/external/cronet/stable/net/websockets/
Dwebsocket_handshake_stream_base.cc66 while (std::optional<std::string_view> maybe_value = headers->EnumerateHeader( in ValidateSubProtocol() local
Dwebsocket_basic_handshake_stream.cc91 while (std::optional<std::string_view> maybe_value = in GetSingleHeaderValue() local
/external/cronet/tot/net/websockets/
Dwebsocket_handshake_stream_base.cc66 while (std::optional<std::string_view> maybe_value = headers->EnumerateHeader( in ValidateSubProtocol() local
Dwebsocket_basic_handshake_stream.cc91 while (std::optional<std::string_view> maybe_value = in GetSingleHeaderValue() local
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.h234 auto maybe_value = base::StringToInt64(f3_value.ToStdString()); in ParseSystraceTracePoint() local
/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp103 auto maybe_value = list.NextValue(); in ParseCSSColor() local
/external/pytorch/torch/csrc/jit/passes/
Dloop_unrolling.cpp21 std::optional<bool> maybe_value = constant_as<bool>(val); in isTrueConstant() local
/external/tensorflow/tensorflow/cc/experimental/libtf/
Dobject.h426 auto maybe_value = in Call() local
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1554 std::optional<double> maybe_value = ExtractDouble(info.GetIsolate(), info[0]); in Round() local