Static Public Member Functions | |
static Struct | of (String k1, Value v1) |
static Struct | of (String k1, Value v1) |
static Struct | of (String k1, Value v1, String k2, Value v2) |
static Struct | of (String k1, Value v1, String k2, Value v2) |
static Struct | of (String k1, Value v1, String k2, Value v2, String k3, Value v3) |
static Struct | of (String k1, Value v1, String k2, Value v2, String k3, Value v3) |
Private Member Functions | |
Structs () | |
Structs () | |
Utilities to help create
messages.
Definition at line 37 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.
|
inlineprivate |
Definition at line 64 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.
|
inlineprivate |
Definition at line 64 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.
Returns a struct containing the key-value pair.
Definition at line 42 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.
Returns a struct containing the key-value pair.
Definition at line 42 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.
|
inlinestatic |
Returns a struct containing each of the key-value pairs.
Providing duplicate keys is undefined behavior.
Definition at line 51 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.
|
inlinestatic |
Returns a struct containing each of the key-value pairs.
Providing duplicate keys is undefined behavior.
Definition at line 51 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.
|
inlinestatic |
Returns a struct containing each of the key-value pairs.
Providing duplicate keys is undefined behavior.
Definition at line 60 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.
|
inlinestatic |
Returns a struct containing each of the key-value pairs.
Providing duplicate keys is undefined behavior.
Definition at line 60 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Structs.java.