Home
last modified time | relevance | path

Searched defs:Public (Results 1 – 25 of 34) sorted by relevance

12

/external/golang-protobuf/protoc-gen-go/testdata/import_public/
Da.pb.go65 type Public struct { struct
66 M *sub.M `protobuf:"bytes,1,opt,name=m" json:"m,omitempty"`
67 … *sub.E `protobuf:"varint,2,opt,name=e,enum=goproto.test.import_public.sub.E" json:"e,omitempty"`
68 Local *Local `protobuf:"bytes,3,opt,name=local" json:"local,omitempty"`
69 XXX_NoUnkeyedLiteral struct{} `json:"-"`
70 XXX_unrecognized []byte `json:"-"`
71 XXX_sizecache int32 `json:"-"`
74 func (m *Public) Reset() { *m = Public{} }
75 func (m *Public) String() string { return proto.CompactTextString(m) }
76 func (*Public) ProtoMessage() {}
[all …]
Da.proto41 message Public { message
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp14 typedef Private Public; typedef in test1::A
35 typedef Private Public; typedef in test2::A
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp14 typedef Private Public; typedef in test1::A
35 typedef Private Public; typedef in test2::A
/external/javassist/src/test/test5/
DInnerModifier2.java5 public class Public {} class in InnerModifier2
/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DSerializeTest.cpp23 bool Public; member in clang::doc::ClangDocSerializeTestVisitor
35 ClangDocSerializeTestVisitor(EmittedInfoList &EmittedInfos, bool Public) in ClangDocSerializeTestVisitor()
64 void ExtractInfosFromCode(StringRef Code, size_t NumExpectedInfos, bool Public, in ExtractInfosFromCode()
74 bool Public, EmittedInfoList &EmittedInfos, in ExtractInfosFromCodeWithArgs()
/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp18.cpp3 struct Public {} public_; struct
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp18.cpp3 struct Public {} public_; struct
/external/llvm-project/mlir/include/mlir/IR/
DSymbolTable.h62 Public, enumerator
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DBreakpadRecords.h23 enum Kind { Module, Info, File, Func, Line, Public, StackCFI, StackWin }; enumerator
DBreakpadRecords.cpp26 Public, enumerator
/external/clang/test/CXX/class.access/
Dp6.cpp18 struct Public {}; struct Protected {}; struct Private {}; struct
Dp4.cpp10 class Public {} PublicInst; class
/external/llvm-project/clang/test/CXX/class.access/
Dp6.cpp18 struct Public {}; struct Protected {}; struct Private {}; struct
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProvider2Test.java1344 public static class Public extends AbstractAssisted { class in FactoryProvider2Test
1346 Public(@SuppressWarnings("unused") @Assisted String string) {} in Public() method in FactoryProvider2Test.Public
1349 Public(@SuppressWarnings("unused") @Assisted StringBuilder sb) {} in Public() method in FactoryProvider2Test.Public
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp361 PublicSym32 &Public) { in visitKnownRecord()
DSymbolDumper.cpp515 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, PublicSym32 &Public) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp361 PublicSym32 &Public) { in visitKnownRecord()
DSymbolDumper.cpp515 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, PublicSym32 &Public) { in visitKnownRecord()
/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h446 explicit VisibilityMacroDirective(SourceLocation Loc, bool Public) in VisibilityMacroDirective()
/external/clang/include/clang/Lex/
DMacroInfo.h456 explicit VisibilityMacroDirective(SourceLocation Loc, bool Public) in VisibilityMacroDirective()
/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2.py285 class Public(object): class
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp500 PublicSym32 &Public) { in visitPublicSym32()
/external/rust/crates/protobuf-codegen/src/
Dcode_writer.rs10 Public, enumerator
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h255 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator

12