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/protobuf/csharp/src/Google.Protobuf/
DExtension.cs80 internal TValue DefaultValue => codec.DefaultValue; field in Google.Protobuf.Extension
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_knobs.h83 static _type DefaultValue() { return (m_default); } \\ in DefaultValue() function
/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/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs87 public void DefaultValue(ICodecTestData codec) in DefaultValue() method in Google.Protobuf.FieldCodecTest
/third_party/abseil-cpp/absl/flags/
Dreflection.cc201 std::string DefaultValue() const override { in DefaultValue() function in absl::flags_internal::__anon27bd08dd0211::RetiredFlagObj
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dreflection.cc240 std::string DefaultValue() const override { in DefaultValue() function in absl::flags_internal::__anon3741b9520411::RetiredFlagObj
/third_party/abseil-cpp/absl/flags/internal/
Dflag.cc274 std::string FlagImpl::DefaultValue() const { in DefaultValue() function in absl::flags_internal::FlagImpl
/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/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2347 public string DefaultValue { property in Google.Protobuf.Reflection.FieldDescriptorProto