Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h67 FixedStreamArray<ColumnNumberEntry> Columns; member
112 std::vector<ColumnNumberEntry> Columns; member
/third_party/skia/resources/particles/
Dorientation.json7 "Columns": 1, number
Dsprite_frame.json7 "Columns": 4, number
/third_party/typescript/scripts/
Dword.d.ts50 export interface Columns extends Collection<Column> { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h77 std::vector<SourceColumnEntry> Columns; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp141 SmallVector<Value *, 16> Columns; member in __anoneac824e20111::LowerMatrixIntrinsics::ColumnMatrixTy
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp4031 void ImGui::Columns(int columns_count, const char* id, bool border) in Columns() function in ImGui
Dimgui_internal.h1298 ImVector<ImGuiOldColumnData> Columns; member
2201 ImSpan<ImGuiTableColumn> Columns; // Point within RawData[] member
/third_party/mesa3d/src/imgui/
Dimgui_internal.h647 ImVector<ImGuiColumnData> Columns; member
Dimgui.cpp8453 void ImGui::Columns(int columns_count, const char* id, bool border) in Columns() function in ImGui
/third_party/libabigail/tests/lib/
Dcatch.hpp8671 class Columns { class