Home
last modified time | relevance | path

Searched defs:native_type (Results 1 – 13 of 13) sorted by relevance

/external/pigweed/pw_async/public/pw_async/
Dtask.h55 backend::NativeTask& native_type() { return native_type_; } in native_type() function
56 const backend::NativeTask& native_type() const { return native_type_; } in native_type() function
Dfake_dispatcher.h78 backend::NativeFakeDispatcher& native_type() { return native_dispatcher_; } in native_type() function
79 const backend::NativeFakeDispatcher& native_type() const { in native_type() function
/external/pigweed/pw_sync/public/pw_sync/
Dmutex.h80 backend::NativeMutex& native_type() { return native_type_; } in native_type() function
81 const backend::NativeMutex& native_type() const { return native_type_; } in native_type() function
/external/pigweed/pw_chrono_zephyr/
Dsystem_timer.cc37 backend::NativeSystemTimer* native_type = in HandleTimerWork() local
/external/pigweed/pw_chrono_embos/
Dsystem_timer.cc50 backend::NativeSystemTimer& native_type = in HandleTimerCallback() local
/external/pigweed/pw_chrono_freertos/
Dsystem_timer.cc48 backend::NativeSystemTimer& native_type = in HandleTimerCallback() local
/external/flatbuffers/src/
Didl_gen_cpp.cpp879 auto native_type = type.struct_def->attributes.Lookup("native_type"); in GenTypeNative() local
979 std::string GetUnionElement(const EnumVal &ev, bool native_type, in GetUnionElement()
1439 const auto native_type = GetUnionElement(ev, true, opts_); in GenEnum() local
1471 const auto native_type = GetUnionElement(ev, true, opts_); in GenEnum() local
2967 const auto native_type = struct_attrs.Lookup("native_type"); in GenUnpackVal() local
3232 const auto native_type = struct_attrs.Lookup("native_type"); in GenCreateParam() local
3329 const auto native_type = struct_attribs.Lookup("native_type"); in GenCreateParam() local
3465 auto native_type = in GenTablePost() local
/external/mesa3d/src/util/format/
Du_format_pack.py156 def native_type(format): function
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp48 typedef typename StreamSocketService::native_handle_type native_type; typedef in asio::basic_stream_socket
Dsocket_acceptor_service.hpp49 typedef typename service_impl_type::native_handle_type native_type; typedef in asio::socket_acceptor_service
Dstream_socket_service.hpp50 typedef typename service_impl_type::native_handle_type native_type; typedef in asio::stream_socket_service
Dbasic_socket_acceptor.hpp58 typedef typename SocketAcceptorService::native_handle_type native_type; typedef in asio::basic_socket_acceptor
Dbasic_socket.hpp45 typedef typename SocketService::native_handle_type native_type; typedef in asio::basic_socket