Searched defs:non_const (Results 1 – 9 of 9) sorted by relevance
15 typedef detail::property_tag<0,0x00000400> non_const; typedef
28 typedef detail::property_tag<0,BOOST_FT_const> non_const; typedef
174 std::expected<int, int> non_const() { return std::expected<int, int>(std::unexpect, 1); } in non_const() function
94 int non_const() { return 1; } in non_const() function
150 std::expected<int, int> non_const() { return 1; } in non_const() function
165 int non_const() { return 1; } in non_const() function
142 std::optional<int> non_const() { return 1; } in non_const() function
116 NodeDef* non_const = AddScalarPlaceholder(DT_INT64, &graph); in TEST() local