| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | object_writer.h | 120 set_use_strict_base64_decoding(bool value) set_use_strict_base64_decoding() argument [all...] |
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | time_util_test.cc | 224 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.rs | 83 let mut value: i32 = 0; in parse_exponent() variables [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | scoped_set_env.cc | 35 void SetEnvVar(const char* name, const char* value) { in SetEnvVar() argument
|
| H A D | spinlock_wait.h | 86 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 D | hash_policy_traits_test.cc | 47 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 D | hash_policy_traits.h | 184 static auto value(T* elem) -> decltype(P::value(elem)) { in value() function
|
| H A D | node_hash_policy.h | 78 static auto value(T* elem) -> decltype(P::value(elem)) { in value() function
|
| H A D | raw_hash_set.cc | 38 size_t value = ++counter; in RandomSeed() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | bits_test.cc | 111 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 D | log_severity_test.cc | 38 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 D | optimization_test.cc | 93 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 D | flat_hash_map.h | 588 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 D | numbers_test_common.h | 33 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 D | private_handle_accessor.cc | 44 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 D | pong.cpp | 7 double value = ::fmod(t + phase, period); in REG_FIDDLE_ANIMATED() local
|
| H A D | pong2.cpp | 7 double value = ::fmod(t + phase, period); in REG_FIDDLE_ANIMATED() local
|
| /third_party/skia/infra/bots/gen_tasks_logic/ |
| H A D | schema.go | 313 var value string var 330 var value string var [all...] |
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGRadialGradient.cpp | 15 bool SkSVGRadialGradient::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| H A D | SkSVGFeTurbulence.cpp | 16 bool SkSVGFeTurbulence::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| H A D | SkSVGFeDisplacementMap.cpp | 15 bool SkSVGFeDisplacementMap::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| H A D | SkSVGFeComposite.cpp | 14 bool SkSVGFeComposite::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| /third_party/skia/include/sksl/ |
| H A D | DSLExpression.h | 57 DSLExpression(double value, PositionInfo pos = PositionInfo::Capture()) in DSLExpression() argument [all...] |
| H A D | DSLWrapper.h | 28 DSLWrapper(T value) { in DSLWrapper() argument
|
| /third_party/skia/modules/svg/include/ |
| H A D | SkSVGAttributeParser.h | 31 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
|