Home
last modified time | relevance | path

Searched refs:GetDefaultValue (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgststrmif.h67 virtual HRESULT STDMETHODCALLTYPE GetDefaultValue(
165 HRESULT ( STDMETHODCALLTYPE *GetDefaultValue )(
263 ( (This)->lpVtbl -> GetDefaultValue(This,Api,Value) )
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc152 string GetDefaultValue(FieldDescriptor::Type type) { in GetDefaultValue() function
959 string key1_data = cat(tag(1, key_wire_type), GetDefaultValue(key_type)); in TestValidDataForMapType()
961 cat(tag(2, value_wire_type), GetDefaultValue(value_type)); in TestValidDataForMapType()
1116 cat(tag(field->number(), wire_type), GetDefaultValue(type)); in TestValidDataForOneofType()
1176 GetDefaultValue(other_type)); in TestValidDataForOneofType()
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc797 static PyObject* GetDefaultValue(PyBaseDescriptor *self, void *closure) { in GetDefaultValue() function
974 { "default_value", (getter)GetDefaultValue, NULL, "Default Value"},