Home
last modified time | relevance | path

Searched refs:parseValue (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/
DJsonConfigLoader.cpp168 Result<int> parseValue(const std::string& name) const override { in parseValue() function in android::hardware::automotive::vehicle::jsonconfigloader_impl::ConstantParser
194 Result<int> parseValue(const std::string& name) const override { in parseValue() function in android::hardware::automotive::vehicle::jsonconfigloader_impl::CppConstantParser
212 Result<int> parseValue(const std::string& name) const override { in parseValue() function in android::hardware::automotive::vehicle::jsonconfigloader_impl::LocalVariableParser
375 Result<T> JsonValueParser::parseValue(const std::string& fieldName, in parseValue() function in android::hardware::automotive::vehicle::jsonconfigloader_impl::JsonValueParser
393 Result<std::string> JsonValueParser::parseValue<std::string>(const std::string& fieldName, in parseValue() function in android::hardware::automotive::vehicle::jsonconfigloader_impl::JsonValueParser
407 auto result = parseValue<T>(fieldName, value[i]); in parseArray()
438 auto result = it->second->parseValue(valueName); in parseConstantValue()
462 auto result = mValueParser.parseValue<T>(fieldName, parentJsonNode[fieldName]); in tryParseJsonValueToVariable()
508 auto result = mValueParser.parseValue<int32_t>(fieldName, parentJsonNode[fieldName]); in parseAccessChangeMode()
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/include/
DJsonConfigLoader.h41 virtual android::base::Result<int> parseValue(const std::string& name) const = 0;
61 android::base::Result<T> parseValue(const std::string& fieldName,
/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.c215 parseValue(driOptionValue *v, driOptionType type, const char *string) in parseValue() function
393 if (parseValue(&v, opt->info.type, envVal) && in driParseOptionInfo()
632 if (!parseValue(&info->range.start, info->type, cp) || in parseRange()
633 !parseValue(&info->range.end, info->type, sep+1)) { in parseRange()
675 if (!parseValue(&screenNum, DRI_INT, screen)) in parseDeviceAttr()
828 } else if (!parseValue(&cache->values[opt], cache->info[opt].type, value)) in parseOptConfAttr()