Searched defs:onValue (Results 1 – 11 of 11) sorted by relevance
158 void onValue(const uint8_t U) override { in onValue() function in __anon1c09dae20111::DumpVisitor162 void onValue(const uint16_t U) override { in onValue() function in __anon1c09dae20111::DumpVisitor166 void onValue(const uint32_t U) override { in onValue() function in __anon1c09dae20111::DumpVisitor170 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() function in __anon1c09dae20111::DumpVisitor177 void onValue(const int64_t S, const bool LEB = false) override { in onValue() function in __anon1c09dae20111::DumpVisitor184 void onValue(const StringRef String) override { in onValue() function in __anon1c09dae20111::DumpVisitor189 void onValue(const MemoryBufferRef MBR) override { in onValue() function in __anon1c09dae20111::DumpVisitor330 virtual void onValue(const uint8_t U) { Length += 1; } in onValue() function in __anon1c09dae20211::DIEFixupVisitor331 virtual void onValue(const uint16_t U) { Length += 2; } in onValue() function in __anon1c09dae20211::DIEFixupVisitor332 virtual void onValue(const uint32_t U) { Length += 4; } in onValue() function in __anon1c09dae20211::DIEFixupVisitor[all …]
57 virtual void onValue(const uint8_t U) {} in onValue() function58 virtual void onValue(const uint16_t U) {} in onValue() function59 virtual void onValue(const uint32_t U) {} in onValue() function62 virtual void onValue(const StringRef String) {} in onValue() function63 virtual void onValue(const MemoryBufferRef MBR) {} in onValue() function
8 p.onValue = function (value) { function
36 p.onValue = function (value) { function
17 assert.equal(JSON.parse(JSON.stringify(r)), r, 'core JSON')
23 p.onValue = function (value) { function
52 parser.onValue = function (value) { function
339 proto.onValue = function (value) { function
403 GLubyte onValue) in _mesa_expand_bitmap()