Home
last modified time | relevance | path

Searched defs:Tables (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/src/effects/
DSkTableColorFilter.cpp55 struct Tables { const uint8_t *r, *g, *b, *a; }; in onAppendStages() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dgaussian_distribution.h74 struct Tables { struct
78 static const Tables zg_; argument
/third_party/flutter/skia/src/effects/
DSkTableColorFilter.cpp115 struct Tables { const uint8_t *r, *g, *b, *a; }; in onAppendStages() argument
/third_party/python/Doc/library/
Dpickle.rst799 .. _pickle-state:
/third_party/typescript/scripts/
Dword2md.ts66 export interface Tables extends Collection<Table> { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h268 std::vector<wasm::WasmTable> Tables; variable
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h1802 struct Tables { const uint8_t *r, *g, *b, *a; }; in STAGE() argument
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h1837 struct Tables { const uint8_t *r, *g, *b, *a; }; in STAGE() struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h299 std::vector<Table> Tables; member
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h1959 class Tables; variable
Ddescriptor.cc504 class DescriptorPool::Tables { class in google::protobuf::DescriptorPool
789 DescriptorPool::Tables::Tables() in Tables() function in google::protobuf::DescriptorPool::Tables
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp2020 const auto &Tables = getContext().getMCDwarfLineTables(); in FinishImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp654 const DecodeTable Tables[] = { in getARMInstruction() local
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1633 ImPool<ImGuiTable> Tables; member