Home
last modified time | relevance | path

Searched refs:public (Results 726 - 750 of 28396) sorted by relevance

1...<<21222324252627282930>>...1136

/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dscientificnumberformatter.h52 class U_I18N_API ScientificNumberFormatter : public UObject {
53 public:
146 class U_I18N_API Style : public UObject {
147 public:
160 class U_I18N_API SuperscriptStyle : public Style {
161 public:
172 class U_I18N_API MarkupStyle : public Style {
173 public:
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.h25 class IndexSubTableFormat1 : public IndexSubTable,
26 public RefCounted<IndexSubTableFormat1> {
27 public:
28 class Builder : public IndexSubTable::Builder,
29 public RefCounted<Builder> {
30 public:
32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
33 public:
H A Dindex_sub_table_format2.h25 class IndexSubTableFormat2 : public IndexSubTable,
26 public RefCounted<IndexSubTableFormat2> {
27 public:
28 class Builder : public IndexSubTable::Builder,
29 public RefCounted<Builder> {
30 public:
32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
33 public:
H A Dindex_sub_table_format3.h24 class IndexSubTableFormat3 : public IndexSubTable,
25 public RefCounted<IndexSubTableFormat3> {
26 public:
27 class Builder : public IndexSubTable::Builder,
28 public RefCounted<Builder> {
29 public:
31 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
32 public:
H A Dindex_sub_table_format5.h25 class IndexSubTableFormat5 : public IndexSubTable,
26 public RefCounted<IndexSubTableFormat5> {
27 public:
28 class Builder : public IndexSubTable::Builder,
29 public RefCounted<Builder> {
30 public:
32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
33 public:
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h27 class LocaTable : public Table, public RefCounted<LocaTable> {
28 public:
29 class LocaIterator : public PODIterator<int32_t, LocaTable> {
30 public:
41 class Builder : public Table::Builder, public RefCounted<Builder> {
42 public:
43 // Constructor scope altered to public for base class to instantiate.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h28 class IRMaterializationUnit : public MaterializationUnit {
29 public:
65 public:
112 class BasicIRLayerMaterializationUnit : public IRMaterializationUnit {
113 public:
127 public:
149 class BasicObjectLayerMaterializationUnit : public MaterializationUnit {
150 public:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h31 class AMDGPUAAResult : public AAResultBase<AMDGPUAAResult> {
36 public:
58 class AMDGPUAA : public AnalysisInfoMixin<AMDGPUAA> {
63 public:
73 class AMDGPUAAWrapperPass : public ImmutablePass {
76 public:
102 class AMDGPUExternalAAWrapper : public ExternalAAWrapperPass {
103 public:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h29 class WebAssemblyTargetStreamer : public MCTargetStreamer {
30 public:
60 class WebAssemblyTargetAsmStreamer final : public WebAssemblyTargetStreamer {
63 public:
78 class WebAssemblyTargetWasmStreamer final : public WebAssemblyTargetStreamer {
79 public:
97 class WebAssemblyTargetNullStreamer final : public WebAssemblyTargetStreamer {
98 public:
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictionarydata.h32 class U_COMMON_API DictionaryData : public UMemory {
33 public:
69 class U_COMMON_API DictionaryMatcher : public UMemory {
70 public:
102 class U_COMMON_API UCharsDictionaryMatcher : public DictionaryMatcher {
103 public:
118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
119 public:
H A Drbbirb.h49 class RBBISymbolTableEntry : public UMemory { // The symbol table hash table contains one
50 public: // of these structs for each entry.
62 class RBBISymbolTable : public UMemory, public SymbolTable {
74 public:
108 class RBBIRuleBuilder : public UMemory {
109 public:
113 // public ICU API for creating RBBIs uses this function to do the actual work.
119 public:
120 // The "public" function
[all...]
/third_party/python/PC/layout/support/
H A Dlogging.py17 def public(f): function
22 @public
62 @public
67 @public
72 @public
77 @public
84 @public
91 @public
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h122 struct INoMarshal : public IUnknown {};
125 struct IMalloc : public IUnknown {
133 struct ISequentialStream : public IUnknown {
139 struct IStream : public ISequentialStream {
267 struct IDxcBlob : public IUnknown {
268 public:
274 struct IDxcBlobEncoding : public IDxcBlob {
275 public:
290 struct IDxcBlobUtf16 : public IDxcBlobEncoding {
291 public
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h59 public:
79 class DIEAbbrev : public FoldingSetNode {
95 public:
144 public:
166 public:
204 public:
221 public:
240 public:
259 public:
275 public
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Danimated_image.h38 class AnimatedImage : public virtual CanvasImage {
40 public:
118 class AnimatedSkImage : public AnimatedImage, public SkiaImage {
120 public:
128 class AnimatedRSImage : public AnimatedImage, public DrawingImage {
130 public:
178 class AnimatedPixmap : public AnimatedImage, public PixelMapImag
[all...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dffi_remote_data.h36 public:
94 public: \
116 class FFI_EXPORT RemoteData : public TypeBase, public virtual RefBase {
118 public:
144 public:
152 class FFI_EXPORT CJLambdaRemoteData : public RemoteData {
154 public:
175 class FFI_EXPORT FFIData : public TypeBase, public RefBas
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h37 public:
39 public:
52 class StateMachine : public utility::StateMachine {
53 public:
68 class StateBase : public utility::StateMachine::State {
69 public:
78 struct Idle : public StateBase {
85 struct Connecting : public StateBase {
92 struct Connected : public StateBase {
99 struct Disconnecting : public StateBas
[all...]
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h50 public:
67 class DepthDataListener : public IBufferConsumerListener, public ListenerBase {
68 public:
94 class DepthDataOutputCallback : public DepthDataStateCallback,
95 public ListenerBase,
96 public std::enable_shared_from_this<DepthDataOutputCallback> {
97 public:
119 class DepthDataOutputNapi : public CameraNapiEventEmitter<DepthDataOutputNapi> {
120 public
[all...]
H A Dmetadata_output_napi.h29 class MetadataOutputCallback : public MetadataObjectCallback, public ListenerBase,
30 public std::enable_shared_from_this<MetadataOutputCallback> {
31 public:
45 class MetadataStateCallbackNapi : public MetadataStateCallback, public ListenerBase,
46 public std::enable_shared_from_this<MetadataStateCallbackNapi> {
47 public:
72 class MetadataOutputNapi : public CameraNapiEventEmitter<MetadataOutputNapi> {
73 public
[all...]
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
H A Dcommon.h51 public:
107 class TestBufferConsumerListener : public OHOS::IBufferConsumerListener {
108 public:
128 public:
150 public:
165 class DemoCameraDeviceCallback : public ICameraDeviceCallback {
166 public:
177 class TestStreamOperatorCallback : public IStreamOperatorCallback {
178 public:
187 class TestCameraHostCallback : public ICameraHostCallbac
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
H A Dcommon.h50 public:
122 class TestBufferConsumerListener : public OHOS::IBufferConsumerListener {
123 public:
143 public:
165 public:
180 class DemoCameraDeviceCallback : public ICameraDeviceCallback {
181 public:
192 class TestStreamOperatorCallback : public IStreamOperatorCallback {
193 public:
202 class TestCameraHostCallback : public ICameraHostCallbac
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dformattedval_impl.h76 class FormattedValueFieldPositionIteratorImpl : public UMemory, public FormattedValue {
77 public:
149 class U_I18N_API FormattedValueStringBuilderImpl : public UMemory, public FormattedValue {
150 public:
203 struct UFormattedValueImpl : public UMemory, public UFormattedValueApiHelper {
287 * @param CPPType The public C++ type, like FormattedList
288 * @param CType The public
[all...]
/third_party/lzma/CPP/Windows/
H A DFileFind.h72 public:
160 struct CFileInfo: public CFileInfoBase
187 public:
194 class CFindFile: public CFindFileBase
196 public:
213 class CFindStream: public CFindFileBase
215 public:
226 public:
240 public:
250 public
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedval_impl.h76 class FormattedValueFieldPositionIteratorImpl : public UMemory, public FormattedValue {
77 public:
149 class U_I18N_API FormattedValueStringBuilderImpl : public UMemory, public FormattedValue {
150 public:
206 struct UFormattedValueImpl : public UMemory, public UFormattedValueApiHelper {
290 * @param CPPType The public C++ type, like FormattedList
291 * @param CType The public
[all...]
H A Dislamcal.h83 class U_I18N_API IslamicCalendar : public Calendar {
84 public:
310 public:
404 class U_I18N_API IslamicCivilCalendar : public IslamicCalendar {
405 public:
519 class U_I18N_API IslamicTBLACalendar : public IslamicCivilCalendar {
520 public:
587 class U_I18N_API IslamicUmalquraCalendar : public IslamicCalendar {
588 public:
703 class U_I18N_API IslamicRGSACalendar : public IslamicCalenda
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...1136