Searched refs:child_id (Results 1 - 5 of 5) sorted by relevance
/third_party/googletest/googletest/test/ |
H A D | gtest_xml_test_utils.py | 97 for child_id, child in expected_children.items(): 98 self.assert_(child_id in actual_children, 100 (child_id, actual_children, actual_node.tagName)) 101 self.AssertEquivalentNodes(child, actual_children[child_id]) 133 child_id = child.parentNode.getAttribute('name') + '-properties' 137 child_id = child.getAttribute( 139 self.assert_(child_id not in children) 140 children[child_id] = child
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command_posix.cc | 171 int child_id = fork(); in Exec() local 172 if (child_id < 0) { in Exec() 178 if (child_id > 0) { in Exec() 233 waitpid(child_id, &output.error_code, 0); in Exec()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 2510 for child_id in module.children() { in compute_enum_typedef_combos() 2512 self.items[child_id.0].as_ref().map(Item::kind) in compute_enum_typedef_combos() 2535 for child_id in module.children() { in compute_enum_typedef_combos() 2537 self.items[child_id.0].as_ref().map(Item::kind) in compute_enum_typedef_combos() 2541 enum_typedef_combos.insert(*child_id); in compute_enum_typedef_combos()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 2840 const ImGuiID child_id = ImGui::GetID((void*)(intptr_t)i); in ShowDemoWindowLayout() local 2841 const bool child_is_visible = ImGui::BeginChild(child_id, ImVec2(child_w, 200.0f), true, child_flags); in ShowDemoWindowLayout() 2886 ImGuiID child_id = ImGui::GetID((void*)(intptr_t)i); in ShowDemoWindowLayout() local 2887 bool child_is_visible = ImGui::BeginChild(child_id, ImVec2(-100, child_height), true, child_flags); in ShowDemoWindowLayout()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 3035 for (auto child_id : itr->second) in notify_variable_access() 3036 notify_variable_access(child_id, block); in notify_variable_access()
|
Completed in 41 milliseconds