Searched refs:result_type (Results 1 – 5 of 5) sorted by relevance
38 void PrintAllProperties(ResultType result_type) { in PrintAllProperties() argument55 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() argument74 switch (result_type) { in PrintProperty()94 auto result_type = ResultType::Value; in getprop_main() local119 if (result_type != ResultType::Value) { in getprop_main()123 result_type = ResultType::Type; in getprop_main()126 if (result_type != ResultType::Value) { in getprop_main()130 result_type = ResultType::Context; in getprop_main()[all …]
55 using result_type = size_t;56 result_type operator()(argument_type const& s) const noexcept {59 result_type const h1 = std::hash<size_t>{}(s.inode);
28 ResultType result_type, in ScanSettings() argument34 result_type_(result_type), in ScanSettings()
117 ResultType result_type, base::TimeDelta report_delay_ms,130 ResultType result_type() const { return result_type_; } in result_type() function
55 std::random_device::result_type initial_seed_;