Home
last modified time | relevance | path

Searched defs:value_ (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.hpp46 …EnumPointerFmt (const deUint32* value_, deUint32 size_, GetEnumNameFunc getName_) : value(value_),… in EnumPointerFmt()
55 BooleanPointerFmt (const deUint8* value_, deUint32 size_) : value(value_), size(size_) {} in BooleanPointerFmt()
70 TextureParameterValueStr (deUint32 param_, int value_) : param(param_), value(value_) {} in TextureParameterValueStr()
DgluCallLogWrapper.cpp83 FboParamPtrFmt (deUint32 param_, const int* value_) : param(param_), value(value_) {} in FboParamPtrFmt()
/third_party/vk-gl-cts/framework/egl/
DegluCallLogWrapper.cpp95 EnumPointerFmt (const int* value_, GetEnumNameFunc getName_) : value(value_), getName(getName_) {} in EnumPointerFmt()
134 …ConfigAttribValuePointerFmt (deUint32 attrib_, const int* value_) : attrib(attrib_), value(value_)… in ConfigAttribValuePointerFmt()
154 …ContextAttribValuePointerFmt (deUint32 attrib_, const int* value_) : attrib(attrib_), value(value_… in ContextAttribValuePointerFmt()
174 …SurfaceAttribValuePointerFmt (deUint32 attrib_, const int* value_) : attrib(attrib_), value(value_… in SurfaceAttribValuePointerFmt()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs100 private double value_; field in Google.Protobuf.WellKnownTypes.DoubleValue
280 private float value_; field in Google.Protobuf.WellKnownTypes.FloatValue
460 private long value_; field in Google.Protobuf.WellKnownTypes.Int64Value
640 private ulong value_; field in Google.Protobuf.WellKnownTypes.UInt64Value
820 private int value_; field in Google.Protobuf.WellKnownTypes.Int32Value
1000 private uint value_; field in Google.Protobuf.WellKnownTypes.UInt32Value
1180 private bool value_; field in Google.Protobuf.WellKnownTypes.BoolValue
1360 private string value_ = ""; field in Google.Protobuf.WellKnownTypes.StringValue
1540 private pb::ByteString value_ = pb::ByteString.Empty; field in Google.Protobuf.WellKnownTypes.BytesValue
/third_party/node/test/js-native-api/6_object_wrap/
Dmyobject.h21 double value_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Doptimization_test.cc99 bool value_; member in __anonbdf4ee1a0111::ImplictlyConvertibleToBool
117 bool value_; member in __anonbdf4ee1a0111::ExplictlyConvertibleToBool
/third_party/protobuf/src/google/protobuf/stubs/
Dstatusor.h160 T value_; variable
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc22 int value_; member in CefTranslatorTestRefPtrLibraryImpl
54 int value_; member in CefTranslatorTestRefPtrLibraryChildImpl
95 int value_; member in CefTranslatorTestRefPtrLibraryChildChildImpl
127 int value_; member in CefTranslatorTestScopedLibraryImpl
157 int value_; member in CefTranslatorTestScopedLibraryChildImpl
196 int value_; member in CefTranslatorTestScopedLibraryChildChildImpl
/third_party/cef/include/wrapper/
Dcef_xml_object.h190 CefString value_; variable
/third_party/gn/src/gn/
Dtagged_pointer.h55 uintptr_t value_ = 0; variable
Dsource_dir.h135 StringAtom value_; variable
Dsource_file.h130 StringAtom value_; variable
Dxml_element_writer_unittest.cc19 std::string value_; member in __anon26234c490111::MockValueWriter
/third_party/cef/libcef/common/
Dvalues_impl.h117 std::unique_ptr<base::Value> value_; variable
/third_party/protobuf/src/google/protobuf/
Dany.h115 ValueType* value_; variable
/third_party/skia/third_party/externals/tint/src/inspector/
Dscalar.h74 Value value_; variable
/third_party/libinput/src/
Devdev-tablet-pad.h58 #define map_set_button_map(field_, value_) ((field_).value = value_) argument
59 #define map_set_key_map(field_, value_) ((field_).value = value_ | 0xFF000000) argument
/third_party/gn/src/base/win/
Dregistry.h195 std::vector<char16_t> value_; variable
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.h39 int value_; // Symbol value. member
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.h39 int value_; // Symbol value. member
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc37 T value_; member in HexTo
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc37 T value_; member in HexTo
/third_party/node/test/js-native-api/test_properties/
Dtest_properties.c4 static double value_ = 1; variable
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node.h108 CefString value_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dextension_test.cc39 std::string value_; member in my_namespace::UserDefinedType

1234