Home
last modified time | relevance | path

Searched defs:TryParse (Results 1 – 25 of 200) sorted by relevance

12345678

/aosp_15_r20/external/openscreen/cast/streaming/
H A Danswer_messages.cc167 bool AspectRatio::TryParse(const Json::Value& value, AspectRatio* out) { in TryParse() function in openscreen::cast::AspectRatio
191 bool AudioConstraints::TryParse(const Json::Value& root, in TryParse() function in openscreen::cast::AudioConstraints
229 bool VideoConstraints::TryParse(const Json::Value& root, in TryParse() function in openscreen::cast::VideoConstraints
284 bool Constraints::TryParse(const Json::Value& root, Constraints* out) { in TryParse() function in openscreen::cast::Constraints
305 bool DisplayDescription::TryParse(const Json::Value& root, in TryParse() function in openscreen::cast::DisplayDescription
366 bool Answer::TryParse(const Json::Value& root, Answer* out) { in TryParse() function in openscreen::cast::Answer
H A Doffer_messages.cc175 Error Stream::TryParse(const Json::Value& value, in TryParse() function in openscreen::cast::Stream
255 Error AudioStream::TryParse(const Json::Value& value, AudioStream* out) { in TryParse() function in openscreen::cast::AudioStream
296 Error VideoStream::TryParse(const Json::Value& value, VideoStream* out) { in TryParse() function in openscreen::cast::VideoStream
374 Error Offer::TryParse(const Json::Value& root, Offer* out) { in TryParse() function in openscreen::cast::Offer
H A Dresolution.cc44 bool Resolution::TryParse(const Json::Value& root, Resolution* out) { in TryParse() function in openscreen::cast::Resolution
77 bool Dimensions::TryParse(const Json::Value& root, Dimensions* out) { in TryParse() function in openscreen::cast::Dimensions
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dmachine.rs119 pub trait TryParse: Sized { interface
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
H A Dparse-number-eval.h97 StatusOr<T> TryParse(const std::string& data) const { in TryParse() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/sysprop/android/sysprop/
DHypervisorProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DVndkProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/linux_glibc_x86_64_static/gen/sysprop/android/sysprop/
DHypervisorProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DSocProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DDeviceProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static/gen/sysprop/android/sysprop/
DApkVerityProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DSocProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DHypervisorProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DWidevineProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DSensorProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DBackportedFixesProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static_apex31/gen/sysprop/android/sysprop/
DWidevineProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DBackportedFixesProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static_apex31_sabi/gen/sysprop/android/sysprop/
DTraceProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DHypervisorProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DSensorProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DAdbProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
DDeviceProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/gui/sysprop/libLibGuiProperties/android_arm64_armv8-2a_cortex-a55_static_cfi_apex31/gen/sysprop/
DLibGuiProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/hwui/libhwui/android_arm64_armv8-2a_cortex-a55_static/gen/sysprop/
DHWUIProperties.sysprop.cpp113 template <typename T> inline T TryParse(const char* str) { in TryParse() function

12345678