Home
last modified time | relevance | path

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

/external/pigweed/pw_sync/public/pw_sync/
Dmutex.h76 backend::NativeMutex& native_type() { return native_type_; } in native_type() function
77 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.cpp772 auto native_type = type.struct_def->attributes.Lookup("native_type"); in GenTypeNative() local
840 bool native_type = false) { in GetUnionElement()
1268 const auto native_type = in GenEnum() local
1302 const auto native_type = in GenEnum() local
2395 auto native_type = type.struct_def->attributes.Lookup("native_type"); in GenUnpackVal() local
2606 auto native_type = in GenCreateParam() local
2689 auto native_type = in GenCreateParam() local
2812 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/
Dsocket_acceptor_service.hpp49 typedef typename service_impl_type::native_handle_type native_type; typedef in asio::socket_acceptor_service
Dbasic_stream_socket.hpp48 typedef typename StreamSocketService::native_handle_type native_type; typedef in asio::basic_stream_socket
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