Home
last modified time | relevance | path

Searched refs:valueBegin (Results 1 – 8 of 8) sorted by relevance

/external/libcppbor/src/
Dcppbor_parse.cpp96 const uint8_t* valueBegin, const uint8_t* end, in handleString() argument
100 if (end - valueBegin < signed_length || signed_length < 0) { in handleString()
101 parseClient->error(hdrBegin, insufficientLengthString(length, end - valueBegin, errLabel)); in handleString()
105 std::unique_ptr<Item> item = std::make_unique<T>(valueBegin, valueBegin + length); in handleString()
106 return {valueBegin + length, in handleString()
107 parseClient->item(item, hdrBegin, valueBegin, valueBegin + length)}; in handleString()
182 const uint8_t* valueBegin, const uint8_t* end, const std::string& typeName, in handleCompound() argument
185 parseClient->item(item, hdrBegin, valueBegin, valueBegin /* don't know the end yet */); in handleCompound()
190 handleEntries(entryCount, hdrBegin, valueBegin, end, typeName, emitViews, parseClient); in handleCompound()
193 return {pos, parseClient->itemEnd(item, hdrBegin, valueBegin, pos)}; in handleCompound()
/external/libcppbor/include/cppbor/
Dcppbor_parse.h171 const uint8_t* valueBegin, const uint8_t* end) = 0;
185 const uint8_t* valueBegin, const uint8_t* end) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp596 valueBegin(); in value()
600 valueBegin(); in value()
604 valueBegin(); in value()
612 valueBegin(); in value()
628 void llvm::json::OStream::valueBegin() { in valueBegin() function in llvm::json::llvm::json::OStream
647 valueBegin(); in arrayBegin()
665 valueBegin(); in objectBegin()
/external/llvm-project/llvm/lib/Support/
DJSON.cpp742 valueBegin(); in value()
746 valueBegin(); in value()
750 valueBegin(); in value()
758 valueBegin(); in value()
774 void llvm::json::OStream::valueBegin() { in valueBegin() function in llvm::json::llvm::json::OStream
824 valueBegin(); in arrayBegin()
843 valueBegin(); in objectBegin()
890 valueBegin(); in rawValueBegin()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h825 void valueBegin();
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java649 int valueBegin = nameEnd + 1; in processNewLines() local
652 mCurrentValue = line.substring(valueBegin); in processNewLines()
/external/llvm-project/llvm/include/llvm/Support/
DJSON.h972 void valueBegin();
/external/libcppbor/tests/
Dcppbor_test.cpp1271 const uint8_t* valueBegin, const uint8_t* end));
1273 const uint8_t* valueBegin, const uint8_t* end));