Home
last modified time | relevance | path

Searched defs:non_const (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/detail/pp_tags/
Dpreprocessed.hpp15 typedef detail::property_tag<0,0x00000400> non_const; typedef
Dmaster.hpp28 typedef detail::property_tag<0,BOOST_FT_const> non_const; typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/monadic/
H A Dor_else.pass.cpp174 std::expected<int, int> non_const() { return std::expected<int, int>(std::unexpect, 1); } in non_const() function
H A Dtransform.pass.cpp94 int non_const() { return 1; } in non_const() function
H A Dtransform_error.pass.cpp94 int non_const() { return 1; } in non_const() function
H A Dand_then.pass.cpp150 std::expected<int, int> non_const() { return 1; } in non_const() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp165 int non_const() { return 1; } in non_const() function
H A Dand_then.pass.cpp142 std::optional<int> non_const() { return 1; } in non_const() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dgraph_utils_test.cc116 NodeDef* non_const = AddScalarPlaceholder(DT_INT64, &graph); in TEST() local