Home
last modified time | relevance | path

Searched defs:str_id (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dstack_profile_tracker.cc54 for (SourceStringId str_id : mapping.name_ids) { in AddMapping() local
151 const StringId str_id = in AddFrame() local
/external/sg3_utils/src/
Dsg_stream_ctl.c180 sg_ll_stream_control(int sg_fd, uint32_t str_ctl, uint16_t str_id, in sg_ll_stream_control()
Dsg_write_x.c177 uint16_t str_id; /* (stream ID) is for WRITE STREAM */ member
/external/mesa3d/src/imgui/
Dimgui.cpp4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild()
6480 void ImGui::PushID(const char* str_id) in PushID()
6511 ImGuiID ImGui::GetID(const char* str_id) in GetID()
6730 bool ImGui::IsPopupOpen(const char* str_id) in IsPopupOpen()
6746 void ImGui::OpenPopup(const char* str_id) in OpenPopup()
6798 bool ImGui::OpenPopupOnItemClick(const char* str_id, int mouse_button) in OpenPopupOnItemClick()
6924 bool ImGui::BeginPopup(const char* str_id, ImGuiWindowFlags flags) in BeginPopup()
6981 bool ImGui::BeginPopupContextItem(const char* str_id, int mouse_button) in BeginPopupContextItem()
6991 bool ImGui::BeginPopupContextWindow(const char* str_id, int mouse_button, bool also_over_items) in BeginPopupContextWindow()
7002 bool ImGui::BeginPopupContextVoid(const char* str_id, int mouse_button) in BeginPopupContextVoid()
[all …]
Dimgui_widgets.cpp604 bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg) in InvisibleButton()
626 bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) in ArrowButtonEx()
655 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton()
4627 bool ImGui::TreeNode(const char* str_id, const char* fmt, ...) in TreeNode()
4653 bool ImGui::TreeNodeV(const char* str_id, const char* fmt, va_list args) in TreeNodeV()
4672 bool ImGui::TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) in TreeNodeEx()
4690 bool ImGui::TreeNodeExV(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) in TreeNodeExV()
4911 void ImGui::TreePush(const char* str_id) in TreePush()
5863 bool ImGui::BeginTabBar(const char* str_id, ImGuiTabBarFlags flags) in BeginTabBar()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc145 void StringToNcclUniqueId(const string& str_id, ncclUniqueId* nccl_id) { in StringToNcclUniqueId()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc1193 StringId str_id = context_->storage->InternString(base::StringView( in ParseTypedFtraceToRaw() local