Home
last modified time | relevance | path

Searched defs:inPath (Results 1 – 8 of 8) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dvalue_object.cpp107 int ValueObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() argument
115 int ValueObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() argument
123 int ValueObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument
131 int ValueObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath… in GetSubFieldPath() argument
139 int ValueObject::GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &ou… in GetSubFieldPathAndType() argument
147 int ValueObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath, in GetSubFieldPathAndType()
156 int ValueObject::InsertField(const FieldPath &inPath, FieldType inType, const FieldValue &inValue) in InsertField()
165 int ValueObject::DeleteField(const FieldPath &inPath) in DeleteField()
Djson_object.cpp260 int JsonObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() argument
274 int JsonObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() argument
312 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument
336 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath)… in GetSubFieldPath() argument
347 int JsonObject::GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &out… in GetSubFieldPathAndType() argument
376 int JsonObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath, in GetSubFieldPathAndType()
388 int JsonObject::GetArraySize(const FieldPath &inPath, uint32_t &outSize) const in GetArraySize() argument
406 int JsonObject::GetArrayContentOfStringOrStringArray(const FieldPath &inPath, in GetArrayContentOfStringOrStringArray()
448 bool InsertFieldCheckParameter(const FieldPath &inPath, FieldType inType, const FieldValue &inValue, in InsertFieldCheckParameter()
499 int JsonObject::MoveToPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest) in MoveToPath()
[all …]
Dschema_object.cpp213 int SchemaObject::CheckQueryableAndGetFieldType(const FieldPath &inPath, FieldType &outType) const in CheckQueryableAndGetFieldType() argument
350 int SchemaObject::ExtractValue(ValueSource sourceType, RawString inPath, const RawValue &inValue, in ExtractValue()
580 …ject::CheckSchemaDefineItemDecideAttribute(const JsonObject& inJsonObject, const FieldPath &inPath, in CheckSchemaDefineItemDecideAttribute()
1074 …::string ValueFieldType(const std::map<FieldPath, FieldType> &subPathType, const FieldPath &inPath) in ValueFieldType()
Dflatbuffer_schema.cpp273 RawString CheckDollarDotAndSkipIt(RawString inPath) in CheckDollarDotAndSkipIt()
426 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValu… in ExtractFlatBufferValue()
992 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValu… in ExtractFlatBufferValue()
Dschema_utils.cpp495 std::string SchemaUtils::FieldPathString(const FieldPath &inPath) in FieldPathString()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
Dfile_monitor.cpp64 void FileMonitor::CleanPath(const string_view inPath, string& path) in CleanPath()
80 bool FileMonitor::AddPath(const string_view inPath) in AddPath()
102 bool FileMonitor::RemovePath(const string_view inPath) in RemovePath()
126 bool FileMonitor::IsWatchingDirectory(const string_view inPath) in IsWatchingDirectory()
139 bool FileMonitor::IsWatchingSubDirectory(const string_view inPath) in IsWatchingSubDirectory()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
Dmain.cpp526 std::string inPath = { "" }, roPath = { "" }; local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_utils.cpp1887 …ls::JsonExtractInnerFunc(sqlite3_context *ctx, const ValueObject &inValue, const FieldPath &inPath) in JsonExtractInnerFunc()
1952 RawString inPath) in FlatBufferExtractInnerFunc()