◆ RubyMessage()
com.google.protobuf.jruby.RubyMessage.RubyMessage |
( |
Ruby |
ruby, |
|
|
RubyClass |
klazz, |
|
|
Descriptors.Descriptor |
descriptor |
|
) |
| |
|
inline |
◆ build() [1/2]
DynamicMessage com.google.protobuf.jruby.RubyMessage.build |
( |
ThreadContext |
context | ) |
|
|
inlineprotected |
◆ build() [2/2]
DynamicMessage com.google.protobuf.jruby.RubyMessage.build |
( |
ThreadContext |
context, |
|
|
int |
depth |
|
) |
| |
|
inlineprotected |
◆ decode()
static IRubyObject com.google.protobuf.jruby.RubyMessage.decode |
( |
ThreadContext |
context, |
|
|
IRubyObject |
recv, |
|
|
IRubyObject |
data |
|
) |
| |
|
inlinestatic |
◆ decodeJson()
static IRubyObject com.google.protobuf.jruby.RubyMessage.decodeJson |
( |
ThreadContext |
context, |
|
|
IRubyObject |
recv, |
|
|
IRubyObject |
json |
|
) |
| |
|
inlinestatic |
◆ deepCopy()
IRubyObject com.google.protobuf.jruby.RubyMessage.deepCopy |
( |
ThreadContext |
context | ) |
|
|
inlineprotected |
◆ dup()
IRubyObject com.google.protobuf.jruby.RubyMessage.dup |
( |
ThreadContext |
context | ) |
|
|
inline |
call-seq: Message.dup => new_message Performs a shallow copy of this message and returns the new copy.
◆ encode()
static IRubyObject com.google.protobuf.jruby.RubyMessage.encode |
( |
ThreadContext |
context, |
|
|
IRubyObject |
recv, |
|
|
IRubyObject |
value |
|
) |
| |
|
inlinestatic |
◆ encodeJson()
static IRubyObject com.google.protobuf.jruby.RubyMessage.encodeJson |
( |
ThreadContext |
context, |
|
|
IRubyObject |
recv, |
|
|
IRubyObject |
msgRb |
|
) |
| |
|
inlinestatic |
◆ eq()
IRubyObject com.google.protobuf.jruby.RubyMessage.eq |
( |
ThreadContext |
context, |
|
|
IRubyObject |
other |
|
) |
| |
|
inline |
◆ getDescriptor() [1/2]
static IRubyObject com.google.protobuf.jruby.RubyMessage.getDescriptor |
( |
ThreadContext |
context, |
|
|
IRubyObject |
recv |
|
) |
| |
|
inlinestatic |
◆ getDescriptor() [2/2]
◆ getField()
◆ hash()
IRubyObject com.google.protobuf.jruby.RubyMessage.hash |
( |
ThreadContext |
context | ) |
|
|
inline |
◆ index()
IRubyObject com.google.protobuf.jruby.RubyMessage.index |
( |
ThreadContext |
context, |
|
|
IRubyObject |
fieldName |
|
) |
| |
|
inline |
◆ indexSet()
IRubyObject com.google.protobuf.jruby.RubyMessage.indexSet |
( |
ThreadContext |
context, |
|
|
IRubyObject |
fieldName, |
|
|
IRubyObject |
value |
|
) |
| |
|
inline |
◆ initialize()
IRubyObject com.google.protobuf.jruby.RubyMessage.initialize |
( |
final ThreadContext |
context, |
|
|
IRubyObject [] |
args |
|
) |
| |
|
inline |
◆ inspect()
IRubyObject com.google.protobuf.jruby.RubyMessage.inspect |
( |
| ) |
|
|
inline |
◆ methodMissing()
IRubyObject com.google.protobuf.jruby.RubyMessage.methodMissing |
( |
ThreadContext |
context, |
|
|
IRubyObject [] |
args |
|
) |
| |
|
inline |
◆ setField()
IRubyObject com.google.protobuf.jruby.RubyMessage.setField |
( |
ThreadContext |
context, |
|
|
Descriptors.FieldDescriptor |
fieldDescriptor, |
|
|
IRubyObject |
value |
|
) |
| |
|
inlineprotected |
◆ toHash()
IRubyObject com.google.protobuf.jruby.RubyMessage.toHash |
( |
ThreadContext |
context | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java