Home
last modified time | relevance | path

Searched refs:a_value (Results 1 – 22 of 22) sorted by relevance

/external/lldb/test/lang/cpp/dynamic-value/
Dpass-to-base.cpp44 B (int b_value, int a_value) : Extra(b_value, a_value), A(a_value), m_b_value(b_value) {} in B() argument
45 …B (int b_value, int a_value, A *client_A) : Extra(b_value, a_value), A(a_value, client_A), m_b_val… in B() argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp499 DWARFFormValue::Compare (const DWARFFormValue& a_value, const DWARFFormValue& b_value, const DWARFC… in Compare() argument
501 dw_form_t a_form = a_value.Form(); in Compare()
521 uint64_t a = a_value.Unsigned(); in Compare()
532 int64_t a = a_value.Signed(); in Compare()
544 const char *a_string = a_value.AsCString(debug_str_data_ptr); in Compare()
563 uint64_t a_len = a_value.Unsigned(); in Compare()
570 return memcmp(a_value.BlockData(), b_value.BlockData(), a_value.Unsigned()); in Compare()
580 uint64_t a = a_value.Reference(a_cu); in Compare()
/external/gtest/test/
Dgtest_list_tests_unittest_.cc81 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() argument
Dgtest-param-test_test.cc267 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder() argument
305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() argument
Dgtest-printers_test.cc156 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate() argument
Dgtest_unittest.cc3723 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
/external/clang/test/PCH/
Dpreprocess.c8 a_typedef a_value; variable
/external/protobuf/gtest/test/
Dgtest-param-test_test.cc267 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder() argument
305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() argument
Dgtest_unittest.cc3692 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
/external/google-breakpad/src/testing/gtest/test/
Dgtest-param-test_test.cc267 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder() argument
305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() argument
Dgtest-printers_test.cc156 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate() argument
Dgtest_unittest.cc3868 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc477 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() argument
550 ConvertibleFromAny(int a_value) : value(a_value) {} in ConvertibleFromAny()
552 ConvertibleFromAny(const T& a_value) : value(-1) { in ConvertibleFromAny()
2902 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
3572 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() argument
Dgmock-generated-actions_test.cc1127 explicit GiantTemplate(int a_value) : value(a_value) {} in GiantTemplate()
/external/protobuf/gtest/include/gtest/
Dgtest.h457 TestProperty(const char* a_key, const char* a_value) : in TestProperty() argument
458 key_(a_key), value_(a_value) { in TestProperty()
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h476 TestProperty(const char* a_key, const char* a_value) : in TestProperty() argument
477 key_(a_key), value_(a_value) { in TestProperty()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h476 TestProperty(const char* a_key, const char* a_value) : in TestProperty() argument
477 key_(a_key), value_(a_value) { in TestProperty()
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h477 TestProperty(const char* a_key, const char* a_value) : in TestProperty() argument
478 key_(a_key), value_(a_value) { in TestProperty()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1315 explicit ActionResultHolder(T a_value) : value_(a_value) {} in ActionResultHolder() argument
/external/gtest/include/gtest/
Dgtest.h468 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument
469 key_(a_key), value_(a_value) { in TestProperty()
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h16045 TestProperty(const char* a_key, const char* a_value) :
16046 key_(a_key), value_(a_value) {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h17881 TestProperty(const std::string& a_key, const std::string& a_value) :
17882 key_(a_key), value_(a_value) {