Home
last modified time | relevance | path

Searched defs:make_value (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dset_value.hpp29 make_value(const typename Type::key_type& key_val, in make_value() function
Dmap_value.hpp37 make_value(const typename Type:: key_type& key_val, in make_value() function
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Ditem.rs133 pub fn make_value(&mut self) { in make_value() method
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dany.cpp357 AnyValue make_value(T&& value) { in make_value() function
/aosp_15_r20/external/pigweed/pw_result/
H A Dresult_test.cc483 auto make_value = [](int x) { return Value{.number = x}; }; in __anon829849411202() variable