MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / SetString

Method SetString

eval/public/structs/field_access_impl.cc:589–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587 }
588
589 bool SetString(CelValue::StringHolder value) const {
590 GetReflection()->SetString(msg_, field_desc_, std::string(value.value()));
591 return true;
592 }
593
594 bool SetBytes(CelValue::BytesHolder value) const {
595 GetReflection()->SetString(msg_, field_desc_, std::string(value.value()));

Callers 7

AssignStringMethod · 0.45
SetBytesMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
SetValueMethod · 0.45
SetTypeUrlMethod · 0.45
SetStringValueMethod · 0.45
SetSingularFieldMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by 1

ASSERT_OK_AND_ASSIGNFunction · 0.36