/external/libtextclassifier/native/utils/grammar/semantics/ |
D | composer_test.cc | 90 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/ |
D | fuzztest_support.h | 22 std::optional<std::tuple<T>> Wrap(base::optional_ref<const T> maybe_value) { in Wrap()
|
/external/cronet/tot/base/test/ |
D | fuzztest_support.h | 22 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/ |
D | storage.rs | 27 let maybe_value = self.storage.get(location); in op_rs() localVariable
|
D | cvt.rs | 76 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/ |
D | storage.rs | 27 let maybe_value = self.storage.get(location); in op_rs() localVariable
|
D | cvt.rs | 76 let maybe_value = self.cvt.get(location); in op_rcvt() localVariable
|
/external/pytorch/torch/csrc/api/include/torch/nn/modules/container/ |
D | any_value.h | 69 if (auto* maybe_value = try_get<T>()) { in get() local
|
D | any_module_holder.h | 46 if (auto* maybe_value = value.template try_get<std::decay_t<T>>()) { in operator() local
|
/external/pdfium/fxjs/ |
D | js_define.cpp | 37 v8::MaybeLocal<v8::Value> maybe_value = in JS_DateParse() local
|
D | cjs_runtime.cpp | 192 v8::MaybeLocal<v8::Value> maybe_value = context->Global()->Get(context, str); in GetValueByNameFromGlobalObject() local
|
/external/openscreen/cast/sender/testing/ |
D | test_helpers.cc | 41 ErrorOr<Json::Value> maybe_value = json::Parse(message.payload_utf8()); in VerifyAppAvailabilityRequest() local
|
/external/cronet/stable/net/websockets/ |
D | websocket_handshake_stream_base.cc | 66 while (std::optional<std::string_view> maybe_value = headers->EnumerateHeader( in ValidateSubProtocol() local
|
D | websocket_basic_handshake_stream.cc | 91 while (std::optional<std::string_view> maybe_value = in GetSingleHeaderValue() local
|
/external/cronet/tot/net/websockets/ |
D | websocket_handshake_stream_base.cc | 66 while (std::optional<std::string_view> maybe_value = headers->EnumerateHeader( in ValidateSubProtocol() local
|
D | websocket_basic_handshake_stream.cc | 91 while (std::optional<std::string_view> maybe_value = in GetSingleHeaderValue() local
|
/external/perfetto/src/trace_processor/importers/systrace/ |
D | systrace_parser.h | 234 auto maybe_value = base::StringToInt64(f3_value.ToStdString()); in ParseSystraceTracePoint() local
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 103 auto maybe_value = list.NextValue(); in ParseCSSColor() local
|
/external/pytorch/torch/csrc/jit/passes/ |
D | loop_unrolling.cpp | 21 std::optional<bool> maybe_value = constant_as<bool>(val); in isTrueConstant() local
|
/external/tensorflow/tensorflow/cc/experimental/libtf/ |
D | object.h | 426 auto maybe_value = in Call() local
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1554 std::optional<double> maybe_value = ExtractDouble(info.GetIsolate(), info[0]); in Round() local
|