Home
last modified time | relevance | path

Searched refs:result_ (Results 1 - 25 of 34) sorted by relevance

12

/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dasyoutypeformatter_test.cc61 string result_; member in i18n::phonenumbers::AsYouTypeFormatterTest
84 EXPECT_EQ("+", formatter_->InputDigit('+', &result_)); in TEST_F()
85 EXPECT_EQ("+4", formatter_->InputDigit('4', &result_)); in TEST_F()
86 EXPECT_EQ("+48 ", formatter_->InputDigit('8', &result_)); in TEST_F()
87 EXPECT_EQ("+48 8", formatter_->InputDigit('8', &result_)); in TEST_F()
88 EXPECT_EQ("+48 88", formatter_->InputDigit('8', &result_)); in TEST_F()
89 EXPECT_EQ("+48 88 1", formatter_->InputDigit('1', &result_)); in TEST_F()
90 EXPECT_EQ("+48 88 12", formatter_->InputDigit('2', &result_)); in TEST_F()
91 EXPECT_EQ("+48 88 123", formatter_->InputDigit('3', &result_)); in TEST_F()
92 EXPECT_EQ("+48 88 123 1", formatter_->InputDigit('1', &result_)); in TEST_F()
[all...]
/third_party/nghttp2/src/
H A Dshrpx_dns_resolver.cc118 : result_{}, in DNSResolver()
233 memcpy(result, &result_, sizeof(result_)); in get_status()
314 result_.len = sizeof(result_.su.in); in on_result()
315 result_.su.in = {}; in on_result()
316 result_.su.in.sin_family = AF_INET; in on_result()
318 result_.su.in.sin_len = sizeof(result_.su.in); in on_result()
320 memcpy(&result_ in on_result()
[all...]
H A Dshrpx_dns_resolver.h103 Address result_; member in shrpx::DNSResolver
/third_party/node/deps/v8/tools/
H A Dperf-compare.py100 self.result_ = float(result)
113 compare_num = 100*self.result_/other.result_ - 100
115 compare_num = 100*other.result_/self.result_ - 100
118 z = Statistics.ComputeZ(other.result_, other.sigma_,
119 self.result_, self.count_)
130 return self.result_
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcommand_buffer.h81 bool IsRecording() const { return result_.IsSuccess(); } in IsRecording()
83 Result GetResult() { return result_; } in GetResult()
89 Result result_; member in amber::vulkan::CommandBufferGuard
H A Dcommand_buffer.cc136 result_ = buffer_->BeginRecording(); in CommandBufferGuard()
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc30 return visitor.result_; in Check()
51 if (!result_) {
61 if (!result_) {
83 if (!result_) {
106 result_ = false;
111 // return with `result_ == true`.
123 result_ = false;
134 result_ = false;
156 result_ = false;
162 result_
172 bool result_ = true; global() member in v8::internal::__anon14954::final
[all...]
/third_party/node/deps/v8/src/utils/
H A Dutils-inl.h21 : start_(TimestampMs()), result_(result) {} in TimedScope()
23 ~TimedScope() { *result_ = TimestampMs() - start_; } in ~TimedScope()
32 double* result_; member in v8::internal::TimedScope
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DConformance.cs885 get { return resultCase_ == ResultOneofCase.ParseError ? (string) result_ : ""; }
887 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
901 get { return resultCase_ == ResultOneofCase.SerializeError ? (string) result_ : ""; }
903 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
917 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }
919 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
932 get { return resultCase_ == ResultOneofCase.ProtobufPayload ? (pb::ByteString) result_ : pb::ByteString.Empty; }
934 result_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
947 get { return resultCase_ == ResultOneofCase.JsonPayload ? (string) result_ : ""; }
949 result_
1000 private object result_; global() field in Conformance.ConformanceResponse
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc247 : FreeHandler(page_allocator, result_.cached_free_list, page) { in DeferredFinalizationBuilder()
248 result_.page = &page; in DeferredFinalizationBuilder()
255 DCHECK_NULL(result_.unfinalized_objects_head); in AddFinalizer()
257 result_.unfinalized_objects_head = header; in AddFinalizer()
263 result_.unfinalized_objects.push_back({header}); in AddFinalizer()
273 result_.unfinalized_free_list.push_back({start, size}); in AddFreeListEntry()
281 result_.is_empty = is_empty; in GetResult()
282 result_.largest_new_free_list_entry = largest_new_free_list_entry; in GetResult()
283 return std::move(result_); in GetResult()
287 ResultType result_; member in cppgc::internal::__anon14619::final
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc28 result_ = NewJSObject(); in MemoryMeasurementResultBuilder()
31 AddProperty(result_, factory_->total_string(), in AddTotal()
36 AddProperty(result_, factory_->current_string(), in AddCurrent()
50 AddProperty(result_, factory_->other_string(), in Build()
53 return result_; in Build()
86 Handle<JSObject> result_; member in v8::internal::__anon14659::MemoryMeasurementResultBuilder
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.h75 return result_; in result()
85 WasmValue result_; member
H A Dinit-expr-interface.cc236 if (generate_result()) result_ = decoder->stack_value(1)->runtime_value; in DoReturn()
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc22 : result_(result), in Processor()
36 : result_(result), in Processor()
58 VariableProxy* result_proxy = factory()->NewVariableProxy(result_); in SetResult()
67 Variable* result_; member in v8::internal::final
100 // We are not tracking result usage via the result_'s use
103 // there was ever an assignment to result_.
259 Expression* result_proxy = factory()->NewVariableProxy(result_); in VisitTryFinallyStatement()
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc481 result_ = HandlePowerOfTwoCase(current, end); in ParseInternal()
501 return negative() ? -result_ : result_; in GetResult()
564 result_ = Strtod(buffer_vector, 0); in HandleBaseTenCase()
568 double result_ = 0;
622 result_ = result_ * multiplier + part; member in v8::NumberParseIntHelper
/third_party/node/deps/v8/src/bigint/
H A Dbigint.h435 Result result() { return result_; } in result()
457 Result result_{Result::kOk};
626 result_ = Result::kMaxSizeExceeded; in AddPart()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc84 result_(kSuccess), in CodeGenerator()
302 result_ = AssembleBlock(block); in AssembleCode()
304 result_ = AssembleBlock(block); in AssembleCode()
306 if (result_ != kSuccess) return; in AssembleCode()
358 result_ = AssembleDeoptimizerCall(exit); in AssembleCode()
359 if (result_ != kSuccess) return; in AssembleCode()
413 result_ = kSuccess; in AssembleCode()
450 if (result_ != kSuccess) { in FinalizeCode()
/third_party/googletest/googletest/include/gtest/
H A Dgtest-spi.h88 TestPartResultArray* const result_; member in testing::ScopedFakeTestPartResultReporter
H A Dgtest.h607 const TestResult* result() const { return &result_; } in result()
636 return result_.increment_death_test_count(); in increment_death_test_count()
647 test_info->result_.Clear(); in ClearTestResult()
671 TestResult result_; member in testing::TestInfo
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-spi.h88 TestPartResultArray* const result_; member in testing::ScopedFakeTestPartResultReporter
H A Dgtest.h599 const TestResult* result() const { return &result_; } in result()
628 return result_.increment_death_test_count(); in increment_death_test_count()
639 test_info->result_.Clear(); in ClearTestResult()
663 TestResult result_; member in testing::TestInfo
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-spi.h89 TestPartResultArray* const result_; member in testing::ScopedFakeTestPartResultReporter
H A Dgtest.h761 const TestResult* result() const { return &result_; } in result()
790 return result_.increment_death_test_count(); in increment_death_test_count()
798 test_info->result_.Clear(); in ClearTestResult()
822 TestResult result_; member in testing::TestInfo
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc234 : OutOfLineCode(gen), result_(result) {} in OutOfLineLoadFloat32NaN()
237 __ xorps(result_, result_);
238 __ divss(result_, result_);
242 XMMRegister const result_; member in v8::internal::compiler::__anon14257::final
248 : OutOfLineCode(gen), result_(result) {} in OutOfLineLoadFloat64NaN()
251 __ xorpd(result_, result_);
252 __ divsd(result_, result
256 XMMRegister const result_; global() member in v8::internal::compiler::__anon14257::final
296 Register const result_; global() variable
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc181 : OutOfLineCode(gen), result_(result) {} in OutOfLineLoadFloat32NaN()
184 __ Xorps(result_, result_);
185 __ Divss(result_, result_);
189 XMMRegister const result_; member in v8::internal::compiler::__anon14310::final
195 : OutOfLineCode(gen), result_(result) {} in OutOfLineLoadFloat64NaN()
198 __ Xorpd(result_, result_);
199 __ Divsd(result_, result
203 XMMRegister const result_; global() member in v8::internal::compiler::__anon14310::final
251 Register const result_; global() variable
[all...]

Completed in 30 milliseconds

12