OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyValue
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
aav.d
34
alias
KeyValue
= KeyValueTemplate!(Key, Value);
40
KeyValue
keyValue
;
41
alias
keyValue
this;
168
return cast(KeyValueTemplate!(K,V))current.
keyValue
;
199
foreach(
keyValue
; aa.asRange)
213
foreach (
keyValue
; aa.asRange)
215
assert(
keyValue
.key <= key);
216
assert(
keyValue
.key ==
keyValue
.value)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/split-file/
split-file.cpp
114
for (auto &
keyValue
: partToBegin) {
116
sys::path::append(partPath, output,
keyValue
.first);
126
Part &part =
keyValue
.second;
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
semantic3.d
1222
foreach (
keyValue
; funcdecl.labtab.tab.asRange)
1224
//printf(" KV: %s = %s\n",
keyValue
.key.toChars(),
keyValue
.value.toChars());
1225
LabelDsymbol label = cast(LabelDsymbol)
keyValue
.value;
ob.d
325
foreach (
keyValue
; labtab.tab.asRange)
327
//printf(" KV: %s = %s\n",
keyValue
.key.toChars(),
keyValue
.value.toChars());
328
auto label = cast(LabelDsymbol)
keyValue
.value;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
183
llvm::Value *
keyValue
= EmitScalarExpr(Key);
184
EmitStoreThroughLValue(RValue::get(
keyValue
), KeyLV, /*isInit=*/true);
193
NeededObjects.push_back(
keyValue
);
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
15214
char
keyValue
[ 16 ]; // Size must be at least strlen( "name=dynamic" ) + 1 bytes.
15226
while( _ParseQuotedEscapedString( ptr, NULL, ",",
keyValue
, sizeof(
keyValue
), &keyValueLen, NULL, &ptr ) )
15228
if( strnicmpx(
keyValue
, keyValueLen, "name=dynamic" ) == 0 )
15232
else if( strnicmpx(
keyValue
, keyValueLen, "unique" ) == 0 )
[
all
...]
Completed in 44 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026