HomeSort by relevance Sort by last modified time
    Searched defs:DefaultValue (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 118 def DefaultValue(self):
141 def DefaultValue(self):
161 def DefaultValue(self):
189 def DefaultValue(self):
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 275 string DefaultValue(const Params& params, const FieldDescriptor* field) {
  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 42 std::string DefaultValue;
43 Argument(std::string Type, std::string Name, std::string DefaultValue = "")
44 : Type(Type), Name(Name), DefaultValue(DefaultValue) {}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrOpCodeCreation.c 491 EFI_IFR_TYPE_VALUE DefaultValue;
547 DefaultValue.u64 = Default;
548 Status = CreateDefaultOpCode (&DefaultValue, (UINT8)(NumericFlags & EFI_IFR_NUMERIC_SIZE), Data);
  /external/kotlinc/lib/
kotlin-annotations-android.jar 
  /external/tensorflow/tensorflow/go/genop/internal/
genop.go 223 // If not specified, defaults to {{StripLeadingColon .DefaultValue}}
369 func (a *attrWrapper) DefaultValue() interface{} { return a.api.DefaultValue }
454 if attr.DefaultValue == nil {
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 268 int DefaultValue = 0;
274 DefaultValue = 4;
277 DefaultValue = 50;
281 MaxInlinableSize = getOptionAsInteger("max-inlinable-size", DefaultValue);
307 int DefaultValue = 0;
313 DefaultValue = 75000;
316 DefaultValue = 150000;
319 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue);
  /external/clang/test/SemaTemplate/
alias-templates.cpp 172 template <typename T> struct DefaultValue { const T value=0;};
174 template <typename ... Args> using Zero = tuple<DefaultValue<Args> ...>;
183 template <template<int x> class temp> struct DefaultValue { const temp<0> value; };
185 template <template<int x> class... Args> using Zero = tuple<DefaultValue<Args> ...>;
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_java_generator.py 285 def DefaultValue(context, field):
413 'default_value': DefaultValue,
mojom_cpp_generator.py 138 def DefaultValue(field):
620 "default_value": DefaultValue,
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 387 string DefaultValue(const FieldDescriptor* field, bool immutable,
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 403 string DefaultValue(const Params& params, const FieldDescriptor* field) {
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 153 // The DefaultValue<T> class allows a user to specify the
159 // DefaultValue<T>::Set(foo);
161 class DefaultValue {
200 class DefaultValue<T&> {
233 // This specialization allows DefaultValue<void>::Get() to
236 class DefaultValue<void> {
244 const T* DefaultValue<T>::value_ = NULL;
248 T* DefaultValue<T&>::address_ = NULL;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 362 string DefaultValue(const FieldDescriptor* field) {
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 192 // The DefaultValue<T> class allows a user to specify the
198 // DefaultValue<T>::Set(foo);
200 class DefaultValue {
275 class DefaultValue<T&> {
308 // This specialization allows DefaultValue<void>::Get() to
311 class DefaultValue<void> {
319 typename DefaultValue<T>::ValueProducer* DefaultValue<T>::producer_ = NULL;
323 T* DefaultValue<T&>::address_ = NULL;
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 65 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Field), global::Google.Protobuf.WellKnownTypes.Field.Parser, new[]{ "Kind", "Cardinality", "Number", "Name", "TypeUrl", "OneofIndex", "Packed", "Options", "JsonName", "DefaultValue" }, null, new[]{ typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Kind), typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Cardinality) }, null),
496 public string DefaultValue {
523 if (DefaultValue != other.DefaultValue) return false;
538 if (DefaultValue.Length != 0) hash ^= DefaultValue.GetHashCode();
580 if (DefaultValue.Length != 0) {
582 output.WriteString(DefaultValue);
613 if (DefaultValue.Length != 0) {
614 size += 1 + pb::CodedOutputStream.ComputeStringSize(DefaultValue);
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-actions.h 192 // The DefaultValue<T> class allows a user to specify the
198 // DefaultValue<T>::Set(foo);
200 class DefaultValue {
275 class DefaultValue<T&> {
308 // This specialization allows DefaultValue<void>::Get() to
311 class DefaultValue<void> {
319 typename DefaultValue<T>::ValueProducer* DefaultValue<T>::producer_ = NULL;
323 T* DefaultValue<T&>::address_ = NULL;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10shader.h 144 void *DefaultValue;
d3d11shader.h 84 void *DefaultValue;
d3dx9shader.h 118 const void *DefaultValue;
445 DWORD DefaultValue;
dxva2api.h 284 DXVA2_Fixed32 DefaultValue;
    [all...]
vmr9.h     [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 683 string DefaultValue(const FieldDescriptor* field) {
    [all...]
  /external/v8/src/wasm/
function-body-decoder.cc 634 TFNode* node = DefaultValue(type);
652 TFNode* DefaultValue(ValueType type) {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 148 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, new[]{ "Name", "Number", "Label", "Type", "TypeName", "Extendee", "DefaultValue", "OneofIndex", "JsonName", "Options" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type), typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) }, null),
    [all...]

Completed in 1101 milliseconds

1 2 3