Home
last modified time | relevance | path

Searched defs:GetOptional (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/
H A Dmedia_constraints.h109 const Constraints& GetOptional() const { return optional_; } in GetOptional() function
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dfield_trial_parser.h192 absl::optional<T> GetOptional() const { return value_; } in GetOptional() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dtable.h67 flatbuffers::Optional<Face> GetOptional(voffset_t field) const { in GetOptional() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dtable.h67 flatbuffers::Optional<Face> GetOptional(voffset_t field) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/art/libartbase/base/
H A Dvariant_map.h235 std::optional<TValue> GetOptional(const TKey<TValue>& key) const { in GetOptional() function
/aosp_15_r20/system/libbase/
H A Dproperties.cpp359 std::optional<bool> CachedBoolProperty::GetOptional() { in GetOptional() function in android::base::CachedBoolProperty