Home
last modified time | relevance | path

Searched defs:ParseAs (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/openthread/src/core/utils/
H A Dparse_cmdline.hpp660 template <> inline otError Arg::ParseAs(uint8_t &aValue) const { return ParseAsUint8(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg
662 template <> inline otError Arg::ParseAs(uint16_t &aValue) const { return ParseAsUint16(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg
664 template <> inline otError Arg::ParseAs(uint32_t &aValue) const { return ParseAsUint32(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg
666 template <> inline otError Arg::ParseAs(uint64_t &aValue) const { return ParseAsUint64(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg
668 template <> inline otError Arg::ParseAs(bool &aValue) const { return ParseAsBool(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg
670 template <> inline otError Arg::ParseAs(int8_t &aValue) const { return ParseAsInt8(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg
672 template <> inline otError Arg::ParseAs(int16_t &aValue) const { return ParseAsInt16(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg
674 template <> inline otError Arg::ParseAs(int32_t &aValue) const { return ParseAsInt32(aValue); } in ParseAs() function in ot::Utils::CmdLineParser::Arg
676 template <> inline otError Arg::ParseAs(const char *&aValue) const in ParseAs() function in ot::Utils::CmdLineParser::Arg
683 template <> inline otError Arg::ParseAs(otIp6Address &aValue) const { return ParseAsIp6Address(aVal… in ParseAs() function in ot::Utils::CmdLineParser::Arg
[all …]
/aosp_15_r20/external/ltp/android/tools/
H A Dmake_parser.py116 def ParseAs(self, line): member in MakeParser
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/
H A Dcivil_time.cc74 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/
H A Dcivil_time.cc73 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/
H A Dcivil_time.cc73 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
/aosp_15_r20/external/abseil-cpp/absl/time/
H A Dcivil_time.cc73 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dcivil_time.cc73 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/
H A Dcivil_time.cc73 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/
H A Dcivil_time.cc73 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() function
/aosp_15_r20/external/clang/lib/Parse/
H A DParseExprCXX.cpp3129 ParenParseOption ParseAs; in ParseCXXAmbiguousParenExpression() local