Home
last modified time | relevance | path

Searched defs:DefaultValue (Results 1 – 18 of 18) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dtype_checkers.py157 def DefaultValue(self): member in TypeCheckerWithDefault
180 def DefaultValue(self): member in IntValueChecker
200 def DefaultValue(self): member in EnumValueChecker
236 def DefaultValue(self): member in UnicodeValueChecker
295 def DefaultValue(self): member in FloatValueChecker
/third_party/rust/crates/clap/src/parser/matches/
Dvalue_source.rs6 DefaultValue, enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtension.cs80 internal TValue DefaultValue => codec.DefaultValue; field in Google.Protobuf.Extension
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs87 public void DefaultValue(ICodecTestData codec) in DefaultValue() method in Google.Protobuf.FieldCodecTest
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DFieldCodecTest.cs87 public void DefaultValue(ICodecTestData codec) in DefaultValue() method in Google.Protobuf.FieldCodecTest
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dreflection.cc240 std::string DefaultValue() const override { in DefaultValue() function in absl::flags_internal::__anond64011d20411::RetiredFlagObj
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.cc282 std::string FlagImpl::DefaultValue() const { in DefaultValue() function in absl::flags_internal::FlagImpl
/third_party/gn/src/gn/
Doutput_conversion_unittest.cc226 TEST_F(OutputConversionTest, DefaultValue) { in TEST_F() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc500 std::string DefaultValue(const FieldDescriptor* field, bool immutable, in DefaultValue() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc660 std::string DefaultValue(const FieldDescriptor* field) { in DefaultValue() function
671 std::string DefaultValue(const Options& options, const FieldDescriptor* field) { in DefaultValue() function
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs627 public string DefaultValue { property in Google.Protobuf.WellKnownTypes.Field
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSubresourceStorageTests.cpp217 TEST(SubresourceStorageTest, DefaultValue) { in TEST() argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc803 string DefaultValue(const FieldDescriptor* field) { in DefaultValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp941 int DefaultValue = IsPacked && (Mod == SISrcMods::OP_SEL_1); in allOpsDefaultValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5037 Constant *DefaultValue, const DataLayout &DL, const StringRef &FuncName) { in SwitchLookupTable()
5286 Constant *DefaultValue, in reuseTableCompare()
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc1458 TFNode* DefaultValue(ValueType type) { in DefaultValue() function in v8::internal::wasm::__anon5b3dc7250111::WasmGraphBuildingInterface
/third_party/astc-encoder/Source/
Dwuffs-v0.3.c44295 DecodeCborArgQuirks::DefaultValue() { in DefaultValue() function
44811 DecodeImageArgQuirks::DefaultValue() { in DefaultValue() function
44818 DecodeImageArgFlags::DefaultValue() { in DefaultValue() function
44827 DecodeImageArgPixelBlend::DefaultValue() { in DefaultValue() function
44836 DecodeImageArgBackgroundColor::DefaultValue() { in DefaultValue() function
44844 DecodeImageArgMaxInclDimension::DefaultValue() { in DefaultValue() function
44853 DecodeImageArgMaxInclMetadataLength::DefaultValue() { in DefaultValue() function
45224 DecodeJsonArgQuirks::DefaultValue() { in DefaultValue() function
45232 DecodeJsonArgJsonPointer::DefaultValue() { in DefaultValue() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2347 public string DefaultValue { property in Google.Protobuf.Reflection.FieldDescriptorProto