Home
last modified time | relevance | path

Searched refs:item_base (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/asio/example/cpp11/executors/
Dpriority_scheduler.cpp91 struct item_base struct in priority_scheduler
94 void (*execute_)(std::shared_ptr<item_base>&); argument
98 struct item : item_base
103 execute_ = [](std::shared_ptr<item_base>& p) in item()
117 const std::shared_ptr<item_base>& a, in operator ()()
118 const std::shared_ptr<item_base>& b) in operator ()()
127 std::shared_ptr<item_base>,
128 std::vector<std::shared_ptr<item_base>>,
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dpriority_scheduler.cpp91 struct item_base struct in priority_scheduler
94 void (*execute_)(std::shared_ptr<item_base>&); argument
98 struct item : item_base
103 execute_ = [](std::shared_ptr<item_base>& p) in item()
117 const std::shared_ptr<item_base>& a, in operator ()()
118 const std::shared_ptr<item_base>& b) in operator ()()
127 std::shared_ptr<item_base>,
128 std::vector<std::shared_ptr<item_base>>,
/third_party/boost/libs/asio/example/cpp14/executors/
Dpriority_scheduler.cpp118 struct item_base struct in priority_scheduler
121 void (*execute_)(std::shared_ptr<item_base>&); argument
125 struct item : item_base
130 execute_ = [](std::shared_ptr<item_base>& p) in item()
144 const std::shared_ptr<item_base>& a, in operator ()()
145 const std::shared_ptr<item_base>& b) in operator ()()
154 std::shared_ptr<item_base>,
155 std::vector<std::shared_ptr<item_base>>,
/third_party/libffi/src/powerpc/
Dffi_darwin.c352 char *item_base; in darwin64_struct_size_exceeds_gprs_p() local
358 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p()
363 if (darwin64_struct_size_exceeds_gprs_p (p, item_base, nfpr)) in darwin64_struct_size_exceeds_gprs_p()
370 item_base += 8; in darwin64_struct_size_exceeds_gprs_p()
385 if ((unsigned long)item_base >= 8*8) in darwin64_struct_size_exceeds_gprs_p()
436 char *item_base; in darwin64_pass_struct_floats() local
441 item_base = src + struct_offset; in darwin64_pass_struct_floats()
446 darwin64_pass_struct_floats (p, item_base, nfpr, in darwin64_pass_struct_floats()
451 *fpr_base++ = *(double *)item_base; in darwin64_pass_struct_floats()
453 item_base += 8; in darwin64_pass_struct_floats()
[all …]
/third_party/boost/boost/regex/v4/
Dbasic_regex_parser.hpp1365 const charT* item_base = m_position; // where the '[' or '^' was in parse_set() local
1376 item_base = m_position; in parse_set()
1382 if(m_position == item_base) in parse_set()