Home
last modified time | relevance | path

Searched refs:int_ (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/
H A Duuid.py74 int_ = int # The built-in int type variable
179 int = int_(hex, 16)
189 int = int_.from_bytes(bytes) # big endian
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc121 EXPECT_EQ(message.int_(), 123); in TEST()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2724 value_.int_ = 0; in Value()
2746 value_.int_ = value; in Value()
2756 value_.int_ = value; in Value()
2919 return value_.int_ < other.value_.int_; in operator <()
2975 return value_.int_ == other.value_.int_; in operator ==()
3043 return valueToString(value_.int_); in asString()
3067 return Int(value_.int_); in asInt()
3089 return UInt(value_.int_); in asUInt()
[all...]
H A Djson.h972 LargestInt int_; member
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2700 value_.int_ = 0;
2722 value_.int_ = value;
2732 value_.int_ = value;
2887 return value_.int_ < other.value_.int_;
2943 return value_.int_ == other.value_.int_;
3011 return valueToString(value_.int_);
3035 return Int(value_.int_);
3057 return UInt(value_.int_);
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2700 value_.int_ = 0;
2722 value_.int_ = value;
2732 value_.int_ = value;
2887 return value_.int_ < other.value_.int_;
2943 return value_.int_ == other.value_.int_;
3011 return valueToString(value_.int_);
3035 return Int(value_.int_);
3057 return UInt(value_.int_);
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2700 value_.int_ = 0;
2722 value_.int_ = value;
2732 value_.int_ = value;
2887 return value_.int_ < other.value_.int_;
2943 return value_.int_ == other.value_.int_;
3011 return valueToString(value_.int_);
3035 return Int(value_.int_);
3057 return UInt(value_.int_);
[all...]
/third_party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc150 nb::implicitly_convertible<nb::int_, Counter>(); in NB_MODULE()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h922 LargestInt int_; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h922 LargestInt int_; member
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h922 LargestInt int_; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8632.cpp68 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
69 {IceType_##elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld},
H A DIceInstX8664.cpp68 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
69 {IceType_##elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld},
H A DIceTargetLoweringX8632.cpp7972 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
7985 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
H A DIceTargetLoweringX8664.cpp7280 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
7293 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
/third_party/ltp/scripts/
H A Dcheckpatch.pl546 our $typeC99Typedefs = qr{(?:__)?(?:[us]_?)?int_?(?:8|16|32|64)_t};
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 86 milliseconds