Home
last modified time | relevance | path

Searched refs:scoped_key (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/value_store/
H A Dleveldb_scoped_database.cc38 std::string* scoped_key) { in CreateKey() argument
41 *scoped_key = scope + kKeyDelimiter + key; in CreateKey()
58 std::string scoped_key; in Read() local
59 if (!CreateKey(scope, key, &scoped_key)) in Read()
62 return LazyLevelDb::Read(scoped_key, value); in Read()
138 std::string scoped_key; in DeleteValues() local
140 if (!CreateKey(scope, key, &scoped_key)) in DeleteValues()
142 batch.Delete(scoped_key); in DeleteValues()
153 std::string scoped_key; in AddToWriteBatch() local
154 if (!CreateKey(scope, key, &scoped_key)) in AddToWriteBatch()
[all …]
H A Dleveldb_scoped_database_unittest.cc82 std::string scoped_key; in TEST_F() local
84 EXPECT_TRUE(LeveldbScopedDatabase::CreateKey("scope", "key", &scoped_key)); in TEST_F()
85 EXPECT_EQ("scope:key", scoped_key); in TEST_F()
86 EXPECT_TRUE(LeveldbScopedDatabase::CreateKey("scope", "", &scoped_key)); in TEST_F()
87 EXPECT_EQ("scope:", scoped_key); in TEST_F()
88 EXPECT_TRUE(LeveldbScopedDatabase::CreateKey("scope", "key:o", &scoped_key)); in TEST_F()
89 EXPECT_EQ("scope:key:o", scoped_key); in TEST_F()
91 EXPECT_FALSE(LeveldbScopedDatabase::CreateKey("", "key", &scoped_key)); in TEST_F()
93 LeveldbScopedDatabase::CreateKey("scope:withdelim", "key", &scoped_key)); in TEST_F()
H A Dleveldb_scoped_database.h43 std::string* scoped_key);
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/value_store/
H A Dleveldb_scoped_database.cc38 std::string* scoped_key) { in CreateKey() argument
41 *scoped_key = scope + kKeyDelimiter + key; in CreateKey()
58 std::string scoped_key; in Read() local
59 if (!CreateKey(scope, key, &scoped_key)) in Read()
62 return LazyLevelDb::Read(scoped_key, value); in Read()
138 std::string scoped_key; in DeleteValues() local
140 if (!CreateKey(scope, key, &scoped_key)) in DeleteValues()
142 batch.Delete(scoped_key); in DeleteValues()
153 std::string scoped_key; in AddToWriteBatch() local
154 if (!CreateKey(scope, key, &scoped_key)) in AddToWriteBatch()
[all …]
H A Dleveldb_scoped_database_unittest.cc82 std::string scoped_key; in TEST_F() local
84 EXPECT_TRUE(LeveldbScopedDatabase::CreateKey("scope", "key", &scoped_key)); in TEST_F()
85 EXPECT_EQ("scope:key", scoped_key); in TEST_F()
86 EXPECT_TRUE(LeveldbScopedDatabase::CreateKey("scope", "", &scoped_key)); in TEST_F()
87 EXPECT_EQ("scope:", scoped_key); in TEST_F()
88 EXPECT_TRUE(LeveldbScopedDatabase::CreateKey("scope", "key:o", &scoped_key)); in TEST_F()
89 EXPECT_EQ("scope:key:o", scoped_key); in TEST_F()
91 EXPECT_FALSE(LeveldbScopedDatabase::CreateKey("", "key", &scoped_key)); in TEST_F()
93 LeveldbScopedDatabase::CreateKey("scope:withdelim", "key", &scoped_key)); in TEST_F()
H A Dleveldb_scoped_database.h43 std::string* scoped_key);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fxa-client/src/commands/
H A Dsend_tab.rs133 pub(crate) fn decrypt(self, scoped_key: &ScopedKey) -> Result<PublicSendTabKeys> { in decrypt()
134 let (ksync, kxcs) = extract_oldsync_key_components(scoped_key)?; in decrypt()
159 fn encrypt(&self, scoped_key: &ScopedKey) -> Result<SendTabKeysPayload> { in encrypt()
160 let (ksync, kxcs) = extract_oldsync_key_components(scoped_key)?; in encrypt()
170 pub fn as_command_data(&self, scoped_key: &ScopedKey) -> Result<String> { in as_command_data()
171 let encrypted_public_keys = self.encrypt(scoped_key)?; in as_command_data()
195 scoped_key: &ScopedKey, in build_send_command()
204 let public_keys = bundle.decrypt(scoped_key)?; in build_send_command()
/dports/misc/bibletime/bibletime-2.11.2/src/backend/rendering/
H A Dchtmlexportrendering.cpp64 std::unique_ptr<CSwordKey> scoped_key( in renderEntry() local
66 CSwordKey * const key = k ? k : scoped_key.get(); in renderEntry()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fxa-client/src/
H A Dstate_persistence.rs147 let scoped_key: ScopedKey = serde_json::from_value(key)?; in from() localVariable
148 all_scoped_keys.insert(scope, scoped_key); in from()
H A Doauth.rs253 let scoped_key: ScopedKey = serde_json::from_value(key)?; in handle_oauth_response() localVariable
254 self.state.scoped_keys.insert(scope, scoped_key); in handle_oauth_response()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/win/
H A Dprocess_info_test.cc557 ScopedRegistryKey scoped_key(key); in TEST() local
558 ASSERT_TRUE(scoped_key.is_valid()); in TEST()
605 if (handle.handle == HandleToInt(scoped_key.get())) { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/win/
H A Dprocess_info_test.cc558 ScopedRegistryKey scoped_key(key); in TEST() local
559 ASSERT_TRUE(scoped_key.is_valid()); in TEST()
606 if (handle.handle == HandleToInt(scoped_key.get())) { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.cc65 ScopedVar scoped_key(ppapi_, key_var); in SetDictVar() local
82 ScopedVar scoped_key(ppapi_, key_var); in GetDictVar() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/usb/
H A Dusb_service_win.cc266 base::win::RegKey scoped_key(key); in GetWinUsbDevicePath() local
270 scoped_key.ReadValues(L"DeviceInterfaceGUIDs", &device_interface_guids); in GetWinUsbDevicePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/usb/
H A Dusb_service_win.cc383 base::win::RegKey scoped_key(key); in GetFunctionInfo() local
387 scoped_key.ReadValues(L"DeviceInterfaceGUIDs", &device_interface_guids); in GetFunctionInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/win/
H A Dsystem_snapshot_win.cc203 crashpad::ScopedRegistryKey scoped_key(key); in CPUVendor() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/win/
H A Dsystem_snapshot_win.cc206 crashpad::ScopedRegistryKey scoped_key(key); in CPUVendor() local
/dports/www/firefox-esr/firefox-91.8.0/services/fxaccounts/
H A DFxAccountsKeys.jsm619 "identity.mozilla.com/picl/v1/scoped_key\n" + scopedKeyMetadata.identifier
/dports/www/firefox/firefox-99.0/services/fxaccounts/
H A DFxAccountsKeys.jsm619 "identity.mozilla.com/picl/v1/scoped_key\n" + scopedKeyMetadata.identifier
/dports/mail/thunderbird/thunderbird-91.8.0/services/fxaccounts/
H A DFxAccountsKeys.jsm619 "identity.mozilla.com/picl/v1/scoped_key\n" + scopedKeyMetadata.identifier
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dparser.c18655 rid scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier() local
18667 if (cp_parser_is_keyword (token, scoped_key = RID_CLASS) in cp_parser_elaborated_type_specifier()
18668 || cp_parser_is_keyword (token, scoped_key = RID_STRUCT)) in cp_parser_elaborated_type_specifier()
18683 scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier()
19012 cp_parser_maybe_warn_enum_key (parser, key_loc, type, scoped_key); in cp_parser_elaborated_type_specifier()
30955 tree type, rid scoped_key) in cp_parser_maybe_warn_enum_key() argument
30973 if (scoped_key != RID_CLASS in cp_parser_maybe_warn_enum_key()
30974 && scoped_key != RID_STRUCT in cp_parser_maybe_warn_enum_key()
30993 (scoped_key == RID_CLASS ? " class" in cp_parser_maybe_warn_enum_key()
30994 : scoped_key == RID_STRUCT ? " struct" : ""), type); in cp_parser_maybe_warn_enum_key()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dparser.c19419 rid scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier() local
19431 if (cp_parser_is_keyword (token, scoped_key = RID_CLASS) in cp_parser_elaborated_type_specifier()
19432 || cp_parser_is_keyword (token, scoped_key = RID_STRUCT)) in cp_parser_elaborated_type_specifier()
19447 scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier()
19779 cp_parser_maybe_warn_enum_key (parser, key_loc, type, scoped_key); in cp_parser_elaborated_type_specifier()
32039 tree type, rid scoped_key) in cp_parser_maybe_warn_enum_key() argument
32057 if (scoped_key != RID_CLASS in cp_parser_maybe_warn_enum_key()
32058 && scoped_key != RID_STRUCT in cp_parser_maybe_warn_enum_key()
32077 (scoped_key == RID_CLASS ? " class" in cp_parser_maybe_warn_enum_key()
32078 : scoped_key == RID_STRUCT ? " struct" : ""), type); in cp_parser_maybe_warn_enum_key()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dparser.c19416 rid scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier() local
19428 if (cp_parser_is_keyword (token, scoped_key = RID_CLASS) in cp_parser_elaborated_type_specifier()
19429 || cp_parser_is_keyword (token, scoped_key = RID_STRUCT)) in cp_parser_elaborated_type_specifier()
19444 scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier()
19776 cp_parser_maybe_warn_enum_key (parser, key_loc, type, scoped_key); in cp_parser_elaborated_type_specifier()
32034 tree type, rid scoped_key) in cp_parser_maybe_warn_enum_key() argument
32052 if (scoped_key != RID_CLASS in cp_parser_maybe_warn_enum_key()
32053 && scoped_key != RID_STRUCT in cp_parser_maybe_warn_enum_key()
32072 (scoped_key == RID_CLASS ? " class" in cp_parser_maybe_warn_enum_key()
32073 : scoped_key == RID_STRUCT ? " struct" : ""), type); in cp_parser_maybe_warn_enum_key()
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dparser.c18666 rid scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier() local
18678 if (cp_parser_is_keyword (token, scoped_key = RID_CLASS) in cp_parser_elaborated_type_specifier()
18679 || cp_parser_is_keyword (token, scoped_key = RID_STRUCT)) in cp_parser_elaborated_type_specifier()
18694 scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier()
19025 cp_parser_maybe_warn_enum_key (parser, key_loc, type, scoped_key); in cp_parser_elaborated_type_specifier()
30971 tree type, rid scoped_key) in cp_parser_maybe_warn_enum_key() argument
30989 if (scoped_key != RID_CLASS in cp_parser_maybe_warn_enum_key()
30990 && scoped_key != RID_STRUCT in cp_parser_maybe_warn_enum_key()
31009 (scoped_key == RID_CLASS ? " class" in cp_parser_maybe_warn_enum_key()
31010 : scoped_key == RID_STRUCT ? " struct" : ""), type); in cp_parser_maybe_warn_enum_key()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dparser.c19416 rid scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier() local
19428 if (cp_parser_is_keyword (token, scoped_key = RID_CLASS) in cp_parser_elaborated_type_specifier()
19429 || cp_parser_is_keyword (token, scoped_key = RID_STRUCT)) in cp_parser_elaborated_type_specifier()
19444 scoped_key = RID_MAX; in cp_parser_elaborated_type_specifier()
19776 cp_parser_maybe_warn_enum_key (parser, key_loc, type, scoped_key); in cp_parser_elaborated_type_specifier()
32034 tree type, rid scoped_key) in cp_parser_maybe_warn_enum_key() argument
32052 if (scoped_key != RID_CLASS in cp_parser_maybe_warn_enum_key()
32053 && scoped_key != RID_STRUCT in cp_parser_maybe_warn_enum_key()
32072 (scoped_key == RID_CLASS ? " class" in cp_parser_maybe_warn_enum_key()
32073 : scoped_key == RID_STRUCT ? " struct" : ""), type); in cp_parser_maybe_warn_enum_key()

12