Home
last modified time | relevance | path

Searched defs:value (Results 2126 - 2150 of 11295) sorted by relevance

1...<<81828384858687888990>>...452

/third_party/protobuf/src/google/protobuf/util/internal/
H A Dobject_writer.h120 set_use_strict_base64_decoding(bool value) set_use_strict_base64_decoding() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dtime_util_test.cc224 time_t value = time(NULL); in TEST() local
232 timeval value = TimeUtil::TimestampToTimeval( in TEST() local
[all...]
/third_party/rust/crates/minimal-lexical/etc/correctness/rng-tests/
H A D_common.rs83 let mut value: i32 = 0; in parse_exponent() variables
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc35 void SetEnvVar(const char* name, const char* value) { in SetEnvVar() argument
H A Dspinlock_wait.h86 SpinLockDelay( std::atomic<uint32_t> *w, uint32_t value, int loop, absl::base_internal::SchedulingMode scheduling_mode) SpinLockDelay() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc47 static std::function<Slot&(Slot*)> value; member
55 std::function<Slot&(Slot*)> PolicyWithoutOptionalOps::value; member in absl::container_internal::__anon19179::PolicyWithoutOptionalOps
78 PolicyWithoutOptionalOps::value = [&](Slot* a1) -> Slot& { in Test() member in absl::container_internal::__anon19179::Test::PolicyWithoutOptionalOps
95 MockFunction<Slot&(Slot*)> value; member
H A Dhash_policy_traits.h184 static auto value(T* elem) -> decltype(P::value(elem)) { in value() function
H A Dnode_hash_policy.h78 static auto value(T* elem) -> decltype(P::value(elem)) { in value() function
H A Draw_hash_set.cc38 size_t value = ++counter; in RandomSeed() local
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dbits_test.cc111 uint8_t value = absl::Uniform(rng, std::numeric_limits<uint8_t>::min(), in TEST() local
120 uint16_t value = absl::Uniform(rng, std::numeric_limits<uint16_t>::min(), in TEST() local
129 uint32_t value = absl::Uniform(rng, std::numeric_limits<uint32_t>::min(), in TEST() local
138 uint64_t value in TEST() local
307 T value = 0; global() member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dlog_severity_test.cc38 std::string StreamHelper(absl::LogSeverity value) { in StreamHelper() argument
40 stream << value; in StreamHelper() local
66 absl::LogSeverity value; in TEST_P() local
79 absl::LogSeverity value; in TEST_P() local
103 absl::LogSeverity value; in TEST_P() local
119 absl::LogSeverity value; TEST_P() local
152 absl::LogSeverity value; TEST_P() local
163 absl::LogSeverity value; TEST_P() local
[all...]
H A Doptimization_test.cc93 explicit ImplictlyConvertibleToBool(bool value) : value_(value) {} in ImplictlyConvertibleToBool() argument
113 explicit ExplictlyConvertibleToBool(bool value) : value_(value) {} in ExplictlyConvertibleToBool() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map.h588 static V& value(std::pair<const K, V>* kv) { return kv->second; } value() function
589 static const V& value(const std::pair<const K, V>* kv) { return kv->second; } value() function
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dnumbers_test_common.h33 inline bool Itoa(IntType value, int base, std::string* destination) { in Itoa() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dprivate_handle_accessor.cc44 ValidateInputValue(const CommandLineFlag& flag, absl::string_view value) ValidateInputValue() argument
54 ParseFrom(CommandLineFlag& flag, absl::string_view value, flags_internal::FlagSettingMode set_mode, flags_internal::ValueSource source, std::string& error) ParseFrom() argument
/third_party/skia/docs/examples/
H A Dpong.cpp7 double value = ::fmod(t + phase, period); in REG_FIDDLE_ANIMATED() local
H A Dpong2.cpp7 double value = ::fmod(t + phase, period); in REG_FIDDLE_ANIMATED() local
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dschema.go313 var value string var
330 var value string var
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGRadialGradient.cpp15 bool SkSVGRadialGradient::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
H A DSkSVGFeTurbulence.cpp16 bool SkSVGFeTurbulence::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
H A DSkSVGFeDisplacementMap.cpp15 bool SkSVGFeDisplacementMap::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
H A DSkSVGFeComposite.cpp14 bool SkSVGFeComposite::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
/third_party/skia/include/sksl/
H A DDSLExpression.h57 DSLExpression(double value, PositionInfo pos = PositionInfo::Capture()) in DSLExpression() argument
[all...]
H A DDSLWrapper.h28 DSLWrapper(T value) { in DSLWrapper() argument
/third_party/skia/modules/svg/include/
H A DSkSVGAttributeParser.h31 template <typename T> static ParseResult<T> parse(const char* value) { in parse() argument
41 parse(const char* expectedName, const char* name, const char* value) parse() argument
52 parseProperty(const char* expectedName, const char* name, const char* value) parseProperty() argument

Completed in 10 milliseconds

1...<<81828384858687888990>>...452