Searched refs:GetDefaultValue (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/include/ |
D | v8-function-callback.h | 75 V8_INLINE internal::Address GetDefaultValue(); 263 *value_ = GetDefaultValue(); in Set() 274 *value_ = GetDefaultValue(); in Set() 286 *value_ = GetDefaultValue(); in Set() 376 internal::Address ReturnValue<T>::GetDefaultValue() { in GetDefaultValue() function
|
/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"},
|