OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapOptional
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/Support/
YAMLIOTest.cpp
315
io.
mapOptional
("c4", c.c4, cBlue); // supplies default
316
io.
mapOptional
("c5", c.c5, cYellow); // supplies default
317
io.
mapOptional
("c6", c.c6, cRed); // supplies default
389
io.
mapOptional
("f4", c.f4, MyFlags(flagRound));
671
io.
mapOptional
("hours", keys->hours, (uint32_t)0);
672
io.
mapOptional
("minutes", keys->minutes, (uint8_t)0);
/external/llvm/include/llvm/Support/
YAMLTraits.h
40
/// io.
mapOptional
("age", s.age);
389
mapOptional
(const char* Key, T& Val) {
398
mapOptional
(const char* Key, T& Val) {
403
void
mapOptional
(const char* Key, T& Val, const T& Default) {
[
all
...]
Completed in 407 milliseconds