OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newTypeError
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
Utils.java
77
throw runtime.
newTypeError
("Expected number type for integral field.");
97
throw runtime.
newTypeError
("Expected number type for float field.");
101
throw runtime.
newTypeError
("Expected number type for double field.");
105
throw runtime.
newTypeError
("Invalid argument for boolean field.");
113
throw runtime.
newTypeError
(value, typeClass);
124
throw runtime.
newTypeError
("Expected number or symbol type for enum field.");
185
throw runtime.
newTypeError
("Invalid argument for string field.");
190
throw runtime.
newTypeError
("Encoding for bytes fields" +
196
throw runtime.
newTypeError
("Encoding for string fields" +
RubyMessage.java
84
throw runtime.
newTypeError
("Expected symbols as hash keys in initialization map.");
454
throw runtime.
newTypeError
("Expected repeated field array");
470
throw runtime.
newTypeError
("Expected number type for integral field.");
492
throw runtime.
newTypeError
("Expected number type for float field.");
497
throw runtime.
newTypeError
("Expected number type for double field.");
502
throw runtime.
newTypeError
("Invalid argument for boolean field.");
523
throw runtime.
newTypeError
(value, "Invalid type to assign to submessage field.");
534
throw runtime.
newTypeError
("Expected number or symbol type for enum field.");
648
throw context.runtime.
newTypeError
("Expected Map instance");
[
all
...]
Completed in 5064 milliseconds