HomeSort by relevance Sort by last modified time
    Searched defs:commentBefore (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 148 // commentBefore reports whether the current comment group occurs
152 func (p *printer) commentBefore(next token.Position) bool {
166 for p.commentBefore(next) {
740 for p.commentBefore(next) {
1015 if p.commentBefore(next) {
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 148 // commentBefore reports whether the current comment group occurs
152 func (p *printer) commentBefore(next token.Position) bool {
166 for p.commentBefore(next) {
740 for p.commentBefore(next) {
1015 if p.commentBefore(next) {
    [all...]
  /external/jsoncpp/include/json/
value.h 49 commentBefore = 0, ///< a comment placed on the line before a value
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 475 commentBefore = 0, ///< a comment placed on the line before a value
    [all...]

Completed in 247 milliseconds