Home
last modified time | relevance | path

Searched refs:GetDefaultValue (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-function-callback.h75 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 in v8::ReturnValue
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h76 V8_INLINE internal::Address GetDefaultValue();
285 *value_ = GetDefaultValue(); in Set()
296 *value_ = GetDefaultValue(); in Set()
308 *value_ = GetDefaultValue(); in Set()
402 internal::Address ReturnValue<T>::GetDefaultValue() { in Get() function in v8::ReturnValue
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc152 string GetDefaultValue(FieldDescriptor::Type type) {
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/
H A Ddescriptor.cc797 static PyObject* GetDefaultValue(PyBaseDescriptor *self, void *closure) { in GetDefaultValue() function
974 { "default_value", (getter)GetDefaultValue, NULL, "Default Value"},

Completed in 10 milliseconds