Home
last modified time | relevance | path

Searched refs:getCStringLength (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp63 static inline uint32_t getCStringLength(ArrayRef<uint8_t> Data) { in getCStringLength() function
111 return Size + getCStringLength(Data.drop_front(Size)); in handleEnumerator()
123 return Size + getCStringLength(Data.drop_front(Size)); in handleDataMember()
133 return 8 + getCStringLength(Data.drop_front(8)); in handleOverloadedMethod()
151 return Size + getCStringLength(Data.drop_front(Size)); in handleOneMethod()
161 return 8 + getCStringLength(Data.drop_front(8)); in handleNestedType()
171 return 8 + getCStringLength(Data.drop_front(8)); in handleStaticDataMember()
/third_party/jsoncpp/include/json/
Dvalue.h393 unsigned getCStringLength() const; // Allows you to understand the length of
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp601 unsigned Value::getCStringLength() const { in getCStringLength() function in Json::Value