#include <field_mask_util.h>
|
static string | ToString (const FieldMask &mask) |
|
static void | FromString (StringPiece str, FieldMask *out) |
|
static bool | ToJsonString (const FieldMask &mask, string *out) |
|
static bool | FromJsonString (StringPiece str, FieldMask *out) |
|
template<typename T > |
static bool | IsValidPath (StringPiece path) |
|
template<typename T > |
static bool | IsValidFieldMask (const FieldMask &mask) |
|
template<typename T > |
static void | AddPathToFieldMask (StringPiece path, FieldMask *mask) |
|
template<typename T > |
static void | GetFieldMaskForAllFields (FieldMask *out) |
|
static void | ToCanonicalForm (const FieldMask &mask, FieldMask *out) |
|
static void | Union (const FieldMask &mask1, const FieldMask &mask2, FieldMask *out) |
|
static void | Intersect (const FieldMask &mask1, const FieldMask &mask2, FieldMask *out) |
|
static bool | IsPathInFieldMask (StringPiece path, const FieldMask &mask) |
|
static void | MergeMessageTo (const Message &source, const FieldMask &mask, const MergeOptions &options, Message *destination) |
|
◆ AddPathToFieldMask()
◆ FromJsonString()
◆ FromString()
◆ GetFieldMaskForAllFields()
template<typename T >
static void google::protobuf::util::FieldMaskUtil::GetFieldMaskForAllFields |
( |
FieldMask * |
out | ) |
|
|
inlinestatic |
◆ Intersect()
◆ IsPathInFieldMask()
bool google::protobuf::util::FieldMaskUtil::IsPathInFieldMask |
( |
StringPiece |
path, |
|
|
const FieldMask & |
mask |
|
) |
| |
|
static |
◆ IsValidFieldMask()
template<typename T >
static bool google::protobuf::util::FieldMaskUtil::IsValidFieldMask |
( |
const FieldMask & |
mask | ) |
|
|
inlinestatic |
◆ IsValidPath()
template<typename T >
static bool google::protobuf::util::FieldMaskUtil::IsValidPath |
( |
StringPiece |
path | ) |
|
|
inlinestatic |
◆ MergeMessageTo()
◆ MergeOptions()
google::protobuf::util::FieldMaskUtil::MergeOptions |
( |
| ) |
|
|
inline |
◆ replace_message_fields()
bool google::protobuf::util::FieldMaskUtil::replace_message_fields |
( |
| ) |
const |
|
inline |
◆ replace_repeated_fields()
bool google::protobuf::util::FieldMaskUtil::replace_repeated_fields |
( |
| ) |
const |
|
inline |
◆ set_replace_message_fields()
void google::protobuf::util::FieldMaskUtil::set_replace_message_fields |
( |
bool |
value | ) |
|
|
inline |
◆ set_replace_repeated_fields()
void google::protobuf::util::FieldMaskUtil::set_replace_repeated_fields |
( |
bool |
value | ) |
|
|
inline |
◆ ToCanonicalForm()
◆ ToJsonString()
bool google::protobuf::util::FieldMaskUtil::ToJsonString |
( |
const FieldMask & |
mask, |
|
|
string * |
out |
|
) |
| |
|
static |
◆ ToString()
string google::protobuf::util::FieldMaskUtil::ToString |
( |
const FieldMask & |
mask | ) |
|
|
static |
◆ Union()
◆ SnakeCaseCamelCaseTest
The documentation for this class was generated from the following files:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/util/field_mask_util.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/util/field_mask_util.cc