Home
last modified time | relevance | path

Searched defs:function_base (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/
Dfork_join.cpp65 struct function_base struct in fork_join_pool
67 std::shared_ptr<std::size_t> work_count_;
68 void (*execute_)(std::shared_ptr<function_base>& p);
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dfork_join.cpp65 struct function_base struct in fork_join_pool
67 std::shared_ptr<std::size_t> work_count_;
68 void (*execute_)(std::shared_ptr<function_base>& p);
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc84 MemAddr function_base; in LookupAddress() local
306 MemAddr function_base, function_size; in FindWindowsFrameInfo() local
H A Dbasic_source_line_resolver.cc317 MemAddr function_base; in LookupAddress() local
380 MemAddr function_base, function_size; in FindWindowsFrameInfo() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree.hpp242 struct function_base struct
244 virtual ~function_base() {} in ~function_base()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/include/boost/function/
Dfunction_base.hpp600 class function_base class
603 function_base() : vtable(0) { } in function_base() function in boost::function_base
/aosp_15_r20/external/google-breakpad/src/processor/proto/
H A Dprocess_state.proto157 optional int64 function_base = 4; field
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame.h132 uint64_t function_base; member
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Dbytereader-inl.h170 inline void ByteReader::SetFunctionBase(uint64_t function_base) { in SetFunctionBase()