HomeSort by relevance Sort by last modified time
    Searched defs:SetExtension (Results 1 - 3 of 3) sorted by null

  /external/golang-protobuf/proto/
extensions.go 180 // When an extension is stored in a message using SetExtension
496 // SetExtension sets the specified extension of pb to the specified value.
497 func SetExtension(pb Message, extension *ExtensionDesc, value interface{}) error {
515 return fmt.Errorf("proto: SetExtension called with nil value of type %T", value)
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
extensions.go 180 // When an extension is stored in a message using SetExtension
480 // SetExtension sets the specified extension of pb to the specified value.
481 func SetExtension(pb Message, extension *ExtensionDesc, value interface{}) error {
499 return fmt.Errorf("proto: SetExtension called with nil value of type %T", value)
  /external/webrtc/webrtc/base/
pathutils.cc 199 bool Pathname::SetExtension(const std::string& extension) {
221 return SetExtension(EMPTY_STR) && SetBasename(filename);
223 return SetExtension(filename.substr(pos)) && SetBasename(filename.substr(0, pos));

Completed in 873 milliseconds