Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 38) sorted by relevance

12

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Ddocument.h201 explicit GenericMemberIterator(Pointer p) : ptr_(p) {} in GenericMemberIterator()
308 explicit GenericStringRef(const CharType* str)
455 explicit GenericValue(GenericDocument<Encoding,Allocator,StackAllocator>&& rhs);
469 explicit GenericValue(Type type) RAPIDJSON_NOEXCEPT : data_(), flags_() {
500 explicit GenericValue(T b, RAPIDJSON_ENABLEIF((internal::IsSame<T,bool>))) RAPIDJSON_NOEXCEPT
502 explicit GenericValue(bool b) RAPIDJSON_NOEXCEPT
510 explicit GenericValue(int i) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberIntFlag) {
517 explicit GenericValue(unsigned u) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberUintFlag) {
524 explicit GenericValue(int64_t i64) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberInt64Flag) {
538 explicit GenericValue(uint64_t u64) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberUint64Flag) {
[all …]
Dwriter.h63 explicit
67 explicit
183 explicit Level(bool inArray_) : valueCount(0), inArray(inArray_) {} in Level()
Dreader.h214 explicit StreamLocalCopy(Stream& original) : s(original), original_(original) {} in StreamLocalCopy()
229 explicit StreamLocalCopy(Stream& original) : s(original) {} in StreamLocalCopy()
382explicit GenericReader(StackAllocator* stackAllocator = 0, size_t stackCapacity = kDefaultStackCap… in stack_()
457 explicit ClearStackOnExit(GenericReader& r) : r_(r) {} in ClearStackOnExit()
617 explicit StackStream(internal::Stack<StackAllocator>& stack) : stack_(stack), length_(0) {} in StackStream()
Drapidjson.h574 explicit GenericStringStream(const Ch *src) : src_(src), head_(src) {}
608 explicit GenericInsituStringStream(Ch *src) : src_(src), dst_(0), head_(src) {}
Dstringbuffer.h39explicit GenericStringBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack… in stack_()
Dallocators.h110explicit MemoryPoolAllocator(size_t chunkSize = kDefaultChunkCapacity, BaseAllocator* baseAllocato…
Dpointer.h106explicit GenericPointer(const Ch* source, Allocator* allocator = 0) : allocator_(allocator), ownAl… in allocator_()
117explicit GenericPointer(const std::basic_string<Ch>& source, Allocator* allocator = 0) : allocator… in allocator_()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dentry_counters.h32 explicit EntryCounts(const std::array<int, MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1> &counters) in EntryCounts()
57 explicit MutableEntryCounters( in MutableEntryCounters()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dieee754.h26 explicit Double(double d) : d_(d) {} in Double()
27 explicit Double(uint64_t u) : u_(u) {} in Double()
Ddiyfp.h43 explicit DiyFp(double d) { in DiyFp()
Dbiginteger.h36 explicit BigInteger(uint64_t u) : count_(1) { in BigInteger()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java1421 private void addChars(String moreChars, boolean explicit) { in addChars() argument
1440 if (!explicit) { in addChars()
1465 if (explicit) { in addChars()
1480 if (explicit) { in addChars()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_node_reader.h36 explicit Ver4PatriciaTrieNodeReader(const BufferWithExtendableBuffer *const buffer) in Ver4PatriciaTrieNodeReader()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestion_results.h31 explicit SuggestionResults(const int maxSuggestionCount) in SuggestionResults()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/shortcut/
Dshortcut_list_policy.h31 explicit ShortcutListPolicy(const ReadOnlyByteArrayView buffer) : mBuffer(buffer) {} in ShortcutListPolicy()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_pool.h31 explicit DicNodePool(const int capacity) : mDicNodes(), mPooledDicNodes() { in DicNodePool()
Ddic_node_priority_queue.h32 AK_FORCE_INLINE explicit DicNodePriorityQueue(const int capacity) in DicNodePriorityQueue()
Ddic_nodes_cache.h34 AK_FORCE_INLINE explicit DicNodesCache(const bool usesLargeCapacityCache) in DicNodesCache()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content_global_counters.h31 explicit LanguageModelDictContentGlobalCounters(const ReadWriteByteArrayView buffer) in LanguageModelDictContentGlobalCounters()
Dlanguage_model_dict_content.h141 explicit LanguageModelDictContent(const bool hasHistoricalInfo) in LanguageModelDictContent()
/packages/services/Car/evs/manager/
DVirtualCamera.h48 explicit VirtualCamera(sp<HalCamera> halCamera);
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dint_array_view.h58 explicit IntArrayView(const std::vector<int> &vector) in IntArrayView()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md426 // explicit parameters
456 // explicit parameters
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile148 # (thus requiring an explicit @brief command for a brief description.)
156 # an explicit \brief command for a brief description.)
248 # instead of private inheritance when no explicit protection keyword is present.
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile148 # (thus requiring an explicit @brief command for a brief description.)
156 # an explicit \brief command for a brief description.)
248 # instead of private inheritance when no explicit protection keyword is present.

12