Home
last modified time | relevance | path

Searched defs:setFieldName (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DOneofField.php58 public function setFieldName($field_name) function in Google\\Protobuf\\Internal\\OneofField
/third_party/glslang/glslang/Include/
DTypes.h1770 virtual void setFieldName(const TString& n) { fieldName = NewPoolTString(n.c_str()); } in setFieldName() function