Searched defs:GetReference (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
H A Dfakesslidentity.h39 virtual FakeSSLCertificate* GetReference() const { function in class:rtc::FakeSSLCertificate
83 return cert.GetReference();
97 virtual FakeSSLIdentity* GetReference() const { function in class:rtc::FakeSSLIdentity
H A Dopensslidentity.cc177 OpenSSLKeyPair* OpenSSLKeyPair::GetReference() { function in class:rtc::OpenSSLKeyPair
328 OpenSSLCertificate* OpenSSLCertificate::GetReference() const { function in class:rtc::OpenSSLCertificate
465 OpenSSLIdentity* OpenSSLIdentity::GetReference() const { function in class:rtc::OpenSSLIdentity
466 return new OpenSSLIdentity(key_pair_->GetReference(),
467 certificate_->GetReference());
/external/libvpx/libvpx/test/
H A Dsad_test.cc115 uint8_t *GetReference(int block_idx) const { function in class:__anon12693::SADTestBase
129 const uint8_t *const reference8 = GetReference(block_idx);
133 CONVERT_TO_SHORTPTR(GetReference(block_idx));
157 const uint8_t *const reference8 = GetReference(block_idx);
162 CONVERT_TO_SHORTPTR(GetReference(block_idx));
248 const uint8_t *references[] = { GetReference(0), GetReference(1),
249 GetReference(2), GetReference(3) };
274 const uint8_t *const reference = GetReference(block_id
[all...]
/external/v8/include/
H A Dv8-util.h246 * Helper class for GetReference/SetWithReference. Do not use outside
297 PersistentValueReference GetReference(const K& key) { function in class:v8::PersistentValueMapBase
407 * Restrictions of GetReference apply here as well.
479 * Restrictions of GetReference apply here as well.
/external/libchrome/base/debug/
H A Dactivity_tracker.cc314 StringPiece ActivityUserData::TypedValue::GetReference() const { function in class:base::debug::ActivityUserData::TypedValue
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1017 const std::string& name = Utils::Variable::GetReference(parent_name, desc, Utils::Variable::BASIC, 0);
1175 Utils::Variable::GetReference(interface->m_name, interface->m_members[i], Utils::Variable::BASIC, 0);
1179 const std::string& member_name = Utils::Variable::GetReference(
1250 Utils::Variable::GetReference(interface->m_name, interface->m_members[i], Utils::Variable::BASIC, 0);
1254 const std::string& member_name = Utils::Variable::GetReference(
3847 std::string Variable::GetReference(const std::string& parent_name, const Descriptor& variable, FLAVOUR flavour, function in class:gl4cts::EnhancedLayouts::Utils::Variable
6536 const std::string in_name = Utils::Variable::GetReference(in_parent_name, in_variable, in_flavour, index);
6537 const std::string out_name = Utils::Variable::GetReference(out_parent_name, out_variable, out_flavour, index);
6618 const std::string name = Utils::Variable::GetReference(parent_name, variable, flavour, element);

Completed in 285 milliseconds