Home
last modified time | relevance | path

Searched defs:SourcePath (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/reflect/protoreflect/
Dsource.go24 ByPath(path SourcePath) SourceLocation
68 type SourcePath []int32 type
71 func (p1 SourcePath) Equal(p2 SourcePath) bool {
/external/golang-protobuf/internal/filedesc/
Ddesc_list.go445 func newPathKey(p protoreflect.SourcePath) (k pathKey) {
/external/clang/lib/Tooling/
DTooling.cpp380 for (const auto &SourcePath : SourcePaths) { in run() local