Home
last modified time | relevance | path

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

123456

/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()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dtimer_test.cpp46 std::atomic<int> value_; member in Scaler
121 static void ScalerFunc(sigval value_) in ScalerFunc()
127 static void ScaNotifyFunc(sigval value_) in ScaNotifyFunc()
/third_party/node/deps/v8/src/heap/base/
Dactive-system-pages.h45 bitset_t value_; variable
/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 __anon351ad1bb0111::ImplictlyConvertibleToBool
117 bool value_; member in __anon351ad1bb0111::ExplictlyConvertibleToBool
/third_party/protobuf/src/google/protobuf/stubs/
Dstatusor.h160 T value_; variable
/third_party/node/deps/v8/src/objects/
Dproperty.h57 MaybeObjectHandle value_; variable
/third_party/node/deps/v8/src/heap/
Dprogress-bar.h55 std::atomic<size_t> value_; variable
/third_party/gn/src/gn/
Dsource_dir.h135 StringAtom value_; variable
Dtagged_pointer.h55 uintptr_t value_ = 0; variable
Dsource_file.h130 StringAtom value_; variable
/third_party/node/deps/v8/src/codegen/
Dexternal-reference-encoder.h33 uint32_t 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/node/deps/v8/src/base/
Doptional.h82 T value_; member
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dglue.h69 T value_; variable
Dmaybe.h69 T value_; variable
/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/node/deps/v8/include/
Dv8-maybe.h87 T value_; variable
Dv8-promise.h167 Local<Value> value_; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc37 T value_; member in HexTo

123456