Lines Matching defs:operator
54 bool operator()(const RawAddress& bda, int* p_device_type) { in operator() function
65 bool operator()(const RawAddress& bda, tBLE_ADDR_TYPE* p_addr_type) { in operator() function
76 bool operator()(const std::string& section, const std::string& key) { in operator() function
90 bool operator()(const std::string& section, const std::string& key, in operator() function
105 bool operator()(const std::string& section, const std::string& key, in operator() function
119 bool operator()(const std::string& section, const std::string& key, in operator() function
133 bool operator()(const std::string& section, const std::string& key, in operator() function
147 bool operator()(const std::string& section, const std::string& key, in operator() function
161 bool operator()(const std::string& section, const std::string& key, in operator() function
175 bool operator()(const std::string& section, const std::string& key, in operator() function
188 size_t operator()(const std::string& section, const std::string& key) { in operator() function
201 bool operator()(const std::string& section, const std::string& key, in operator() function
214 std::vector<RawAddress> operator()() { return body(); }; in operator() function
223 bool operator()(const std::string& section, const std::string& key) { in operator() function
233 void operator()(void) { body(); }; in operator() function
241 void operator()(void) { body(); }; in operator() function
249 bool operator()(void) { return body(); }; in operator() function
257 void operator()(int fd) { body(fd); }; in operator() function