Home
last modified time | relevance | path

Searched defs:value (Results 1576 - 1600 of 7524) sorted by relevance

1...<<61626364656667686970>>...301

/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum_lite.cc60 const EnumValueDescriptor* value = descriptor_->value(i); in EnumLiteGenerator() local
[all...]
H A Djava_enum_lite.h80 const EnumValueDescriptor* value; member
/third_party/python/Python/clinic/
H A Dmarshal.c.h33 PyObject *value; in marshal_dump() local
99 PyObject *value; marshal_dumps() local
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofField.php41 private $value; variable
50 $this->value = $value; variable
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnumBuilderContext.java76 public IRubyObject value(ThreadContext context, IRubyObject name, IRubyObject number) { in value() method in RubyEnumBuilderContext
/third_party/pulseaudio/src/pulsecore/
H A Dsemaphore-osx.c53 pa_semaphore *pa_semaphore_new(unsigned value) { in pa_semaphore_new() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h91 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 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
/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

Completed in 9 milliseconds

1...<<61626364656667686970>>...301