webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Static Public Member Functions | |
static TestAllTypesLite.Builder | getAllLiteSetBuilder () |
static TestAllExtensionsLite | getAllLiteExtensionsSet () |
static TestPackedExtensionsLite | getLitePackedExtensionsSet () |
static void | setAllFields (TestAllTypesLite.Builder builder) |
static ExtensionRegistryLite | getExtensionRegistryLite () |
static void | registerAllExtensionsLite (ExtensionRegistryLite registry) |
static void | setAllExtensions (TestAllExtensionsLite.Builder message) |
static void | modifyRepeatedExtensions (TestAllExtensionsLite.Builder message) |
static void | setPackedExtensions (TestPackedExtensionsLite.Builder message) |
Contains methods for setting fields of
,
, and
. This is analogous to the functionality in TestUtil.java but does not depend on the presence of any non-lite protos.
This code is not to be used outside of
and subpackages.
|
inlinestatic |
Get a
with all fields set as they would be by setAllExtensions(TestAllExtensionsLite.Builder).
|
inlinestatic |
Get a
with all fields set as they would be by setAllFields(TestAllTypesLite.Builder).
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Modify the repeated extensions of
to contain the values expected by
.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Set every field of
to the values expected by
.
|
inlinestatic |