Searched refs:ResultType (Results 1 – 2 of 2) sorted by relevance
32 enum class ResultType { enum38 void PrintAllProperties(ResultType result_type) { in PrintAllProperties()55 if (result_type != ResultType::Value) { in PrintAllProperties()60 if (result_type == ResultType::Context) { in PrintAllProperties()73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()75 case ResultType::Value: in PrintProperty()78 case ResultType::Context: { in PrintProperty()84 case ResultType::Type: { in PrintProperty()94 auto result_type = ResultType::Value; in getprop_main()119 if (result_type != ResultType::Value) { in getprop_main()[all …]
102 enum ResultType { enum116 optional ResultType result_type = 9;