| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_enum_lite.cc | 60 const EnumValueDescriptor* value = descriptor_->value(i); in EnumLiteGenerator() local [all...] |
| H A D | java_enum_lite.h | 80 const EnumValueDescriptor* value; member
|
| /third_party/python/Python/clinic/ |
| H A D | marshal.c.h | 33 PyObject *value; in marshal_dump() local 99 PyObject *value; marshal_dumps() local [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | OneofField.php | 41 private $value; variable 50 $this->value = $value; variable
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyEnumBuilderContext.java | 76 public IRubyObject value(ThreadContext context, IRubyObject name, IRubyObject number) { in value() method in RubyEnumBuilderContext
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | semaphore-osx.c | 53 pa_semaphore *pa_semaphore_new(unsigned value) { in pa_semaphore_new() argument
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | substitute.h | 91 inline SubstituteArg(const char* value) in SubstituteArg() argument 93 inline SubstituteArg(const string& value) in SubstituteArg() argument 106 inline SubstituteArg(char value) in SubstituteArg() argument 108 inline SubstituteArg(short value) in SubstituteArg() argument 110 inline SubstituteArg(unsigned short value) in SubstituteArg() argument 112 SubstituteArg(int value) SubstituteArg() argument 114 SubstituteArg(unsigned int value) SubstituteArg() argument 116 SubstituteArg(long value) SubstituteArg() argument 118 SubstituteArg(unsigned long value) SubstituteArg() argument 120 SubstituteArg(long long value) SubstituteArg() argument 122 SubstituteArg(unsigned long long value) SubstituteArg() argument 124 SubstituteArg(float value) SubstituteArg() argument 126 SubstituteArg(double value) SubstituteArg() argument 128 SubstituteArg(bool value) SubstituteArg() argument [all...] |
| /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
|
| /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
|