OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetExtension
(Results
1 - 5
of
5
) sorted by null
/external/golang-protobuf/proto/
extensions.go
47
// ErrMissingExtension is the error returned by
GetExtension
if the named extension is not in the message.
186
// accessed using
GetExtension
(or GetExtensions) desc and value
310
//
GetExtension
retrieves a proto2 extended field from pb.
313
// then
GetExtension
parses the encoded field and returns a Go value of the specified type.
318
// then
GetExtension
returns the raw encoded bytes of the field extension.
319
func
GetExtension
(pb Message, extension *ExtensionDesc) (interface{}, error) {
349
//
GetExtension
was called twice with two different
454
extensions[i], err =
GetExtension
(epb, e)
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
extensions.go
47
// ErrMissingExtension is the error returned by
GetExtension
if the named extension is not in the message.
186
// accessed using
GetExtension
(or GetExtensions) desc and value
294
//
GetExtension
retrieves a proto2 extended field from pb.
297
// then
GetExtension
parses the encoded field and returns a Go value of the specified type.
302
// then
GetExtension
returns the raw encoded bytes of the field extension.
303
func
GetExtension
(pb Message, extension *ExtensionDesc) (interface{}, error) {
333
//
GetExtension
was called twice with two different
438
extensions[i], err =
GetExtension
(epb, e)
/external/flatbuffers/src/
util.cpp
131
std::string
GetExtension
(const std::string &filepath) {
/external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go
499
func (m *FileDescriptorProto)
GetExtension
() []*FieldDescriptorProto {
585
func (m *DescriptorProto)
GetExtension
() []*FieldDescriptorProto {
[
all
...]
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go
471
func (m *FileDescriptorProto)
GetExtension
() []*FieldDescriptorProto {
556
func (m *DescriptorProto)
GetExtension
() []*FieldDescriptorProto {
[
all
...]
Completed in 333 milliseconds