Searched refs:GetDefaultValue (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gststrmif.h | 67 virtual HRESULT STDMETHODCALLTYPE GetDefaultValue( 165 HRESULT ( STDMETHODCALLTYPE *GetDefaultValue )( 263 ( (This)->lpVtbl -> GetDefaultValue(This,Api,Value) )
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 152 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/ |
D | descriptor.cc | 797 static PyObject* GetDefaultValue(PyBaseDescriptor *self, void *closure) { in GetDefaultValue() function 974 { "default_value", (getter)GetDefaultValue, NULL, "Default Value"},
|