Searched refs:Base (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | prettywriter.h | 37 typedef Writer<OutputStream, SourceEncoding, TargetEncoding, StackAllocator> Base; typedef 38 typedef typename Base::Ch Ch; 45 …PrettyWriter(OutputStream& os, StackAllocator* allocator = 0, size_t levelDepth = Base::kDefaultLe… 46 Base(os, allocator, levelDepth), indentChar_(' '), indentCharCount_(4) {} in Base() function 65 bool Null() { PrettyPrefix(kNullType); return Base::WriteNull(); } in Null() 66 …bool Bool(bool b) { PrettyPrefix(b ? kTrueType : kFalseType); return Base::WriteBool(b);… in Bool() 67 bool Int(int i) { PrettyPrefix(kNumberType); return Base::WriteInt(i); } in Int() 68 bool Uint(unsigned u) { PrettyPrefix(kNumberType); return Base::WriteUint(u); } in Uint() 69 bool Int64(int64_t i64) { PrettyPrefix(kNumberType); return Base::WriteInt64(i64); } in Int64() 70 bool Uint64(uint64_t u64) { PrettyPrefix(kNumberType); return Base::WriteUint64(u64); } in Uint64() [all …]
|
D | reader.h | 750 typedef NumberStream<InputStream, false> Base; typedef 756 stackStream.Put((char)Base::is.Peek()); in TakePush() 757 return Base::is.Take(); in TakePush()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |