Searched defs:ParseValue (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/libartbase/base/ |
H A D | flags.cc | 38 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 D | Config.cpp | 143 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 D | get_options.cc | 69 void bluetooth::test::headless::GetOpt::ParseValue( in ParseValue() function in bluetooth::test::headless::GetOpt
|
/aosp12/frameworks/base/tools/aapt2/format/binary/ |
H A D | BinaryResourceParser.cpp | 556 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 D | reader.h | 987 void ParseValue(InputStream& is, Handler& handler) { in ParseValue() function
|