Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dflags.cc38 bool ParseValue(const std::string_view value, std::optional<bool>* destination) { in ParseValue() function
51 bool ParseValue(const std::string_view value, std::optional<int32_t>* destination) { in ParseValue() function
60 bool ParseValue(const std::string_view value, in ParseValue() function
70 bool ParseValue(const std::string_view value, std::optional<std::string>* destination) { in ParseValue() function
/aosp12/bionic/libc/malloc_debug/
H A DConfig.cpp143 bool Config::ParseValue(const std::string& option, const std::string& value, size_t min_value, in ParseValue() function in Config
184 bool Config::ParseValue(const std::string& option, const std::string& value, size_t default_value, in ParseValue() function in Config
/aosp12/system/bt/test/headless/
H A Dget_options.cc69 void bluetooth::test::headless::GetOpt::ParseValue( in ParseValue() function in bluetooth::test::headless::GetOpt
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp556 std::unique_ptr<Item> BinaryResourceParser::ParseValue(const ResourceNameRef& name, in ParseValue() function in aapt::BinaryResourceParser
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dreader.h987 void ParseValue(InputStream& is, Handler& handler) { in ParseValue() function