Home
last modified time | relevance | path

Searched defs:get_optional (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Dptree_implementation.hpp798 optional<Type> basic_ptree<K, D, C>::get_optional(const path_type &path, in get_optional() function in boost::property_tree::basic_ptree
810 optional<Type> basic_ptree<K, D, C>::get_optional( in get_optional() function in boost::property_tree::basic_ptree
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Doptional_test.py424 def get_optional(): function