webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Test nano runtime.
|
inline |
|
inline |
|
inline |
Regression test for https://github.com/google/protobuf/issues/292
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Tests that when merging with empty entries, we will use default for the key and value, instead of null.
|
inline |
Tests that merging bytes containing conflicting keys with override the message value instead of merging the message value into the existing entry.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Tests that invalid enum values from the wire are not accepted.
|
inline |
Tests the same as testNanoEnumValidity() with accessor style. Repeated fields are not re-tested here because they are not affected by the accessor style.
|
inline |
|
inline |
Tests that code generation correctly handles enums in different scopes in a source file with the option java_multiple_files set to true. Any error would cause this method to fail compilation.
|
inline |
Tests that code generation with mixed values of the java_multiple_files options between the main source file and the imported source files would generate correct references. Any error would cause this method to fail compilation.
|
inline |
Tests that code generation correctly skips generating the outer class if unnecessary, letting a file-scope entity have the same name. The class
shares the same name with the file's outer class defined explicitly, but the file contains no other entities and has java_multiple_files set. Any error would cause this method to fail compilation.
|
inline |
Tests that fields with a default value of NaN are not serialized when set to NaN. This is a special case as NaN != NaN, so normal equality checks don't work.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Tests that code generation correctly wraps a single message into its outer class. The class
is imported from the outer class
, whose name is implicit. Any error would cause this method to fail compilation.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Test that a bug in skipRawBytes() has been fixed: if the skip skips exactly up to a limit, this should not break things.
|
inline |
Test that a bug in skipRawBytes() has been fixed: if the skip skips past the end of a buffer with a limit that has been set past the end of that buffer, this should not break things.
|
inline |