Home
last modified time | relevance | path

Searched refs:ptypes (Results 1 – 25 of 38) sorted by relevance

12

/external/golang-protobuf/
DAndroid.bp103 "golang-protobuf-ptypes-any",
118 "golang-protobuf-ptypes",
147 name: "golang-protobuf-ptypes",
148 pkgPath: "github.com/golang/protobuf/ptypes",
151 "golang-protobuf-ptypes-any",
152 "golang-protobuf-ptypes-duration",
153 "golang-protobuf-ptypes-timestamp",
157 "ptypes/any.go",
158 "ptypes/doc.go",
159 "ptypes/duration.go",
[all …]
Dregenerate.sh45 cp $tmpdir/google/protobuf/$p.pb.go ptypes/$p
46 cp $PROTO_INCLUDE/google/protobuf/$p.proto ptypes/$p
DMakefile35 go install ./proto ./jsonpb ./ptypes ./protoc-gen-go
/external/syzkaller/vendor/google.golang.org/grpc/status/
Dstatus.go151 any, err := ptypes.MarshalAny(detail)
168 detail := &ptypes.DynamicAny{}
169 if err := ptypes.UnmarshalAny(any, detail); err != nil {
/external/elfutils/libebl/
Deblsegmenttypename.c46 static const char *ptypes[PT_NUM] = in ebl_segment_type_name() local
61 res = ptypes[segment]; in ebl_segment_type_name()
/external/golang-protobuf/ptypes/
Ddoc.go35 package ptypes package
Dtimestamp.go32 package ptypes package
Dduration.go32 package ptypes package
Dany.go32 package ptypes package
Dduration_test.go32 package ptypes package
Dany_test.go32 package ptypes package
Dtimestamp_test.go32 package ptypes package
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/
Ddoc.go35 package ptypes package
Dduration.go32 package ptypes package
Dtimestamp.go32 package ptypes package
Dany.go32 package ptypes package
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/any/
Dany.proto36 option go_package = "github.com/golang/protobuf/ptypes/any";
80 // any, err := ptypes.MarshalAny(foo)
83 // if err := ptypes.UnmarshalAny(any, foo); err != nil {
/external/golang-protobuf/ptypes/any/
Dany.proto36 option go_package = "github.com/golang/protobuf/ptypes/any";
80 // any, err := ptypes.MarshalAny(foo)
83 // if err := ptypes.UnmarshalAny(any, foo); err != nil {
/external/golang-protobuf/proto/
Dencode_test.go60 outer, err := ptypes.MarshalAny(inner)
/external/selinux/python/sepolicy/sepolicy/
Dmanpage.py528 self.ptypes = []
531 for domain_type in self.ptypes:
559 self.ptypes.append(f)
669 if len(self.ptypes) == 0:
685 .EE""" % ", ".join(self.ptypes))
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUJDKCompare.java553 Class[] ptypes = m.getParameterTypes(); in toString() local
554 for (int j = 0; j < ptypes.length; ++j) { in toString()
558 buf.append(nameOf(ptypes[j])); in toString()
/external/protobuf/src/google/protobuf/
Dempty.proto36 option go_package = "github.com/golang/protobuf/ptypes/empty";
Dstruct.proto36 option go_package = "github.com/golang/protobuf/ptypes/struct;structpb";
Dduration.proto36 option go_package = "github.com/golang/protobuf/ptypes/duration";
/external/golang-protobuf/ptypes/empty/
Dempty.proto36 option go_package = "github.com/golang/protobuf/ptypes/empty";

12